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

  /src/sys/dev/pci/
if_ipwvar.h 145 uint32_t txcur; member in struct:ipw_softc
if_ipw.c 1312 sbd = &sc->stbd_list[sc->txcur];
1332 sc->txcur * sizeof (struct ipw_bd), sizeof (struct ipw_bd),
1339 sc->txcur = (sc->txcur + 1) % IPW_NTBD;
1340 CSR_WRITE_4(sc, IPW_CSR_TX_WRITE, sc->txcur);
1445 sbd = &sc->stbd_list[sc->txcur];
1461 sc->txcur * sizeof (struct ipw_bd),
1465 sc->txcur = (sc->txcur + 1) % IPW_NTBD;
1471 sbd = &sc->stbd_list[sc->txcur];
    [all...]
  /src/sys/dev/ic/
hd64570.c 1055 desc = &scp->sp_txdesc[scp->txcur];

Completed in 14 milliseconds