| /netbsd/src/sys/arch/arm/broadcom/ |
| D | bcm53xx_eth.c | 614 struct bcmeth_txqueue * const txq = &sc->sc_txq; in bcmeth_ifstop() local 725 struct bcmeth_txqueue *txq, in bcmeth_txq_desc_presync() 737 struct bcmeth_txqueue *txq, in bcmeth_txq_desc_postsync() 1304 struct bcmeth_txqueue *txq) in bcmeth_txq_active_p() 1312 struct bcmeth_txqueue *txq) in bcmeth_txq_fillable_p() 1320 struct bcmeth_txqueue *txq, in bcmeth_txq_attach() 1356 struct bcmeth_txqueue *txq, in bcmeth_txq_map_load() 1384 struct bcmeth_txqueue *txq, in bcmeth_txq_map_unload() 1398 struct bcmeth_txqueue *txq, in bcmeth_txq_produce() 1551 struct bcmeth_txqueue *txq) in bcmeth_txq_enqueue() [all …]
|
| /netbsd/src/sys/dev/pci/ |
| D | if_vmx.c | 1077 struct vmxnet3_txqueue *txq; in vmxnet3_set_interrupt_idx() local 1159 struct vmxnet3_txqueue *txq; in vmxnet3_init_txq() local 1263 vmxnet3_destroy_txq(struct vmxnet3_txqueue *txq) in vmxnet3_destroy_txq() 1385 struct vmxnet3_txqueue *txq; in vmxnet3_alloc_txq_data() local 1438 struct vmxnet3_txqueue *txq; in vmxnet3_free_txq_data() local 1653 struct vmxnet3_txqueue *txq; in vmxnet3_init_shared_data() local 1965 struct vmxnet3_txqueue *txq; in vmxnet3_setup_stats() local 2025 struct vmxnet3_txqueue *txq; in vmxnet3_teardown_stats() local 2118 vmxnet3_txq_eof(struct vmxnet3_txqueue *txq, u_int limit) in vmxnet3_txq_eof() 2519 struct vmxnet3_txqueue *txq; in vmxnet3_legacy_intr() local [all …]
|
| D | if_wm.c | 214 #define WM_TXQUEUELEN(txq) ((txq)->txq_num) argument 215 #define WM_TXQUEUELEN_MASK(txq) (WM_TXQUEUELEN(txq) - 1) argument 216 #define WM_TXQUEUE_GC(txq) (WM_TXQUEUELEN(txq) / 8) argument 219 #define WM_NTXDESC(txq) ((txq)->txq_ndesc) argument 220 #define WM_NTXDESC_MASK(txq) (WM_NTXDESC(txq) - 1) argument 221 #define WM_TXDESCS_SIZE(txq) (WM_NTXDESC(txq) * (txq)->txq_descsize) argument 222 #define WM_NEXTTX(txq, x) (((x) + 1) & WM_NTXDESC_MASK(txq)) argument 223 #define WM_NEXTTXS(txq, x) (((x) + 1) & WM_TXQUEUELEN_MASK(txq)) argument 265 #define WM_CDTXOFF(txq, x) ((txq)->txq_descsize * (x)) argument 812 #define WM_CDTXADDR(txq, x) ((txq)->txq_desc_dma + WM_CDTXOFF((txq), (x))) argument [all …]
|
| D | if_nfevar.h | 97 struct nfe_tx_ring txq; member
|
| D | if_rge.c | 463 struct rge_txq *txq; in rge_encap() local 1408 struct rge_txq *txq; in rge_txeof() local
|
| D | if_iwi.c | 1433 iwi_tx_intr(struct iwi_softc *sc, struct iwi_tx_ring *txq) in iwi_tx_intr() 1606 struct iwi_tx_ring *txq = &sc->txq[ac]; in iwi_tx_start() local
|
| D | if_iwivar.h | 138 struct iwi_tx_ring txq[WME_NUM_AC]; member
|
| D | if_wpivar.h | 146 struct wpi_tx_ring txq[4]; member
|
| /netbsd/src/sys/dev/marvell/ |
| D | if_gfe.c | 136 #define GE_TXDSYNC(sc, txq, n, ops) \ argument 140 #define GE_TXDPRESYNC(sc, txq, n) \ argument 142 #define GE_TXDPOSTSYNC(sc, txq, n) \ argument 731 struct gfe_txqueue * const txq = &sc->sc_txq[GE_TXPRIO_HI]; in gfe_ifwatchdog() local 1190 struct gfe_txqueue * const txq = &sc->sc_txq[txprio]; in gfe_tx_enqueue() local 1361 struct gfe_txqueue * const txq = &sc->sc_txq[txprio]; in gfe_tx_done() local 1450 struct gfe_txqueue * const txq = &sc->sc_txq[txprio]; in gfe_tx_txqalloc() local 1474 struct gfe_txqueue * const txq = &sc->sc_txq[txprio]; in gfe_tx_start() local 1566 struct gfe_txqueue * const txq = &sc->sc_txq[txprio]; in gfe_tx_cleanup() local
|
| /netbsd/src/sys/arch/powerpc/booke/dev/ |
| D | pq3etsec.c | 1261 struct pq3etsec_txqueue *txq, in pq3etsec_txq_desc_presync() 1273 struct pq3etsec_txqueue *txq, in pq3etsec_txq_desc_postsync() 1820 struct pq3etsec_txqueue *txq) in pq3etsec_txq_active_p() 1828 struct pq3etsec_txqueue *txq) in pq3etsec_txq_fillable_p() 1836 struct pq3etsec_txqueue *txq, in pq3etsec_txq_attach() 1868 struct pq3etsec_txqueue *txq, in pq3etsec_txq_map_load() 1896 struct pq3etsec_txqueue *txq, in pq3etsec_txq_map_unload() 1910 struct pq3etsec_txqueue *txq, in pq3etsec_txq_produce() 2020 struct pq3etsec_txqueue *txq, in pq3etsec_tx_offload() 2123 struct pq3etsec_txqueue *txq) in pq3etsec_txq_enqueue() [all …]
|
| /netbsd/src/sys/arch/arm/at91/ |
| D | at91emacvar.h | 64 struct emac_qmeta txq[TX_QLEN]; member
|
| /netbsd/src/sys/dev/pci/cxgb/ |
| D | cxgb_sge.c | 683 struct sge_txq *txq; in sge_timer_cb() local 769 sge_txq_reclaim_(struct sge_txq *txq) in sge_txq_reclaim_() 815 struct sge_txq *txq; in sge_timer_reclaim() local 874 txq_prod(struct sge_txq *txq, unsigned int ndesc, struct txq_state *txqs) in txq_prod() 920 busdma_map_mbufs(struct mbuf **m, struct sge_txq *txq, in busdma_map_mbufs() 1083 const struct sge_txq *txq, const struct sg_ent *sgl, unsigned int flits, in write_wr_hdr_sgl() 1159 struct sge_txq *txq; in t3_encap() local
|
| D | cxgb_main.c | 1375 struct sge_txq *txq; in cxgb_start_tx() local 1461 struct sge_txq *txq; in cxgb_start_proc() local 1480 struct sge_txq *txq; in cxgb_start() local
|
| /netbsd/src/sys/arch/arm/ep93xx/ |
| D | epevar.h | 61 struct epe_qmeta txq[TX_QLEN]; member
|
| /netbsd/src/sys/dev/ic/ |
| D | ath.c | 3375 struct ath_txq *txq = &sc->sc_txq[qnum]; in ath_txq_setup() local 3402 struct ath_txq *txq; in ath_tx_setup() local 3427 struct ath_txq *txq = sc->sc_ac2q[ac]; in ath_txq_update() local 3469 ath_tx_cleanupq(struct ath_softc *sc, struct ath_txq *txq) in ath_tx_cleanupq() 3622 struct ath_txq *txq; in ath_tx_start() local 4112 ath_tx_processq(struct ath_softc *sc, struct ath_txq *txq) in ath_tx_processq() 4335 ath_tx_draintxq(struct ath_softc *sc, struct ath_txq *txq) in ath_tx_draintxq() 4380 ath_tx_stopdma(struct ath_softc *sc, struct ath_txq *txq) in ath_tx_stopdma() 5516 struct ath_txq *txq = sc->sc_ac2q[i]; in ath_announce() local
|
| D | rtl8169.c | 1441 struct re_txq *txq; in re_txeof() local 1598 struct re_txq *txq; in re_start() local
|
| D | rt2661.c | 909 struct rt2661_tx_ring *txq; in rt2661_tx_intr() local 978 rt2661_tx_dma_intr(struct rt2661_softc *sc, struct rt2661_tx_ring *txq) in rt2661_tx_dma_intr() 1612 struct rt2661_tx_ring *txq = &sc->txq[ac]; in rt2661_tx_data() local
|
| D | dwc_eqos.c | 1781 struct eqos_ring *txq = (struct eqos_ring *)node.sysctl_data; in eqos_sysctl_tx_cur_handler() local 1807 struct eqos_ring *txq = (struct eqos_ring *)node.sysctl_data; in eqos_sysctl_tx_end_handler() local
|
| D | arn5008.c | 971 struct athn_txq *txq = &sc->sc_txq[qid]; in ar5008_tx_process() local 1313 struct athn_txq *txq; in ar5008_tx() local
|
| D | rt2560var.h | 129 struct rt2560_tx_ring txq; member
|
| D | rt2661var.h | 128 struct rt2661_tx_ring txq[5]; member
|
| /netbsd/src/sys/arch/ews4800mips/dev/ |
| D | ewskbd.c | 107 uint8_t txq[EWSKBD_TXQ_LEN]; member
|
| /netbsd/src/sys/arch/sgimips/dev/ |
| D | zs_kbd.c | 76 uint8_t txq[ZSKBD_TXQ_LEN]; member
|
| /netbsd/src/sys/dev/usb/ |
| D | if_run.c | 882 struct run_tx_ring *txq = &sc->txq[qid]; in run_alloc_tx_ring() local 919 struct run_tx_ring *txq = &sc->txq[qid]; in run_free_tx_ring() local 2498 struct run_tx_ring *txq = &sc->txq[data->qid]; in run_txeof() local
|
| D | if_runvar.h | 198 struct run_tx_ring txq[RUN_MAXEPOUT]; member
|