HomeSort by: relevance | last modified time | path
    Searched defs:sc_txsoft (Results 1 - 20 of 20) sorted by relevancy

  /src/sys/dev/ic/
aic6915var.h 132 struct sf_descsoft sc_txsoft[SF_NTXDESC]; member in struct:sf_softc
smc83c170var.h 118 struct epic_descsoft sc_txsoft[EPIC_NTXDESC]; member in struct:epic_softc
143 #define EPIC_DSTX(sc, x) (&(sc)->sc_txsoft[(x)])
dp83932var.h 169 struct sonic_descsoft sc_txsoft[SONIC_NTXDESC]; member in struct:sonic_softc
i82557var.h 189 struct fxp_txsoft sc_txsoft[FXP_NTXCB]; member in struct:fxp_softc
263 #define FXP_DSTX(sc, x) (&(sc)->sc_txsoft[(x)])
gemvar.h 186 struct gem_txsoft sc_txsoft[GEM_TXQUEUELEN]; member in struct:gem_softc
atwvar.h 215 struct atw_txsoft sc_txsoft[ATW_TXQUEUELEN]; member in struct:atw_softc
tulipvar.h 419 struct tulip_txsoft sc_txsoft[TULIP_TXQUEUELEN]; member in struct:tulip_softc
  /src/sys/arch/mips/atheros/dev/
aevar.h 164 struct ae_txsoft sc_txsoft[AE_TXQUEUELEN]; member in struct:ae_softc
  /src/sys/arch/arm/imx/
if_enetvar.h 80 struct enet_txsoft sc_txsoft[ENET_TX_RING_CNT]; member in struct:enet_softc
  /src/sys/arch/evbppc/virtex/dev/
if_temac.c 158 struct temac_txsoft sc_txsoft[TEMAC_TXQLEN]; member in struct:temac_softc
436 0, 0, &sc->sc_txsoft[i].txs_dmap)) != 0) {
442 sc->sc_txsoft[i].txs_mbuf = NULL;
443 sc->sc_txsoft[i].txs_last = 0;
563 bus_dmamap_destroy(sc->sc_dmat, sc->sc_txsoft[i].txs_dmap);
691 txs = &sc->sc_txsoft[sc->sc_txscur];
804 txs = &sc->sc_txsoft[i];
1014 txs = &sc->sc_txsoft[sc->sc_txsreap];
1289 if (sc->sc_txsoft[sc->sc_txsreap].txs_mbuf != NULL &&
  /src/sys/arch/powerpc/ibm4xx/dev/
if_emac.c 184 struct emac_txsoft sc_txsoft[EMAC_TXQUEUELEN]; member in struct:emac_softc
432 &sc->sc_txsoft[i].txs_dmamap)) != 0) {
616 if (sc->sc_txsoft[i].txs_dmamap != NULL)
618 sc->sc_txsoft[i].txs_dmamap);
705 txs = &sc->sc_txsoft[sc->sc_txsnext];
920 sc->sc_txsoft[i].txs_mbuf = NULL;
1083 txs = &sc->sc_txsoft[i];
1272 txs = &sc->sc_txsoft[i];
  /src/sys/dev/pci/
