Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed.h292 #define RESC_END(_p_hwfn, resc) (RESC_START(_p_hwfn, resc) + \ macro
H A Dqed_dev.c4038 if ((b_ah && (RESC_END(p_hwfn, QED_ILT) > PXP_NUM_ILT_RECORDS_K2)) || in qed_hw_get_resc()
4039 (!b_ah && (RESC_END(p_hwfn, QED_ILT) > PXP_NUM_ILT_RECORDS_BB))) { in qed_hw_get_resc()
4042 RESC_END(p_hwfn, QED_ILT) - 1); in qed_hw_get_resc()