/src/sys/arch/powerpc/ibm4xx/dev/ |
if_emac.c | 146 int txs_ndesc; /* # of descriptors used */ member in struct:emac_txsoft 759 txs->txs_ndesc = dmamap->dm_nsegs; 816 sc->sc_txfree -= txs->txs_ndesc; 1311 sc->sc_txfree += txs->txs_ndesc;
|
/src/sys/dev/pci/ |
if_dge.c | 230 int txs_ndesc; /* # of descriptors used */ member in struct:dge_txsoft 1165 txs->txs_ndesc++; 1308 txs->txs_ndesc = dmamap->dm_nsegs; 1383 sc->sc_txfree -= txs->txs_ndesc; 1622 sc->sc_txfree += txs->txs_ndesc;
|
if_kse.c | 219 int txs_ndesc; /* # of descriptors used */ member in struct:kse_txsoft 1032 txs->txs_ndesc = dmamap->dm_nsegs; 1034 sc->sc_txfree -= txs->txs_ndesc; 1301 KSE_CDTXSYNC(sc, txs->txs_firstdesc, txs->txs_ndesc, 1313 sc->sc_txfree += txs->txs_ndesc;
|
if_wm.c | 276 int txs_ndesc; /* # of descriptors used */ member in struct:wm_txsoft 8838 txs->txs_ndesc++; 9133 txs->txs_ndesc = segs_needed; 9224 wm_cdtxsync(txq, txq->txq_next, txs->txs_ndesc, 9238 txq->txq_free -= txs->txs_ndesc; 9469 txs->txs_ndesc++; 9710 txs->txs_ndesc = segs_needed; 9810 wm_cdtxsync(txq, txq->txq_next, txs->txs_ndesc, 9825 txq->txq_free -= txs->txs_ndesc; 9915 wm_cdtxsync(txq, txs->txs_firstdesc, txs->txs_ndesc, [all...] |
/src/sys/arch/arm/sociox/ |
if_scx.c | 445 int txs_ndesc; /* # of descriptors used */ member in struct:scx_txsoft 1466 txs->txs_ndesc = dmamap->dm_nsegs; 1467 sc->sc_txfree -= txs->txs_ndesc; 1575 SCX_CDTXSYNC(sc, txs->txs_firstdesc, txs->txs_ndesc, 1586 sc->sc_txfree += txs->txs_ndesc;
|