Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/qede/
H A Dqede_sriov.c27 num_pf_l2_queues = (u16)FEAT_NUM(hwfn, ECORE_PF_L2_QUE); in qed_sriov_enable_qid_config()
62 feat_num = FEAT_NUM(p_hwfn, ECORE_VF_L2_QUE) / num; in qed_sriov_enable()
H A Dqede_main.c444 FEAT_NUM(&edev->hwfns[i], ECORE_PF_L2_QUE); in qed_fill_eth_dev_info()
/f-stack/dpdk/drivers/net/qede/base/
H A Decore.h395 #define FEAT_NUM(_p_hwfn, resc) ((_p_hwfn)->hw_info.feat_num[resc]) macro
H A Decore_dev.c4338 FEAT_NUM(p_hwfn, ECORE_VF_L2_QUE)); in ecore_hw_set_feat()
4368 (int)FEAT_NUM(p_hwfn, ECORE_PF_L2_QUE), in ecore_hw_set_feat()
4369 (int)FEAT_NUM(p_hwfn, ECORE_VF_L2_QUE), in ecore_hw_set_feat()
4370 (int)FEAT_NUM(p_hwfn, ECORE_RDMA_CNQ), in ecore_hw_set_feat()
4371 (int)FEAT_NUM(p_hwfn, ECORE_FCOE_CQ), in ecore_hw_set_feat()
4372 (int)FEAT_NUM(p_hwfn, ECORE_ISCSI_CQ), in ecore_hw_set_feat()