Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore.h450 #define RESC_END(_p_hwfn, resc) (RESC_START(_p_hwfn, resc) + \ macro
H A Decore_dev.c3256 if ((b_ah && (RESC_END(p_hwfn, ECORE_ILT) > PXP_NUM_ILT_RECORDS_K2)) || in ecore_hw_get_resc()
3257 (!b_ah && (RESC_END(p_hwfn, ECORE_ILT) > PXP_NUM_ILT_RECORDS_BB))) { in ecore_hw_get_resc()
3260 RESC_END(p_hwfn, ECORE_ILT) - 1); in ecore_hw_get_resc()