Home
last modified time | relevance | path

Searched refs:FEAT_NUM (Results 1 – 4 of 4) sorted by relevance

/src/sys/dev/qlnx/qlnxe/ !
H A Decore.h465 #define FEAT_NUM(_p_hwfn, resc) ((_p_hwfn)->hw_info.feat_num[resc]) macro
H A Decore_dev.c4593 FEAT_NUM(p_hwfn, ECORE_VF_L2_QUE)); in ecore_hw_set_feat()
4608 (int)FEAT_NUM(p_hwfn, ECORE_PF_L2_QUE), in ecore_hw_set_feat()
4609 (int)FEAT_NUM(p_hwfn, ECORE_VF_L2_QUE), in ecore_hw_set_feat()
4610 (int)FEAT_NUM(p_hwfn, ECORE_RDMA_CNQ), in ecore_hw_set_feat()
4611 (int)FEAT_NUM(p_hwfn, ECORE_FCOE_CQ), in ecore_hw_set_feat()
4612 (int)FEAT_NUM(p_hwfn, ECORE_ISCSI_CQ), in ecore_hw_set_feat()
H A Decore_rdma.c171 return FEAT_NUM(p_hwfn, ECORE_PF_L2_QUE) + rel_sb_id; in ecore_rdma_get_sb_id()
642 dev->max_cnq = (u8)FEAT_NUM(p_hwfn, ECORE_RDMA_CNQ); in ecore_rdma_init_devinfo()
H A Dqlnx_os.c7818 base = FEAT_NUM(hwfn, ECORE_PF_L2_QUE) + vfid * params->num_queues; in qlnx_sriov_enable_qid_config()
7879 (FEAT_NUM(hwfn, ECORE_VF_L2_QUE) / num_vfs), in qlnx_iov_init()