/src/sys/dev/ic/ |
dwc_gmac_var.h | 103 struct dwc_gmac_tx_ring sc_txq; member in struct:dwc_gmac_softc 107 bool sc_txbusy; /* (sc_txq.t_mtx) no Tx because down or busy */
|
athvar.h | 280 struct ath_txq sc_txq[HAL_NUM_TX_QUEUES]; member in struct:ath_softc
|
athnvar.h | 553 struct athn_txq sc_txq[31]; member in struct:athn_softc
|
/src/sys/arch/arm/gemini/ |
if_gmc.c | 69 gmac_hwqueue_t *sc_txq[6]; member in struct:gmc_softc 399 if (!gmc_txqueue(sc, sc->sc_txq[0], m)) { 467 if (sc->sc_txq[0] == NULL) { 475 for (i = 0; i < __arraycount(sc->sc_txq); i++) { 476 sc->sc_txq[i] = gmac_hwqueue_create(hqm, sc->sc_iot, 479 if (sc->sc_txq[i] == NULL) { 484 sc->sc_txq[i]->hwq_ifp = ifp; 489 if (sc->sc_txq[i]->hwq_qoff < hwq->hwq_qoff) 496 sc->sc_txq[i], hwq_link); 498 SLIST_INSERT_AFTER(last_hwq, sc->sc_txq[i] [all...] |
/src/sys/dev/marvell/ |
if_gfevar.h | 165 struct gfe_txqueue sc_txq[2]; /* High & Low transmit queues */ member in struct:gfe_softc
|
/src/sys/arch/luna68k/dev/ |
lunaws.c | 119 uint8_t sc_txq[OMKBD_TXQ_LEN]; member in struct:ws_softc 330 sio->sio_data = sc->sc_txq[sc->sc_txqhead]; 333 sc->sc_txqhead, sc->sc_txq[sc->sc_txqhead])); 401 sc->sc_txq[sc->sc_txqtail] = txdata; 404 sc->sc_txqtail, sc->sc_txq[sc->sc_txqtail]));
|
/src/sys/arch/arm/broadcom/ |
bcm53xx_eth.c | 148 struct bcmeth_txqueue sc_txq; member in struct:bcmeth_softc 323 error = bcmeth_txq_attach(sc, &sc->sc_txq, 0); 554 bcmeth_txq_reset(sc, &sc->sc_txq); 556 bcmeth_write_4(sc, sc->sc_txq.txq_reg_xmtctl, XMTCTL_DMA_ACT_INDEX 582 bcmeth_write_4(sc, sc->sc_txq.txq_reg_xmtctl, 583 bcmeth_read_4(sc, sc->sc_txq.txq_reg_xmtctl) | XMTCTL_ENABLE); 597 bcmeth_read_4(sc, sc->sc_txq.txq_reg_xmtctl), 614 struct bcmeth_txqueue * const txq = &sc->sc_txq; 660 bcmeth_txq_consume(sc, &sc->sc_txq); 662 bcmeth_txq_purge(sc, &sc->sc_txq); [all...] |
/src/sys/arch/powerpc/booke/dev/ |
pq3etsec.c | 189 struct pq3etsec_txqueue sc_txq; member in struct:pq3etsec_softc 650 error = pq3etsec_txq_attach(sc, &sc->sc_txq, 0); 967 pq3etsec_txq_reset(sc, &sc->sc_txq); 1102 pq3etsec_txq_consume(sc, &sc->sc_txq); 1104 pq3etsec_txq_purge(sc, &sc->sc_txq); 2346 struct pq3etsec_txqueue * const txq = &sc->sc_txq; 2523 || pq3etsec_txq_active_p(sc, &sc->sc_txq)) { 2528 if (!pq3etsec_txq_consume(sc, &sc->sc_txq) 2529 || !pq3etsec_txq_enqueue(sc, &sc->sc_txq)) {
|