Searched refs:ECORE_IS_AH (Results 1 – 2 of 2) sorted by relevance
776 #define ECORE_IS_AH(dev) ((dev)->type == ECORE_DEV_TYPE_AH) macro777 #define ECORE_IS_K2(dev) ECORE_IS_AH(dev)
2656 } else if (ECORE_IS_AH(p_hwfn->p_dev)) { in ecore_calc_hw_mode()2732 if (ECORE_IS_AH(p_dev)) in ecore_hw_init_chip()2739 if (ECORE_IS_AH(p_dev)) { in ecore_hw_init_chip()4270 if (ECORE_IS_AH(p_hwfn->p_dev)) { in ecore_hw_hwfn_prepare()4820 if (ECORE_IS_AH(p_dev) && p_dev->b_is_emul_full) { in ecore_hw_get_resc()5186 num_funcs = ECORE_IS_AH(p_dev) ? MAX_NUM_PFS_K2 : MAX_NUM_PFS_BB; in ecore_get_num_funcs()5196 if (ECORE_IS_BB(p_dev) || ECORE_IS_AH(p_dev)) { in ecore_get_num_funcs()5441 if (ECORE_IS_AH(p_hwfn->p_dev) && p_hwfn->rel_pf_id) in ecore_get_hw_info()5566 if (CHIP_REV_IS_EMUL(p_dev) && ECORE_IS_AH(p_dev)) in ecore_get_dev_info()5754 if (ECORE_IS_AH(p_dev)) { in ecore_hw_prepare_single()