Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore.h461 #define RESC_START(_p_hwfn, resc) ((_p_hwfn)->hw_info.resc_start[resc]) argument
462 #define RESC_NUM(_p_hwfn, resc) ((_p_hwfn)->hw_info.resc_num[resc]) argument
463 #define RESC_END(_p_hwfn, resc) (RESC_START(_p_hwfn, resc) + \ argument
465 #define FEAT_NUM(_p_hwfn, resc) ((_p_hwfn)->hw_info.feat_num[resc]) argument
653 #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 …]
H A Decore_rdma.h79 #define IS_IWARP(_p_hwfn) (_p_hwfn->p_rdma_info->proto == PROTOCOLID_IWARP) argument
80 #define IS_ROCE(_p_hwfn) (_p_hwfn->p_rdma_info->proto == PROTOCOLID_ROCE) argument
H A Decore_mcp.c56 #define DRV_INNER_WR(_p_hwfn, _p_ptt, _ptr, _offset, _val) \ argument
60 #define DRV_INNER_RD(_p_hwfn, _p_ptt, _ptr, _offset) \ argument
63 #define DRV_MB_WR(_p_hwfn, _p_ptt, _field, _val) \ argument
67 #define DRV_MB_RD(_p_hwfn, _p_ptt, _field) \ argument
H A Decore_iov_api.h826 #define ecore_for_each_vf(_p_hwfn, _i) \ argument