Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/qlnx/qlnxe/
H A Decore.h466 #define FEAT_NUM(_p_hwfn, resc) ((_p_hwfn)->hw_info.feat_num[resc]) macro
H A Decore_dev.c4595 FEAT_NUM(p_hwfn, ECORE_VF_L2_QUE)); in ecore_hw_set_feat()
4610 (int)FEAT_NUM(p_hwfn, ECORE_PF_L2_QUE), in ecore_hw_set_feat()
4611 (int)FEAT_NUM(p_hwfn, ECORE_VF_L2_QUE), in ecore_hw_set_feat()
4612 (int)FEAT_NUM(p_hwfn, ECORE_RDMA_CNQ), in ecore_hw_set_feat()
4613 (int)FEAT_NUM(p_hwfn, ECORE_FCOE_CQ), in ecore_hw_set_feat()
4614 (int)FEAT_NUM(p_hwfn, ECORE_ISCSI_CQ), in ecore_hw_set_feat()
H A Decore_rdma.c173 return FEAT_NUM(p_hwfn, ECORE_PF_L2_QUE) + rel_sb_id; in ecore_rdma_get_sb_id()
644 dev->max_cnq = (u8)FEAT_NUM(p_hwfn, ECORE_RDMA_CNQ); in ecore_rdma_init_devinfo()
H A Dqlnx_os.c8107 base = FEAT_NUM(hwfn, ECORE_PF_L2_QUE) + vfid * params->num_queues; in qlnx_sriov_enable_qid_config()
8168 (FEAT_NUM(hwfn, ECORE_VF_L2_QUE) / num_vfs), in qlnx_iov_init()