Searched refs:resc_num (Results 1 – 2 of 2) sorted by relevance
1018 u32 *resc_num = p_hwfn->hw_info.resc_num; in qed_hw_get_resc() local1024 resc_num[QED_SB] = min_t(u32, in qed_hw_get_resc()1027 resc_num[QED_L2_QUEUE] = MAX_NUM_L2_QUEUES_BB / num_funcs; in qed_hw_get_resc()1028 resc_num[QED_VPORT] = MAX_NUM_VPORTS_BB / num_funcs; in qed_hw_get_resc()1029 resc_num[QED_RSS_ENG] = ETH_RSS_ENGINE_NUM_BB / num_funcs; in qed_hw_get_resc()1030 resc_num[QED_PQ] = MAX_QM_TX_QUEUES_BB / num_funcs; in qed_hw_get_resc()1031 resc_num[QED_RL] = 8; in qed_hw_get_resc()1032 resc_num[QED_MAC] = ETH_NUM_MAC_FILTERS / num_funcs; in qed_hw_get_resc()1033 resc_num[QED_VLAN] = (ETH_NUM_VLAN_FILTERS - 1 /*For vlan0*/) / in qed_hw_get_resc()1035 resc_num[QED_ILT] = 950; in qed_hw_get_resc()[all …]
129 u32 resc_num[QED_MAX_RESC]; member133 #define RESC_NUM(_p_hwfn, resc) ((_p_hwfn)->hw_info.resc_num[resc])