Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/qlnx/qlnxe/
Decore.h464 #define RESC_END(_p_hwfn, resc) (RESC_START(_p_hwfn, resc) + \ macro
Decore_dev.c5056 if ((b_ah && (RESC_END(p_hwfn, ECORE_ILT) > PXP_NUM_ILT_RECORDS_K2)) || in ecore_hw_get_resc()
5057 (!b_ah && (RESC_END(p_hwfn, ECORE_ILT) > PXP_NUM_ILT_RECORDS_BB))) { in ecore_hw_get_resc()
5060 RESC_END(p_hwfn, ECORE_ILT) - 1); in ecore_hw_get_resc()