/netbsd-src/sys/arch/arm/broadcom/ |
H A 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() argument 737 struct bcmeth_txqueue *txq, in bcmeth_txq_desc_postsync() argument 1304 bcmeth_txq_active_p(struct bcmeth_softc * const sc,struct bcmeth_txqueue * txq) bcmeth_txq_active_p() argument 1312 bcmeth_txq_fillable_p(struct bcmeth_softc * const sc,struct bcmeth_txqueue * txq) bcmeth_txq_fillable_p() argument 1320 bcmeth_txq_attach(struct bcmeth_softc * sc,struct bcmeth_txqueue * txq,u_int qno) bcmeth_txq_attach() argument 1356 bcmeth_txq_map_load(struct bcmeth_softc * sc,struct bcmeth_txqueue * txq,struct mbuf * m) bcmeth_txq_map_load() argument 1384 bcmeth_txq_map_unload(struct bcmeth_softc * sc,struct bcmeth_txqueue * txq,struct mbuf * m) bcmeth_txq_map_unload() argument 1398 bcmeth_txq_produce(struct bcmeth_softc * sc,struct bcmeth_txqueue * txq,struct mbuf * m) bcmeth_txq_produce() argument 1551 bcmeth_txq_enqueue(struct bcmeth_softc * sc,struct bcmeth_txqueue * txq) bcmeth_txq_enqueue() argument 1599 bcmeth_txq_consume(struct bcmeth_softc * sc,struct bcmeth_txqueue * txq) bcmeth_txq_consume() argument 1683 bcmeth_txq_purge(struct bcmeth_softc * sc,struct bcmeth_txqueue * txq) bcmeth_txq_purge() argument 1705 bcmeth_txq_reset(struct bcmeth_softc * sc,struct bcmeth_txqueue * txq) bcmeth_txq_reset() argument [all...] |
/netbsd-src/sys/dev/pci/ |
H A 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 …]
|
H A 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) argument 221 WM_TXDESCS_SIZE(txq) global() argument 222 WM_NEXTTX(txq,x) global() argument 223 WM_NEXTTXS(txq,x) global() argument 265 WM_CDTXOFF(txq,x) global() argument 812 WM_CDTXADDR(txq,x) global() argument 815 WM_CDTXADDR_LO(txq,x) global() argument 816 WM_CDTXADDR_HI(txq,x) global() argument 1895 wm_cdtxsync(struct wm_txqueue * txq,int start,int num,int ops) wm_cdtxsync() argument 3813 struct wm_txqueue *txq = &sc->sc_queue[qid].wmq_txq; wm_watchdog() local 3864 wm_watchdog_txq(struct ifnet * ifp,struct wm_txqueue * txq,uint16_t * hang) wm_watchdog_txq() argument 3876 wm_watchdog_txq_locked(struct ifnet * ifp,struct wm_txqueue * txq,uint16_t * hang) wm_watchdog_txq_locked() argument 4068 struct wm_txqueue *txq = &sc->sc_queue[i].wmq_txq; wm_set_linkdown_discard() local 4081 struct wm_txqueue *txq = &sc->sc_queue[i].wmq_txq; wm_clear_linkdown_discard() local 5404 struct wm_txqueue *txq; wm_flush_desc_rings() local 5515 struct wm_txqueue *txq = &sc->sc_queue[i].wmq_txq; wm_reset() local 6354 struct wm_txqueue *txq = &sc->sc_queue[i].wmq_txq; wm_unset_stopping_flags() local 6381 struct wm_txqueue *txq = &sc->sc_queue[i].wmq_txq; wm_set_stopping_flags() local 6447 struct wm_txqueue *txq = &wmq->wmq_txq; wm_itrs_calculate() local 6521 struct wm_txqueue *txq = &wmq->wmq_txq; wm_init_sysctls() local 6859 struct wm_txqueue *txq = &sc->sc_queue[i].wmq_txq; wm_clear_evcnt() local 7714 struct wm_txqueue *txq = &wmq->wmq_txq; wm_stop_locked() local 7777 struct wm_txqueue *txq = &sc->sc_queue[0].wmq_txq; wm_82547_txfifo_stall() local 7836 struct wm_txqueue *txq = &sc->sc_queue[0].wmq_txq; wm_82547_txfifo_bugchk() local 7864 wm_alloc_tx_descs(struct wm_softc * sc,struct wm_txqueue * txq) wm_alloc_tx_descs() argument 7932 wm_free_tx_descs(struct wm_softc * sc,struct wm_txqueue * txq) wm_free_tx_descs() argument 8024 wm_alloc_tx_buffer(struct wm_softc * sc,struct wm_txqueue * txq) wm_alloc_tx_buffer() argument 8055 wm_free_tx_buffer(struct wm_softc * sc,struct wm_txqueue * txq) wm_free_tx_buffer() argument 8132 struct wm_txqueue *txq = &sc->sc_queue[i].wmq_txq; wm_alloc_txrx_queues() local 8240 struct wm_txqueue *txq = &sc->sc_queue[i].wmq_txq; wm_alloc_txrx_queues() local 8282 struct wm_txqueue *txq = &sc->sc_queue[i].wmq_txq; wm_free_txrx_queues() local 8326 wm_init_tx_descs(struct wm_softc * sc __unused,struct wm_txqueue * txq) wm_init_tx_descs() argument 8341 wm_init_tx_regs(struct wm_softc * sc,struct wm_queue * wmq,struct wm_txqueue * txq) wm_init_tx_regs() argument 8387 wm_init_tx_buffer(struct wm_softc * sc __unused,struct wm_txqueue * txq) wm_init_tx_buffer() argument 8403 wm_init_tx_queue(struct wm_softc * sc,struct wm_queue * wmq,struct wm_txqueue * txq) wm_init_tx_queue() argument 8575 struct wm_txqueue *txq = &wmq->wmq_txq; wm_init_txrx_queues() local 8612 wm_tx_offload(struct wm_softc * sc,struct wm_txqueue * txq,struct wm_txsoft * txs,uint32_t * cmdp,uint8_t * fieldsp) wm_tx_offload() argument 8855 wm_linkdown_discard(struct wm_txqueue * txq) wm_linkdown_discard() argument 8873 struct wm_txqueue *txq = &sc->sc_queue[0].wmq_txq; wm_start() local 8890 struct wm_txqueue *txq = &sc->sc_queue[0].wmq_txq; wm_start_locked() local 8900 struct wm_txqueue *txq; wm_transmit() local 8927 wm_transmit_locked(struct ifnet * ifp,struct wm_txqueue * txq) wm_transmit_locked() argument 8934 wm_send_common_locked(struct ifnet * ifp,struct wm_txqueue * txq,bool is_transmit) wm_send_common_locked() argument 9274 wm_nq_tx_offload(struct wm_softc * sc,struct wm_txqueue * txq,struct wm_txsoft * txs,uint32_t * cmdlenp,uint32_t * fieldsp,bool * do_csum) wm_nq_tx_offload() argument 9480 struct wm_txqueue *txq = &sc->sc_queue[0].wmq_txq; wm_nq_start() local 9497 struct wm_txqueue *txq = &sc->sc_queue[0].wmq_txq; wm_nq_start_locked() local 9507 struct wm_txqueue *txq; wm_nq_transmit() local 9545 wm_nq_transmit_locked(struct ifnet * ifp,struct wm_txqueue * txq) wm_nq_transmit_locked() argument 9552 wm_nq_send_common_locked(struct ifnet * ifp,struct wm_txqueue * txq,bool is_transmit) wm_nq_send_common_locked() argument 9855 wm_deferred_start_locked(struct wm_txqueue * txq) wm_deferred_start_locked() argument 9886 wm_txeof(struct wm_txqueue * txq,u_int limit) wm_txeof() argument 10904 struct wm_txqueue *txq = &wmq->wmq_txq; wm_intr_legacy() local 11058 struct wm_txqueue *txq = &wmq->wmq_txq; wm_txrxintr_msix() local 11119 struct wm_txqueue *txq = &wmq->wmq_txq; wm_handle_queue() local 18256 struct wm_txqueue *txq = (struct wm_txqueue *)node.sysctl_data; wm_sysctl_tdh_handler() local 18270 struct wm_txqueue *txq = (struct wm_txqueue *)node.sysctl_data; wm_sysctl_tdt_handler() local [all...] |
H A D | if_nfevar.h | 97 struct nfe_tx_ring txq; member
|
H A D | if_rge.c | 455 struct rge_txq *txq; in rge_encap() local 1365 struct rge_txq *txq; rge_txeof() local [all...] |
H A 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
|
H A D | if_iwivar.h | 138 struct iwi_tx_ring txq[WME_NUM_AC]; member
|
H A D | if_wpivar.h | 146 struct wpi_tx_ring txq[4]; member
|
/netbsd-src/sys/dev/marvell/ |
H A 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/ |
H A D | pq3etsec.c | 1261 struct pq3etsec_txqueue *txq, in pq3etsec_txq_desc_presync() argument 1273 struct pq3etsec_txqueue *txq, in pq3etsec_txq_desc_postsync() argument 1820 struct pq3etsec_txqueue *txq) in pq3etsec_txq_active_p() argument 1828 struct pq3etsec_txqueue *txq) in pq3etsec_txq_fillable_p() argument 1836 pq3etsec_txq_attach(struct pq3etsec_softc * sc,struct pq3etsec_txqueue * txq,u_int qno) pq3etsec_txq_attach() argument 1868 pq3etsec_txq_map_load(struct pq3etsec_softc * sc,struct pq3etsec_txqueue * txq,struct mbuf * m) pq3etsec_txq_map_load() argument 1896 pq3etsec_txq_map_unload(struct pq3etsec_softc * sc,struct pq3etsec_txqueue * txq,struct mbuf * m) pq3etsec_txq_map_unload() argument 1910 pq3etsec_txq_produce(struct pq3etsec_softc * sc,struct pq3etsec_txqueue * txq,struct mbuf * m) pq3etsec_txq_produce() argument 2020 pq3etsec_tx_offload(struct pq3etsec_softc * sc,struct pq3etsec_txqueue * txq,struct mbuf ** mp) pq3etsec_tx_offload() argument 2123 pq3etsec_txq_enqueue(struct pq3etsec_softc * sc,struct pq3etsec_txqueue * txq) pq3etsec_txq_enqueue() argument 2160 pq3etsec_txq_consume(struct pq3etsec_softc * sc,struct pq3etsec_txqueue * txq) pq3etsec_txq_consume() argument 2263 pq3etsec_txq_purge(struct pq3etsec_softc * sc,struct pq3etsec_txqueue * txq) pq3etsec_txq_purge() argument 2288 pq3etsec_txq_reset(struct pq3etsec_softc * sc,struct pq3etsec_txqueue * txq) pq3etsec_txq_reset() argument 2346 struct pq3etsec_txqueue * const txq = &sc->sc_txq; pq3etsec_tx_error() local [all...] |
/netbsd-src/sys/dev/pci/cxgb/ |
H A 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
|
H A 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/at91/ |
H A D | at91emacvar.h | 64 struct emac_qmeta txq[TX_QLEN]; member
|
/netbsd-src/sys/arch/arm/ep93xx/ |
H A D | epevar.h | 61 struct epe_qmeta txq[TX_QLEN]; member
|
/netbsd-src/sys/dev/ic/ |
H A 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
|
H A D | rtl8169.c | 1439 struct re_txq *txq; re_txeof() local 1596 struct re_txq *txq; re_start() local [all...] |
H A 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
|
H A D | dwc_eqos.c | 1781 struct eqos_ring *txq = (struct eqos_ring *)node.sysctl_data; in eqos_sysctl_tx_end_handler() local 1755 struct eqos_ring *txq = (struct eqos_ring *)node.sysctl_data; eqos_sysctl_tx_cur_handler() local
|
H A 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
|
H A D | rt2560var.h | 129 struct rt2560_tx_ring txq; member
|
H A D | rt2661var.h | 128 struct rt2661_tx_ring txq[5]; member
|
/netbsd-src/sys/arch/ews4800mips/dev/ |
H A D | ewskbd.c | 107 uint8_t txq[EWSKBD_TXQ_LEN]; member
|
/netbsd-src/sys/arch/sgimips/dev/ |
H A D | zs_kbd.c | 76 uint8_t txq[ZSKBD_TXQ_LEN]; member
|
/netbsd-src/sys/dev/cadence/ |
H A D | if_cemac.c | 127 struct cemac_qmeta txq[TX_QLEN]; global() member [all...] |
/netbsd-src/sys/dev/usb/ |
H A 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
|