Searched refs:rxfifo (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/bhyve/common/ |
H A D | uart_backend.c | 90 struct fifo rxfifo; member 149 return (sc->rxfifo.num < sc->rxfifo.size); in rxfifo_available() 159 fifo = &sc->rxfifo; in uart_rxfifo_getchar() 186 return (sc->rxfifo.num); in uart_rxfifo_numchars() 195 fifo = &sc->rxfifo; in rxfifo_putchar() 304 fifo = &sc->rxfifo; in uart_rxfifo_reset() 352 SNAPSHOT_VAR_OR_LEAVE(sc->rxfifo.rindex, meta, ret, done); in uart_rxfifo_snapshot() 353 SNAPSHOT_VAR_OR_LEAVE(sc->rxfifo.windex, meta, ret, done); in uart_rxfifo_snapshot() 354 SNAPSHOT_VAR_OR_LEAVE(sc->rxfifo.num, meta, ret, done); in uart_rxfifo_snapshot() 355 SNAPSHOT_VAR_OR_LEAVE(sc->rxfifo.size, meta, ret, done); in uart_rxfifo_snapshot() [all …]
|
/illumos-gate/usr/src/grub/grub-0.97/netboot/ |
H A D | eepro100.c | 257 static int rxfifo = 8; /* Rx FIFO threshold, default 32 bytes. */ variable 711 confcmd.data[1] = (txfifo << 4) | rxfifo; in eepro100_probe()
|