Searched refs:ECORE_IS_AH (Results 1 – 3 of 3) sorted by relevance
1176 } else if (ECORE_IS_AH(p_hwfn->p_dev)) { in ecore_calc_hw_mode()1250 if (ECORE_IS_AH(p_dev)) in ecore_hw_init_chip()1259 (ECORE_IS_AH(p_dev) || ECORE_IS_E5(p_dev))) in ecore_hw_init_chip()1269 if (ECORE_IS_AH(p_dev)) { in ecore_hw_init_chip()1452 max_num_vfs = ECORE_IS_AH(p_dev) ? MAX_NUM_VFS_K2 : MAX_NUM_VFS_BB; in ecore_hw_init_common()1583 if (ECORE_IS_AH(p_hwfn->p_dev) || ECORE_IS_E5(p_hwfn->p_dev)) in ecore_emul_link_init()1856 if (ECORE_IS_AH(p_hwfn->p_dev)) in ecore_hw_init_port()2733 if (ECORE_IS_AH(p_hwfn->p_dev) || ECORE_IS_E5(p_hwfn->p_dev)) { in ecore_hw_hwfn_prepare()2917 bool b_ah = ECORE_IS_AH(p_hwfn->p_dev); in ecore_hw_set_soft_resc_size()2968 bool b_ah = ECORE_IS_AH(p_hwfn->p_dev); in ecore_hw_get_dflt_resc()[all …]
711 #define ECORE_IS_AH(dev) ((dev)->type == ECORE_DEV_TYPE_AH) macro712 #define ECORE_IS_K2(dev) ECORE_IS_AH(dev)
277 if (ECORE_IS_BB(p_hwfn->p_dev) || ECORE_IS_AH(p_hwfn->p_dev)) { in ecore_spq_hw_initialize()