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

/freebsd-current/usr.sbin/bhyve/
H A Dpci_e82545.c1064 uint16_t dsize, int *tdwb)
1072 *tdwb = 1;
1079 uint16_t dsize, uint16_t *rhead, int *tdwb)
1457 e82545_transmit_done(sc, ohead, head, dsize, tdwb);
1468 int lim, tdwb, sent; local
1481 tdwb = 0;
1483 sent = e82545_transmit(sc, head, tail, size, &rhead, &tdwb);
1493 if (tdwb)
1063 e82545_transmit_done(struct e82545_softc *sc, uint16_t head, uint16_t tail, uint16_t dsize, int *tdwb) argument
1078 e82545_transmit(struct e82545_softc *sc, uint16_t head, uint16_t tail, uint16_t dsize, uint16_t *rhead, int *tdwb) argument

Completed in 91 milliseconds