if_ste.c 137 struct ste_descsoft sc_txsoft[STE_NTXDESC]; member in struct:ste_softc
468 &sc->sc_txsoft[i].ds_dmamap)) != 0) {
595 if (sc->sc_txsoft[i].ds_dmamap != NULL)
597 sc->sc_txsoft[i].ds_dmamap);
687 ds = &sc->sc_txsoft[nexttx];
999 ds = &sc->sc_txsoft[i];
1468 ds = &sc->sc_txsoft[i];
if_dge.c 274 struct dge_txsoft sc_txsoft[DGE_TXQUEUELEN]; member in struct:dge_softc
838 &sc->sc_txsoft[i].txs_dmamap)) != 0) {
1021 if (sc->sc_txsoft[i].txs_dmamap != NULL)
1023 sc->sc_txsoft[i].txs_dmamap);
1224 txs = &sc->sc_txsoft[sc->sc_txsnext];
1600 txs = &sc->sc_txsoft[i];
1940 sc->sc_txsoft[i].txs_mbuf = NULL;
2103 txs = &sc->sc_txsoft[i];
if_stge.c 150 struct stge_descsoft sc_txsoft[STGE_NTXDESC]; member in struct:stge_softc
541 &sc->sc_txsoft[i].ds_dmamap)) != 0) {
766 if (sc->sc_txsoft[i].ds_dmamap != NULL)
768 sc->sc_txsoft[i].ds_dmamap);
877 ds = &sc->sc_txsoft[nexttx];
1201 ds = &sc->sc_txsoft[i];
1779 ds = &sc->sc_txsoft[i];
if_vge.c 213 struct vge_txsoft sc_txsoft[VGE_NTXDESC]; member in struct:vge_softc
843 &sc->sc_txsoft[i].txs_dmamap);
875 if (sc->sc_txsoft[i].txs_dmamap != NULL)
877 sc->sc_txsoft[i].txs_dmamap);
1382 txs = &sc->sc_txsoft[idx];
1543 txs = &sc->sc_txsoft[idx];
1664 txs = &sc->sc_txsoft[idx];
1768 sc->sc_txsoft[i].txs_mbuf = NULL;
2077 txs = &sc->sc_txsoft[i];
if_pcn.c 258 struct pcn_txsoft sc_txsoft[PCN_TXQUEUELEN]; member in struct:pcn_softc
737 &sc->sc_txsoft[i].txs_dmamap)) != 0) {
874 if (sc->sc_txsoft[i].txs_dmamap != NULL)
876 sc->sc_txsoft[i].txs_dmamap);
942 txs = &sc->sc_txsoft[sc->sc_txsnext];
1312 txs = &sc->sc_txsoft[i];
1628 sc->sc_txsoft[i].txs_mbuf = NULL;
1850 txs = &sc->sc_txsoft[i];
if_kse.c 250 struct kse_txsoft sc_txsoft[KSE_TXQUEUELEN]; member in struct:kse_softc
492 &sc->sc_txsoft[i].txs_dmamap)) != 0) {
638 if (sc->sc_txsoft[i].txs_dmamap != NULL)
640 sc->sc_txsoft[i].txs_dmamap);
735 sc->sc_txsoft[i].txs_mbuf = NULL;
858 txs = &sc->sc_txsoft[i];
944 txs = &sc->sc_txsoft[sc->sc_txsnext];
1299 txs = &sc->sc_txsoft[i];
if_sip.c 236 struct sip_txsoft sc_txsoft[SIP_TXQUEUELEN]; member in struct:sip_softc
1008 if (sc->sc_txsoft[i].txs_dmamap != NULL)
1010 sc->sc_txsoft[i].txs_dmamap);
1261 &sc->sc_txsoft[i].txs_dmamap)) != 0) {
2662 txs = &sc->sc_txsoft[i];
  /src/sys/arch/sgimips/mace/
if_mec.c 307 struct mec_txsoft sc_txsoft[MEC_NTXDESC]; member in struct:mec_softc
497 &sc->sc_txsoft[i].txs_dmamap)) != 0) {
729 if (sc->sc_txsoft[i].txs_dmamap != NULL)
731 sc->sc_txsoft[i].txs_dmamap);
978 txs = &sc->sc_txsoft[nexttx];
1429 txs = &sc->sc_txsoft[i];
1869 txs = &sc->sc_txsoft[i];
  /src/sys/arch/arm/sociox/
if_scx.c 483 struct scx_txsoft sc_txsoft[MD_TXQUEUELEN]; member in struct:scx_softc
967 &sc->sc_txsoft[i].txs_dmamap)) != 0) {
1061 if (sc->sc_txsoft[i].txs_dmamap != NULL)
1063 sc->sc_txsoft[i].txs_dmamap);
1145 sc->sc_txsoft[i].txs_mbuf = NULL;
1391 txs = &sc->sc_txsoft[sc->sc_txsnext];
1573 txs = &sc->sc_txsoft[i];

Completed in 34 milliseconds