/src/sys/arch/arm/at91/ |
at91emacvar.h | 64 struct emac_qmeta txq[TX_QLEN]; member in struct:emac_softc
|
/src/sys/arch/arm/ep93xx/ |
epevar.h | 61 struct epe_qmeta txq[TX_QLEN]; member in struct:epe_softc
|
/src/sys/dev/pci/ |
if_nfevar.h | 97 struct nfe_tx_ring txq; member in struct:nfe_softc
|
if_iwivar.h | 138 struct iwi_tx_ring txq[WME_NUM_AC]; member in struct:iwi_softc
|
if_wpivar.h | 146 struct wpi_tx_ring txq[4]; member in struct:wpi_softc
|
if_iavfvar.h | 166 struct iavf_vc_txq_info txq; member in struct:iavf_vc_queue_pair_info
|
if_iwi.c | 394 error = iwi_alloc_tx_ring(sc, &sc->txq[0], IWI_TX_RING_COUNT, 401 error = iwi_alloc_tx_ring(sc, &sc->txq[1], IWI_TX_RING_COUNT, 408 error = iwi_alloc_tx_ring(sc, &sc->txq[2], IWI_TX_RING_COUNT, 415 error = iwi_alloc_tx_ring(sc, &sc->txq[3], IWI_TX_RING_COUNT, 467 iwi_free_tx_ring(sc, &sc->txq[0]); 468 iwi_free_tx_ring(sc, &sc->txq[1]); 469 iwi_free_tx_ring(sc, &sc->txq[2]); 470 iwi_free_tx_ring(sc, &sc->txq[3]); 1433 iwi_tx_intr(struct iwi_softc *sc, struct iwi_tx_ring *txq) 1442 hw = CSR_READ_4(sc, txq->csr_ridx) 1606 struct iwi_tx_ring *txq = &sc->txq[ac]; local in function:iwi_tx_start [all...] |
if_rge.c | 463 struct rge_txq *txq; local in function:rge_encap 484 txq = &sc->rge_ldata.rge_txq[idx]; 485 txmap = txq->txq_dmamap; 546 txq->txq_mbuf = m; 547 txq->txq_descidx = last; 1408 struct rge_txq *txq; local in function:rge_txeof 1417 txq = &sc->rge_ldata.rge_txq[cons]; 1418 idx = txq->txq_descidx; 1432 bus_dmamap_sync(sc->sc_dmat, txq->txq_dmamap, 0, 1433 txq->txq_dmamap->dm_mapsize, BUS_DMASYNC_POSTWRITE) [all...] |
if_iwnvar.h | 263 struct iwn_tx_ring txq[IWN5000_NTXQUEUES]; member in struct:iwn_softc
|
/src/sys/dev/cadence/ |
if_cemacvar.h | 70 struct cemac_qmeta txq[TX_QLEN]; member in struct:cemac_softc
|
/src/sys/arch/ews4800mips/dev/ |
ewskbd.c | 107 uint8_t txq[EWSKBD_TXQ_LEN]; member in struct:ewskbd_devconfig 351 zs_write_data(cs, dc->txq[dc->txq_head]); 390 dc->txq[dc->txq_tail] = c[i];
|
/src/sys/arch/sgimips/dev/ |
zs_kbd.c | 76 uint8_t txq[ZSKBD_TXQ_LEN]; member in struct:zskbd_devconfig 313 zs_write_data(cs, dc->txq[dc->txq_head]); 359 dc->txq[dc->txq_tail] = c[i];
|
/src/sys/dev/ic/ |
rtl8169.c | 1441 struct re_txq *txq; local in function:re_txeof 1450 txq = &sc->re_ldata.re_txq[idx]; 1451 KASSERT(txq->txq_mbuf != NULL); 1453 descidx = txq->txq_descidx; 1464 sc->re_ldata.re_tx_free += txq->txq_nsegs; 1466 bus_dmamap_sync(sc->sc_dmat, txq->txq_dmamap, 1467 0, txq->txq_dmamap->dm_mapsize, BUS_DMASYNC_POSTWRITE); 1468 bus_dmamap_unload(sc->sc_dmat, txq->txq_dmamap); 1469 m_freem(txq->txq_mbuf); 1470 txq->txq_mbuf = NULL 1598 struct re_txq *txq; local in function:re_start [all...] |
rt2560var.h | 129 struct rt2560_tx_ring txq; member in struct:rt2560_softc
|
rt2661var.h | 128 struct rt2661_tx_ring txq[5]; member in struct:rt2661_softc
|
athn.c | 1813 struct athn_txq *txq = &sc->sc_txq[qid]; local in function:athn_tx_reclaim 1818 while ((bf = SIMPLEQ_FIRST(&txq->head)) != NULL) { 1819 SIMPLEQ_REMOVE_HEAD(&txq->head, bf_list);
|
rt2661.c | 237 error = rt2661_alloc_tx_ring(sc, &sc->txq[0], RT2661_TX_RING_COUNT); 243 error = rt2661_alloc_tx_ring(sc, &sc->txq[1], RT2661_TX_RING_COUNT); 249 error = rt2661_alloc_tx_ring(sc, &sc->txq[2], RT2661_TX_RING_COUNT); 255 error = rt2661_alloc_tx_ring(sc, &sc->txq[3], RT2661_TX_RING_COUNT); 372 fail5: rt2661_free_tx_ring(sc, &sc->txq[3]); 373 fail4: rt2661_free_tx_ring(sc, &sc->txq[2]); 374 fail3: rt2661_free_tx_ring(sc, &sc->txq[1]); 375 fail2: rt2661_free_tx_ring(sc, &sc->txq[0]); 395 rt2661_free_tx_ring(sc, &sc->txq[0]); 396 rt2661_free_tx_ring(sc, &sc->txq[1]) 909 struct rt2661_tx_ring *txq; local in function:rt2661_tx_intr 1612 struct rt2661_tx_ring *txq = &sc->txq[ac]; local in function:rt2661_tx_data [all...] |
rt2860var.h | 145 struct rt2860_tx_ring txq[6]; member in struct:rt2860_softc
|
dwc_eqos.c | 1781 struct eqos_ring *txq = (struct eqos_ring *)node.sysctl_data; local in function:eqos_sysctl_tx_cur_handler 1782 struct eqos_softc *sc = txq->sc; 1807 struct eqos_ring *txq = (struct eqos_ring *)node.sysctl_data; local in function:eqos_sysctl_tx_end_handler 1808 struct eqos_softc *sc = txq->sc;
|
arn5008.c | 971 struct athn_txq *txq = &sc->sc_txq[qid]; local in function:ar5008_tx_process 977 bf = SIMPLEQ_FIRST(&txq->head); 986 SIMPLEQ_REMOVE_HEAD(&txq->head, bf_list); 1313 struct athn_txq *txq; local in function:ar5008_tx 1383 txq = &sc->sc_txq[qid]; 1656 if (!SIMPLEQ_EMPTY(&txq->head)) 1657 ((struct ar_tx_desc *)txq->lastds)->ds_link = bf->bf_daddr; 1660 txq->lastds = lastds; 1662 SIMPLEQ_INSERT_TAIL(&txq->head, bf, bf_list);
|
/src/sys/dev/pci/cxgb/ |
cxgb_main.c | 1375 struct sge_txq *txq; local in function:cxgb_start_tx 1391 txq = &qs->txq[TXQ_ETH]; 1394 if (txq->flags & TXQ_TRANSMITTING) 1399 mtx_lock(&txq->lock); 1400 txq->flags |= TXQ_TRANSMITTING; 1401 in_use_init = txq->in_use; 1402 while ((txq->in_use - in_use_init < txmax) && 1403 (txq->size > txq->in_use + TX_MAX_DESC)) 1461 struct sge_txq *txq; local in function:cxgb_start_proc 1480 struct sge_txq *txq; local in function:cxgb_start [all...] |
cxgb_adapter.h | 297 struct sge_txq txq[SGE_TXQ_PER_SET]; member in struct:sge_qset 562 return container_of(q, struct sge_qset, txq[qidx]);
|
/src/sys/dev/usb/ |
if_runvar.h | 198 struct run_tx_ring txq[RUN_MAXEPOUT]; member in struct:run_softc
|
if_run.c | 617 sc->txq[ntx].pipe_no = ed->bEndpointAddress; 882 struct run_tx_ring *txq = &sc->txq[qid]; local in function:run_alloc_tx_ring 890 txq->cur = txq->queued = 0; 892 error = usbd_open_pipe(sc->sc_iface, txq->pipe_no, 0, &txq->pipeh); 897 struct run_tx_data *data = &txq->data[i]; 902 error = usbd_create_xfer(txq->pipeh, RUN_MAX_TXSZ, 919 struct run_tx_ring *txq = &sc->txq[qid] local in function:run_free_tx_ring 2498 struct run_tx_ring *txq = &sc->txq[data->qid]; local in function:run_txeof [all...] |
/src/sys/dev/marvell/ |
if_gfe.c | 136 #define GE_TXDSYNC(sc, txq, n, ops) \ 137 bus_dmamap_sync((sc)->sc_dmat, (txq)->txq_desc_mem.gdm_map, \ 138 (n) * sizeof((txq)->txq_descs[0]), sizeof((txq)->txq_descs[0]), \ 140 #define GE_TXDPRESYNC(sc, txq, n) \ 141 GE_TXDSYNC(sc, txq, n, BUS_DMASYNC_PREREAD | BUS_DMASYNC_PREWRITE) 142 #define GE_TXDPOSTSYNC(sc, txq, n) \ 143 GE_TXDSYNC(sc, txq, n, BUS_DMASYNC_POSTREAD | BUS_DMASYNC_POSTWRITE) 731 struct gfe_txqueue * const txq = &sc->sc_txq[GE_TXPRIO_HI]; local in function:gfe_ifwatchdog 738 curtxdnum = (GE_READ(sc, txq->txq_ectdp) 1190 struct gfe_txqueue * const txq = &sc->sc_txq[txprio]; local in function:gfe_tx_enqueue 1361 struct gfe_txqueue * const txq = &sc->sc_txq[txprio]; local in function:gfe_tx_done 1450 struct gfe_txqueue * const txq = &sc->sc_txq[txprio]; local in function:gfe_tx_txqalloc 1474 struct gfe_txqueue * const txq = &sc->sc_txq[txprio]; local in function:gfe_tx_start 1566 struct gfe_txqueue * const txq = &sc->sc_txq[txprio]; local in function:gfe_tx_cleanup [all...] |