Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/
H A Dt4_main.c1136 int next_up; in t4_calibration() local
1145 next_up = (sc->cal_current + 1) % CNT_CAL_INFO; in t4_calibration()
1146 nex = &sc->cal_info[next_up]; in t4_calibration()
1168 sc->cal_current = next_up; in t4_calibration()