Home
last modified time | relevance | path

Searched refs:feat_num (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore.h459 u32 feat_num[ECORE_MAX_FEATURES]; member
465 #define FEAT_NUM(_p_hwfn, resc) ((_p_hwfn)->hw_info.feat_num[resc])
H A Decore_dev.c4543 u32 *feat_num = p_hwfn->hw_info.feat_num; in ecore_hw_set_feat() local
4560 feat_num[ECORE_RDMA_CNQ] = in ecore_hw_set_feat()
4571 feat_num[ECORE_RDMA_CNQ] = in ecore_hw_set_feat()
4573 feat_num[ECORE_RDMA_CNQ], in ecore_hw_set_feat()
4578 non_l2_sbs = feat_num[ECORE_RDMA_CNQ]; in ecore_hw_set_feat()
4585 feat_num[ECORE_VF_L2_QUE] = in ecore_hw_set_feat()
4589 feat_num[ECORE_PF_L2_QUE] = in ecore_hw_set_feat()
4597 feat_num[ECORE_FCOE_CQ] = in ecore_hw_set_feat()
4602 feat_num[ECORE_ISCSI_CQ] = in ecore_hw_set_feat()
H A Decore_int.c2471 p_hwfn->hw_info.feat_num[ECORE_PF_L2_QUE]--; in ecore_int_igu_relocate_sb()
2472 p_hwfn->hw_info.feat_num[ECORE_VF_L2_QUE]++; in ecore_int_igu_relocate_sb()
2484 p_hwfn->hw_info.feat_num[ECORE_PF_L2_QUE]++; in ecore_int_igu_relocate_sb()
2485 p_hwfn->hw_info.feat_num[ECORE_VF_L2_QUE]--; in ecore_int_igu_relocate_sb()