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

/freebsd-13-stable/usr.sbin/bhyve/
H A Dpci_e82545.c1062 uint16_t dsize, int *tdwb)
1070 *tdwb = 1;
1077 uint16_t dsize, uint16_t *rhead, int *tdwb)
1437 e82545_transmit_done(sc, ohead, head, dsize, tdwb);
1448 int lim, tdwb, sent; local
1458 tdwb = 0;
1460 sent = e82545_transmit(sc, head, tail, size, &rhead, &tdwb);
1470 if (tdwb)
1061 e82545_transmit_done(struct e82545_softc *sc, uint16_t head, uint16_t tail, uint16_t dsize, int *tdwb) argument
1076 e82545_transmit(struct e82545_softc *sc, uint16_t head, uint16_t tail, uint16_t dsize, uint16_t *rhead, int *tdwb) argument

Completed in 62 milliseconds