HomeSort by: relevance | last modified time | path
    Searched refs:cur_tx (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/dev/ic/
mtd803var.h 69 volatile unsigned int cur_tx; member in struct:mtd_softc
mtd803.c 467 int first_tx = sc->cur_tx;
482 (void)mtd_put(sc, sc->cur_tx, m);
484 if (sc->cur_tx != first_tx)
485 sc->desc[MTD_NUM_RXD + sc->cur_tx].stat = MTD_TXD_OWNER;
487 if (++sc->cur_tx >= MTD_NUM_TXD)
488 sc->cur_tx = 0;
493 if (sc->cur_tx == 0)
497 sc->desc[MTD_NUM_RXD + sc->cur_tx - 1].conf
876 sc->cur_tx = 0;
  /src/sys/dev/pci/
if_ti.c 2046 struct ti_tx_desc *cur_tx = NULL; local in function:ti_txeof_tigon1
2072 cur_tx = &sc->ti_tx_ring_nic[idx % 128];
2073 if (cur_tx->ti_flags & TI_BDFLAG_END)
2093 if (cur_tx != NULL)
2100 struct ti_tx_desc *cur_tx = NULL; local in function:ti_txeof_tigon2
2117 cur_tx = &sc->ti_rdata->ti_tx_ring[idx];
2118 if (cur_tx->ti_flags & TI_BDFLAG_END)
2142 if (cur_tx != NULL)
if_msk.c 2176 struct msk_tx_desc *cur_tx; local in function:msk_txeof
2197 cur_tx = &sc_if->sk_rdata->sk_tx_ring[idx];
2198 sk_ctl = cur_tx->sk_ctl;
2201 msk_dump_txdesc(cur_tx, idx);
if_sk.c 2114 struct sk_tx_desc *cur_tx; local in function:sk_txeof
2130 cur_tx = &sc_if->sk_rdata->sk_tx_ring[idx];
2131 sk_ctl = le32toh(cur_tx->sk_ctl);
2134 sk_dump_txdesc(cur_tx, idx);
if_bge.c 4656 struct bge_tx_bd *cur_tx = NULL; local in function:bge_txeof
4701 cur_tx = &sc->bge_rdata->bge_tx_ring[idx];
4702 if (cur_tx->bge_flags & BGE_TXBDFLAG_END)
  /src/sys/dev/marvell/
if_mvgbe.c 2073 struct mvgbe_tx_desc *cur_tx; local in function:mvgbe_txeof
2090 cur_tx = &sc->sc_rdata->mvgbe_tx_ring[idx];
2093 mvgbe_dump_txdesc(cur_tx, idx);
2095 txstat = MVGBE2H32(cur_tx->cmdsts);

Completed in 24 milliseconds