Searched refs:ECORE_IS_AH (Results 1 – 3 of 3) sorted by relevance
805 #define ECORE_IS_AH(dev) ((dev)->type == ECORE_DEV_TYPE_AH) macro806 #define ECORE_IS_K2(dev) ECORE_IS_AH(dev)807 #define ECORE_IS_E4(dev) (ECORE_IS_BB(dev) || ECORE_IS_AH(dev))
2758 } else if (ECORE_IS_AH(p_hwfn->p_dev)) { in ecore_calc_hw_mode()2827 if (ECORE_IS_AH(p_dev)) in ecore_hw_init_chip()2836 (ECORE_IS_AH(p_dev) || ECORE_IS_E5(p_dev))) in ecore_hw_init_chip()2846 if (ECORE_IS_AH(p_dev)) { in ecore_hw_init_chip()3035 max_num_vfs = ECORE_IS_AH(p_dev) ? MAX_NUM_VFS_K2 : MAX_NUM_VFS_BB; in ecore_hw_init_common()3166 if (ECORE_IS_AH(p_hwfn->p_dev) || ECORE_IS_E5(p_hwfn->p_dev)) in ecore_emul_link_init()3446 if (ECORE_IS_AH(p_hwfn->p_dev)) in ecore_hw_init_port()4497 if (ECORE_IS_AH(p_hwfn->p_dev) || ECORE_IS_E5(p_hwfn->p_dev)) { in ecore_hw_hwfn_prepare()4686 bool b_ah = ECORE_IS_AH(p_hwfn->p_dev); in ecore_hw_set_soft_resc_size()4737 bool b_ah = ECORE_IS_AH(p_hwfn->p_dev); in ecore_hw_get_dflt_resc()[all …]
291 if (ECORE_IS_BB(p_hwfn->p_dev) || ECORE_IS_AH(p_hwfn->p_dev)) { in ecore_spq_hw_initialize()