Lines Matching refs:esc_TDT
292 uint16_t esc_TDT; /* x3818 desc table tail idx */ member
1475 tail = sc->esc_TDT % size; in e82545_tx_run()
1477 sc->esc_TDH, sc->esc_TDHr, sc->esc_TDT); in e82545_tx_run()
1495 if (lim != size / 4 && sc->esc_TDH == sc->esc_TDT) in e82545_tx_run()
1501 sc->esc_TDH, sc->esc_TDHr, sc->esc_TDT); in e82545_tx_run()
1511 while (!sc->esc_tx_enabled || sc->esc_TDHr == sc->esc_TDT) { in e82545_tx_thread()
1512 if (sc->esc_tx_enabled && sc->esc_TDHr != sc->esc_TDT) in e82545_tx_thread()
1752 sc->esc_TDT = value; in e82545_write_register()
1952 retval = sc->esc_TDT; in e82545_read_register()
2301 sc->esc_TDT = 0; in e82545_reset()
2432 SNAPSHOT_VAR_OR_LEAVE(sc->esc_TDT, meta, ret, done); in e82545_snapshot()