Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/qlogic/qed/
Dqed_dev.c2286 bool b_ah = QED_IS_AH(p_hwfn->cdev); in qed_hw_set_soft_resc_size() local
2303 resc_max_val = b_ah ? RDMA_NUM_STATISTIC_COUNTERS_K2 in qed_hw_set_soft_resc_size()
2337 bool b_ah = QED_IS_AH(p_hwfn->cdev); in qed_hw_get_dflt_resc() local
2341 *p_resc_num = (b_ah ? MAX_NUM_L2_QUEUES_K2 : in qed_hw_get_dflt_resc()
2345 *p_resc_num = (b_ah ? MAX_NUM_VPORTS_K2 : in qed_hw_get_dflt_resc()
2349 *p_resc_num = (b_ah ? ETH_RSS_ENGINE_NUM_K2 : in qed_hw_get_dflt_resc()
2353 *p_resc_num = (b_ah ? MAX_QM_TX_QUEUES_K2 : in qed_hw_get_dflt_resc()
2366 *p_resc_num = (b_ah ? PXP_NUM_ILT_RECORDS_K2 : in qed_hw_get_dflt_resc()
2378 *p_resc_num = (b_ah ? RDMA_NUM_STATISTIC_COUNTERS_K2 : in qed_hw_get_dflt_resc()
2496 bool b_ah = QED_IS_AH(p_hwfn->cdev); in qed_hw_get_resc() local
[all …]