Home
last modified time | relevance | path

Searched defs:txq (Results 1 – 25 of 37) sorted by relevance

12

/netbsd/src/sys/arch/arm/broadcom/
Dbcm53xx_eth.c614 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/
Dif_vmx.c1077 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 …]
Dif_wm.c214 #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 …]
Dif_nfevar.h97 struct nfe_tx_ring txq; member
Dif_rge.c463 struct rge_txq *txq; in rge_encap() local
1408 struct rge_txq *txq; in rge_txeof() local
Dif_iwi.c1433 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
Dif_iwivar.h138 struct iwi_tx_ring txq[WME_NUM_AC]; member
Dif_wpivar.h146 struct wpi_tx_ring txq[4]; member
/netbsd/src/sys/dev/marvell/
Dif_gfe.c136 #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/
Dpq3etsec.c1261 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/
Dat91emacvar.h64 struct emac_qmeta txq[TX_QLEN]; member
/netbsd/src/sys/dev/pci/cxgb/
Dcxgb_sge.c683 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
Dcxgb_main.c1375 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/
Depevar.h61 struct epe_qmeta txq[TX_QLEN]; member
/netbsd/src/sys/dev/ic/
Dath.c3375 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
Drtl8169.c1441 struct re_txq *txq; in re_txeof() local
1598 struct re_txq *txq; in re_start() local
Drt2661.c909 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
Ddwc_eqos.c1781 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
Darn5008.c971 struct athn_txq *txq = &sc->sc_txq[qid]; in ar5008_tx_process() local
1313 struct athn_txq *txq; in ar5008_tx() local
Drt2560var.h129 struct rt2560_tx_ring txq; member
Drt2661var.h128 struct rt2661_tx_ring txq[5]; member
/netbsd/src/sys/arch/ews4800mips/dev/
Dewskbd.c107 uint8_t txq[EWSKBD_TXQ_LEN]; member
/netbsd/src/sys/arch/sgimips/dev/
Dzs_kbd.c76 uint8_t txq[ZSKBD_TXQ_LEN]; member
/netbsd/src/sys/dev/usb/
Dif_run.c882 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
Dif_runvar.h198 struct run_tx_ring txq[RUN_MAXEPOUT]; member

12