Home
last modified time | relevance | path

Searched defs:_p_hwfn (Results 1 – 4 of 4) sorted by relevance

/freebsd-10-stable/sys/dev/qlnx/qlnxe/
Decore.h462 #define RESC_START(_p_hwfn, resc) ((_p_hwfn)->hw_info.resc_start[resc]) argument
463 #define RESC_NUM(_p_hwfn, resc) ((_p_hwfn)->hw_info.resc_num[resc]) argument
464 #define RESC_END(_p_hwfn, resc) (RESC_START(_p_hwfn, resc) + \ argument
466 #define FEAT_NUM(_p_hwfn, resc) ((_p_hwfn)->hw_info.feat_num[resc]) argument
654 #define ECORE_PATH_ID(_p_hwfn) \ argument
870 #define IS_MF_DEFAULT(_p_hwfn) (((_p_hwfn)->p_dev)->mf_mode == ECORE_MF_DEFAULT) argument
871 #define IS_MF_SI(_p_hwfn) (((_p_hwfn)->p_dev)->mf_mode == ECORE_MF_NPAR) argument
872 #define IS_MF_SD(_p_hwfn) (((_p_hwfn)->p_dev)->mf_mode == ECORE_MF_OVLAN) argument
1050 #define MFW_PORT(_p_hwfn) ((_p_hwfn)->abs_pf_id % \ argument
1057 #define ECORE_PFID_BY_PPFID(_p_hwfn, abs_ppfid) \ argument
[all …]
Decore_rdma.h81 #define IS_IWARP(_p_hwfn) (_p_hwfn->p_rdma_info->proto == PROTOCOLID_IWARP) argument
82 #define IS_ROCE(_p_hwfn) (_p_hwfn->p_rdma_info->proto == PROTOCOLID_ROCE) argument
Decore_mcp.c58 #define DRV_INNER_WR(_p_hwfn, _p_ptt, _ptr, _offset, _val) \ argument
62 #define DRV_INNER_RD(_p_hwfn, _p_ptt, _ptr, _offset) \ argument
65 #define DRV_MB_WR(_p_hwfn, _p_ptt, _field, _val) \ argument
69 #define DRV_MB_RD(_p_hwfn, _p_ptt, _field) \ argument
Decore_iov_api.h830 #define ecore_for_each_vf(_p_hwfn, _i) \ argument