Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore.h463 #define RESC_END(_p_hwfn, resc) (RESC_START(_p_hwfn, resc) + \ macro
H A Decore_dev.c5052 if ((b_ah && (RESC_END(p_hwfn, ECORE_ILT) > PXP_NUM_ILT_RECORDS_K2)) || in ecore_hw_get_resc()
5053 (!b_ah && (RESC_END(p_hwfn, ECORE_ILT) > PXP_NUM_ILT_RECORDS_BB))) { in ecore_hw_get_resc()
5056 RESC_END(p_hwfn, ECORE_ILT) - 1); in ecore_hw_get_resc()