Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore.h805 #define ECORE_IS_AH(dev) ((dev)->type == ECORE_DEV_TYPE_AH) macro
806 #define ECORE_IS_K2(dev) ECORE_IS_AH(dev)
807 #define ECORE_IS_E4(dev) (ECORE_IS_BB(dev) || ECORE_IS_AH(dev))
H A Decore_dev.c2754 } else if (ECORE_IS_AH(p_hwfn->p_dev)) { in ecore_calc_hw_mode()
2823 if (ECORE_IS_AH(p_dev)) in ecore_hw_init_chip()
2832 (ECORE_IS_AH(p_dev) || ECORE_IS_E5(p_dev))) in ecore_hw_init_chip()
2842 if (ECORE_IS_AH(p_dev)) { in ecore_hw_init_chip()
3031 max_num_vfs = ECORE_IS_AH(p_dev) ? MAX_NUM_VFS_K2 : MAX_NUM_VFS_BB; in ecore_hw_init_common()
3162 if (ECORE_IS_AH(p_hwfn->p_dev) || ECORE_IS_E5(p_hwfn->p_dev)) in ecore_emul_link_init()
3442 if (ECORE_IS_AH(p_hwfn->p_dev)) in ecore_hw_init_port()
4493 if (ECORE_IS_AH(p_hwfn->p_dev) || ECORE_IS_E5(p_hwfn->p_dev)) { in ecore_hw_hwfn_prepare()
4682 bool b_ah = ECORE_IS_AH(p_hwfn->p_dev); in ecore_hw_set_soft_resc_size()
4733 bool b_ah = ECORE_IS_AH(p_hwfn->p_dev); in ecore_hw_get_dflt_resc()
[all …]
H A Decore_spq.c288 if (ECORE_IS_BB(p_hwfn->p_dev) || ECORE_IS_AH(p_hwfn->p_dev)) { in ecore_spq_hw_initialize()
H A Decore_iwarp.c3298 rcv_wnd_size = ECORE_IS_AH(p_hwfn->p_dev) ? in ecore_iwarp_set_defaults()
3302 rcv_wnd_size = ECORE_IS_AH(p_hwfn->p_dev) ? in ecore_iwarp_set_defaults()