Lines Matching refs:b_ah
2286 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
2550 if ((b_ah && (RESC_END(p_hwfn, QED_ILT) > PXP_NUM_ILT_RECORDS_K2)) || in qed_hw_get_resc()
2551 (!b_ah && (RESC_END(p_hwfn, QED_ILT) > PXP_NUM_ILT_RECORDS_BB))) { in qed_hw_get_resc()