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.c1248 int next_up; in t4_calibration() local
1257 next_up = (sc->cal_current + 1) % CNT_CAL_INFO; in t4_calibration()
1258 nex = &sc->cal_info[next_up]; in t4_calibration()
1280 sc->cal_current = next_up; in t4_calibration()