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.c58 int feat_num; in qed_sriov_enable() local
62 feat_num = FEAT_NUM(p_hwfn, ECORE_VF_L2_QUE) / num; in qed_sriov_enable()
64 params.num_queues = OSAL_MIN_T(int, feat_num, 16); in qed_sriov_enable()
/f-stack/dpdk/drivers/net/qede/base/
H A Decore.h389 u32 feat_num[ECORE_MAX_FEATURES]; member
395 #define FEAT_NUM(_p_hwfn, resc) ((_p_hwfn)->hw_info.feat_num[resc])
H A Decore_int.c2518 p_hwfn->hw_info.feat_num[ECORE_PF_L2_QUE]--; in ecore_int_igu_relocate_sb()
2519 p_hwfn->hw_info.feat_num[ECORE_VF_L2_QUE]++; in ecore_int_igu_relocate_sb()
2531 p_hwfn->hw_info.feat_num[ECORE_PF_L2_QUE]++; in ecore_int_igu_relocate_sb()
2532 p_hwfn->hw_info.feat_num[ECORE_VF_L2_QUE]--; in ecore_int_igu_relocate_sb()
H A Decore_dev.c4320 u32 *feat_num = p_hwfn->hw_info.feat_num; in ecore_hw_set_feat() local
4330 feat_num[ECORE_VF_L2_QUE] = in ecore_hw_set_feat()
4334 feat_num[ECORE_PF_L2_QUE] = in ecore_hw_set_feat()
4344 &feat_num[ECORE_FCOE_CQ] : in ecore_hw_set_feat()
4345 &feat_num[ECORE_ISCSI_CQ]; in ecore_hw_set_feat()