Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_dev.c2917 bool b_ah = ECORE_IS_AH(p_hwfn->p_dev); in ecore_hw_set_soft_resc_size() local
2934 resc_max_val = b_ah ? RDMA_NUM_STATISTIC_COUNTERS_K2 in ecore_hw_set_soft_resc_size()
2968 bool b_ah = ECORE_IS_AH(p_hwfn->p_dev); in ecore_hw_get_dflt_resc() local
2972 *p_resc_num = (b_ah ? MAX_NUM_L2_QUEUES_K2 : in ecore_hw_get_dflt_resc()
2976 *p_resc_num = (b_ah ? MAX_NUM_VPORTS_K2 : in ecore_hw_get_dflt_resc()
2980 *p_resc_num = (b_ah ? ETH_RSS_ENGINE_NUM_K2 : in ecore_hw_get_dflt_resc()
2984 *p_resc_num = (b_ah ? MAX_QM_TX_QUEUES_K2 : in ecore_hw_get_dflt_resc()
2997 *p_resc_num = (b_ah ? PXP_NUM_ILT_RECORDS_K2 : in ecore_hw_get_dflt_resc()
3009 *p_resc_num = (b_ah ? RDMA_NUM_STATISTIC_COUNTERS_K2 : in ecore_hw_get_dflt_resc()
3154 bool b_ah = ECORE_IS_AH(p_hwfn->p_dev); in ecore_hw_get_resc() local
[all …]