| /src/sys/arch/mips/atheros/dev/ |
| aevar.h | 94 int txs_firstdesc; /* first descriptor in packet */ member in struct:ae_txsoft
|
| if_ae.c | 713 txs->txs_firstdesc = sc->sc_txnext; 1157 for (i = txs->txs_firstdesc;; i = AE_NEXTTX(i)) {
|
| /src/sys/dev/ic/ |
| gemvar.h | 93 int txs_firstdesc; /* first descriptor in packet */ member in struct:gem_txsoft
|
| gem.c | 1575 txs->txs_firstdesc = sc->sc_txnext; 1582 gem_txsoft_print(sc, txs->txs_firstdesc, 1588 GEM_CDTXSYNC(sc, txs->txs_firstdesc, txs->txs_ndescs, 1681 if (txs->txs_firstdesc <= txs->txs_lastdesc) { 1682 if (txlast >= txs->txs_firstdesc && 1685 } else if (txlast >= txs->txs_firstdesc || 1689 GEM_CDTXSYNC(sc, txs->txs_firstdesc, txs->txs_ndescs, 1695 gem_txsoft_print(sc, txs->txs_firstdesc,
|
| atwvar.h | 85 int txs_firstdesc; /* first descriptor in packet */ member in struct:atw_txsoft
|
| tulipvar.h | 100 int txs_firstdesc; /* first descriptor in packet */ member in struct:tulip_txsoft
|
| tulip.c | 857 txs->txs_firstdesc = sc->sc_txnext; 893 last_txs->txs_firstdesc != lasttx) { 894 sc->sc_txdescs[last_txs->txs_firstdesc].td_ctl |= 896 TULIP_CDTXSYNC(sc, last_txs->txs_firstdesc, 1, 1423 for (i = txs->txs_firstdesc;; i = TULIP_NEXTTX(i)) { 2750 txs->txs_firstdesc = sc->sc_txnext;
|
| atw.c | 3298 ATW_CDTXSYNC(sc, txs->txs_firstdesc, 3301 for (i = txs->txs_firstdesc;; i = ATW_NEXTTX(i)) { 3314 ATW_CDTXSYNC(sc, txs->txs_firstdesc, 3857 txs->txs_firstdesc = sc->sc_txnext;
|
| /src/sys/dev/pci/ |
| if_pcn.c | 165 int txs_firstdesc; /* first descriptor in packet */ member in struct:pcn_txsoft 1102 txs->txs_firstdesc = sc->sc_txnext; 1310 PCN_CDTXSYNC(sc, txs->txs_firstdesc, txs->txs_dmamap->dm_nsegs, 1322 for (j = txs->txs_firstdesc;; j = PCN_NEXTTX(j)) {
|
| if_kse.c | 217 int txs_firstdesc; /* first descriptor in packet */ member in struct:kse_txsoft 1030 txs->txs_firstdesc = sc->sc_txnext; 1301 KSE_CDTXSYNC(sc, txs->txs_firstdesc, txs->txs_ndesc,
|
| if_dge.c | 228 int txs_firstdesc; /* first descriptor in packet */ member in struct:dge_txsoft 1307 txs->txs_firstdesc = sc->sc_txnext; 1605 DGE_CDTXSYNC(sc, txs->txs_firstdesc, txs->txs_dmamap->dm_nsegs, 1618 device_xname(sc->sc_dev), i, txs->txs_firstdesc,
|
| if_sip.c | 172 int txs_firstdesc; /* first descriptor in packet */ member in struct:sip_txsoft 1716 txs->txs_firstdesc = sc->sc_txnext; 2049 sip_cdtxsync(sc, txs->txs_firstdesc, txs->txs_dmamap->dm_nsegs,
|
| if_wm.c | 274 int txs_firstdesc; /* first descriptor in packet */ member in struct:wm_txsoft 3911 i, txs->txs_firstdesc, txs->txs_lastdesc); 3912 for (j = txs->txs_firstdesc; ; j = WM_NEXTTX(txq, j)) { 9132 txs->txs_firstdesc = txq->txq_next; 9709 txs->txs_firstdesc = txq->txq_next; 9915 wm_cdtxsync(txq, txs->txs_firstdesc, txs->txs_ndesc, 9937 device_xname(sc->sc_dev), i, txs->txs_firstdesc,
|
| /src/sys/arch/powerpc/ibm4xx/dev/ |
| if_emac.c | 144 int txs_firstdesc; /* first descriptor in packet */ member in struct:emac_txsoft 758 txs->txs_firstdesc = sc->sc_txnext;
|
| /src/sys/arch/arm/sociox/ |
| if_scx.c | 443 int txs_firstdesc; /* first descriptor in packet */ member in struct:scx_txsoft 1464 txs->txs_firstdesc = sc->sc_txnext; 1575 SCX_CDTXSYNC(sc, txs->txs_firstdesc, txs->txs_ndesc,
|