Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/
H A Dadapter.h879 uint64_t hw_cur; member
H A Dt4_main.c1149 cur->hw_cur = hw; in t4_calibration()
1155 if (cur->hw_cur == hw) { in t4_calibration()
1163 nex->hw_prev = cur->hw_cur; in t4_calibration()
1165 nex->hw_cur = hw; in t4_calibration()
H A Dt4_sge.c1547 hw_clk_div = dcur.hw_cur - dcur.hw_prev; in t4_tstmp_to_ns()