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

/freebsd-10.2-release/sys/arm/at91/
H A Dif_macbvar.h117 uint32_t tx_prod; member in struct:macb_softc
H A Dif_macb.c282 sc->tx_prod = 0;
633 sc->tx_cons = sc->tx_prod = 0;
658 if (sc->tx_cons == sc->tx_prod)
666 while (sc->tx_cons != sc->tx_prod) {
694 } while (sc->tx_cons != sc->tx_prod);
873 prod = sc->tx_prod;
936 sc->tx_prod = prod;
/freebsd-10.2-release/sys/arm/cavium/cns11xx/
H A Dif_ecevar.h164 uint32_t tx_prod; member in struct:ece_softc
H A Dif_ece.c797 sc->tx_prod = 0;
1482 if (sc->tx_cons == sc->tx_prod) return;
1489 while (sc->tx_cons != sc->tx_prod) {
1613 mapp = sc->tx_desc[sc->tx_prod].dmamap;
1625 sc->tx_desc[sc->tx_prod].desc = desc;
1626 sc->tx_desc[sc->tx_prod].buff = m0;
1674 desc = sc->tx_desc[sc->tx_prod].desc;
1676 sc->tx_prod = (sc->tx_prod + 1) % ECE_MAX_TX_BUFFERS;
/freebsd-10.2-release/sys/dev/bce/
H A Dif_bce.c5629 sc->tx_prod = 0;
6904 DBPRINT(sc, BCE_EXTREME_SEND, "%s(enter): tx_prod = 0x%04X, "
6906 __FUNCTION__, sc->tx_prod, sc->tx_cons, sc->tx_prod_bseq);
7002 DBPRINT(sc, BCE_EXTREME_SEND, "%s(exit): tx_prod = 0x%04X, "
7004 __FUNCTION__, sc->tx_prod, sc->tx_cons, sc->tx_prod_bseq);
7397 prod = sc->tx_prod;
7526 sc->tx_prod = prod;
7531 BCE_L2MQ_TX_HOST_BIDX, sc->tx_prod);
7553 u16 tx_prod, tx_chain_prod; local
7560 tx_prod
10515 bce_dump_tx_chain(struct bce_softc *sc, u16 tx_prod, int count) argument
[all...]
H A Dif_bcereg.h6573 u16 tx_prod; member in struct:bce_softc

Completed in 217 milliseconds