Searched refs:esc_TDT (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/usr.sbin/bhyve/
H A Dpci_e82545.c292 uint16_t esc_TDT; /* x3818 desc table tail idx */ member in struct:e82545_softc
1451 tail = sc->esc_TDT;
1454 sc->esc_TDH, sc->esc_TDHr, sc->esc_TDT);
1472 if (lim != size / 4 && sc->esc_TDH == sc->esc_TDT)
1478 sc->esc_TDH, sc->esc_TDHr, sc->esc_TDT);
1488 while (!sc->esc_tx_enabled || sc->esc_TDHr == sc->esc_TDT) {
1489 if (sc->esc_tx_enabled && sc->esc_TDHr != sc->esc_TDT)
1724 sc->esc_TDT = value;
1924 retval = sc->esc_TDT;
2274 sc->esc_TDT
[all...]

Completed in 158 milliseconds