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

/freebsd-current/usr.sbin/bhyve/
H A Dpci_e82545.c316 uint16_t esc_RDT; /* x2818 desc table tail idx */ member in struct:e82545_softc
843 DPRINTF("rx_run: head %x, tail %x", sc->esc_RDH, sc->esc_RDT);
857 left = (size + sc->esc_RDT - head) % size;
951 left = (size + sc->esc_RDT - head) % size;
958 DPRINTF("rx_run done: head %x, tail %x", sc->esc_RDH, sc->esc_RDT);
1695 sc->esc_RDT = value;
1910 retval = sc->esc_RDT;
2281 sc->esc_RDT = 0;
2465 SNAPSHOT_VAR_OR_LEAVE(sc->esc_RDT, meta, ret, done);

Completed in 169 milliseconds