Home
last modified time | relevance | path

Searched refs:resc_start (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/qlogic/qed/
Dqed_dev.c1017 u32 *resc_start = p_hwfn->hw_info.resc_start; in qed_hw_get_resc() local
1038 resc_start[i] = resc_num[i] * p_hwfn->rel_pf_id; in qed_hw_get_resc()
1053 p_hwfn->hw_info.resc_start[QED_SB], in qed_hw_get_resc()
1055 p_hwfn->hw_info.resc_start[QED_L2_QUEUE], in qed_hw_get_resc()
1057 p_hwfn->hw_info.resc_start[QED_VPORT], in qed_hw_get_resc()
1059 p_hwfn->hw_info.resc_start[QED_PQ], in qed_hw_get_resc()
1061 p_hwfn->hw_info.resc_start[QED_RL], in qed_hw_get_resc()
1063 p_hwfn->hw_info.resc_start[QED_MAC], in qed_hw_get_resc()
1065 p_hwfn->hw_info.resc_start[QED_VLAN], in qed_hw_get_resc()
1067 p_hwfn->hw_info.resc_start[QED_ILT]); in qed_hw_get_resc()
Dqed.h128 u32 resc_start[QED_MAX_RESC]; member
132 #define RESC_START(_p_hwfn, resc) ((_p_hwfn)->hw_info.resc_start[resc])