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

/freebsd-10-stable/sys/dev/lge/
H A Dif_lge.c990 u_int32_t idx, txdone; local
1002 txdone = CSR_READ_1(sc, LGE_TXDMADONE_8BIT);
1004 while (idx != sc->lge_cdata.lge_tx_prod && txdone) {
1014 txdone--;
/freebsd-10-stable/sys/arm/xscale/ixp425/
H A Dif_npe.c986 struct txdone { struct
993 npe_txdone_finish(struct npe_softc *sc, const struct txdone *td)
1015 * txdone q wired into it so we must use the NPE ID
1027 struct txdone *td, q[NPE_MAX];
1526 /* disable callbacks XXX txdone is shared */

Completed in 114 milliseconds