Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/
H A Dpci_e82545.c315 uint16_t esc_RDH; /* x2810 desc table head idx */ member
843 DPRINTF("rx_run: head %x, tail %x", sc->esc_RDH, sc->esc_RDT); in e82545_rx_callback()
856 head = sc->esc_RDH; in e82545_rx_callback()
949 sc->esc_RDH = head; in e82545_rx_callback()
958 DPRINTF("rx_run done: head %x, tail %x", sc->esc_RDH, sc->esc_RDT); in e82545_rx_callback()
1691 sc->esc_RDH = value; in e82545_write_register()
1907 retval = sc->esc_RDH; in e82545_read_register()
2280 sc->esc_RDH = 0; in e82545_reset()
2464 SNAPSHOT_VAR_OR_LEAVE(sc->esc_RDH, meta, ret, done); in e82545_snapshot()