Home
last modified time | relevance | path

Searched defs:txr (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/sys/dev/pci/ixgbe/
H A Dix_txrx.c143 ixgbe_legacy_start_locked(struct ifnet *ifp, struct tx_ring *txr) in ixgbe_legacy_start_locked()
198 struct tx_ring *txr = sc->tx_rings; in ixgbe_legacy_start() local
216 struct tx_ring *txr; in ixgbe_mq_start() local
301 ixgbe_mq_start_locked(struct ifnet *ifp, struct tx_ring *txr) in ixgbe_mq_start_locked()
358 struct tx_ring *txr = arg; in ixgbe_deferred_mq_start() local
376 struct tx_ring *txr = container_of(wk, struct tx_ring, wq_cookie); in ixgbe_deferred_mq_start_work() local
395 struct tx_ring *txr = que->txr; in ixgbe_drain_all() local
412 ixgbe_xmit(struct tx_ring *txr, struct mbuf *m_head) in ixgbe_xmit()
580 ixgbe_drain(struct ifnet *ifp, struct tx_ring *txr) in ixgbe_drain()
608 ixgbe_allocate_transmit_buffers(struct tx_ring *txr) in ixgbe_allocate_transmit_buffers()
[all …]
H A Dif_fdir.c86 ixgbe_atr(struct tx_ring *txr, struct mbuf *mp) in ixgbe_atr()
161 ixgbe_atr(struct tx_ring *txr, struct mbuf *mp) in ixgbe_atr()
H A Dixv.c607 struct tx_ring *txr = sc->tx_rings; in ixv_detach() local
886 struct tx_ring *txr = que->txr; in ixv_msix_que() local
1306 struct tx_ring *txr = que->txr; in ixv_handle_timer() local
1557 struct tx_ring *txr = sc->tx_rings; in ixv_free_deferred_handlers() local
1724 struct tx_ring *txr = sc->tx_rings; in ixv_initialize_transmit_units() local
1994 struct tx_ring *txr = (struct tx_ring *)node.sysctl_data; in ixv_sysctl_tdh_handler() local
2014 struct tx_ring *txr = (struct tx_ring *)node.sysctl_data; in ixv_sysctl_tdt_handler() local
2625 struct tx_ring *txr = sc->tx_rings; in ixv_add_stats_sysctls() local
2814 struct tx_ring *txr = sc->tx_rings; in ixv_clear_evcnt() local
3303 struct tx_ring *txr = que->txr; in ixv_handle_que() local
[all …]
H A Dixgbe.c670 struct tx_ring *txr = sc->tx_rings; in ixgbe_initialize_transmit_units() local
1812 struct tx_ring *txr = sc->tx_rings; in ixgbe_add_hw_stats() local
2141 struct tx_ring *txr = sc->tx_rings; in ixgbe_clear_evcnt() local
2281 struct tx_ring *txr = (struct tx_ring *)node.sysctl_data; in ixgbe_sysctl_tdh_handler() local
2306 struct tx_ring *txr = (struct tx_ring *)node.sysctl_data; in ixgbe_sysctl_tdt_handler() local
2820 struct tx_ring *txr = que->txr; in ixgbe_msix_que() local
3649 struct tx_ring *txr = sc->tx_rings; in ixgbe_free_deferred_handlers() local
3702 struct tx_ring *txr = sc->tx_rings; in ixgbe_detach() local
4054 struct tx_ring *txr; in ixgbe_init_locked() local
4400 struct tx_ring *txr = &sc->tx_rings[i]; in ixgbe_configure_ivars() local
[all …]
H A Dixgbe_netmap.c211 struct tx_ring *txr = &sc->tx_rings[kring->ring_id]; in ixgbe_netmap_txsync() local
H A Dixgbe.h331 struct tx_ring *txr; member
/netbsd-src/sys/dev/pci/igc/
H A Dif_igc.c271 igc_txdesc_sync(struct tx_ring *txr, int id, int ops) in igc_txdesc_sync() argument
659 struct tx_ring *txr = &sc->tx_rings[iq]; in igc_allocate_queues() local
726 for (struct tx_ring *txr = sc->tx_rings; txconf > 0; txr++, txconf--) igc_allocate_queues() local
777 struct tx_ring *txr = &sc->tx_rings[iq]; igc_free_queues() local
1639 struct tx_ring *txr = &sc->tx_rings[0]; /* queue 0 */ igc_start() local
1658 struct tx_ring *txr = &sc->tx_rings[qid]; igc_transmit() local
1675 igc_tx_common_locked(struct ifnet * ifp,struct tx_ring * txr,int caller) igc_tx_common_locked() argument
1783 igc_txeof(struct tx_ring * txr,u_int limit) igc_txeof() argument
1915 struct tx_ring *txr = &sc->tx_rings[iq]; igc_stop_locked() local
2760 struct tx_ring *txr = iq->txr; igc_intr_queue() local
2794 struct tx_ring *txr = iq->txr; igc_intr() local
2864 struct tx_ring *txr = iq->txr; igc_handle_queue() local
2940 igc_allocate_transmit_buffers(struct tx_ring * txr) igc_allocate_transmit_buffers() argument
2981 struct tx_ring *txr = &sc->tx_rings[iq]; igc_setup_transmit_structures() local
2999 igc_setup_transmit_ring(struct tx_ring * txr) igc_setup_transmit_ring() argument
3039 struct tx_ring *txr = &sc->tx_rings[iq]; igc_initialize_transmit_unit() local
3087 struct tx_ring *txr = &sc->tx_rings[iq]; igc_free_transmit_structures() local
3099 igc_free_transmit_buffers(struct tx_ring * txr) igc_free_transmit_buffers() argument
3123 igc_withdraw_transmit_packets(struct tx_ring * txr,bool destroy) igc_withdraw_transmit_packets() argument
3178 igc_tx_ctx_setup(struct tx_ring * txr,struct mbuf * mp,int prod,uint32_t * cmd_type_len,uint32_t * olinfo_status) igc_tx_ctx_setup() argument
3342 igc_tso_setup(struct tx_ring * txr,struct mbuf * mp,int prod,uint32_t * cmd_type_len,uint32_t * olinfo_status) igc_tso_setup() argument
[all...]
H A Dif_igc.h266 struct tx_ring *txr; member
/netbsd-src/sys/dev/hyperv/
H A Dif_hvn.c1104 hvn_transmit_common(struct ifnet *ifp, struct hvn_tx_ring *txr, in hvn_transmit_common()
1177 struct hvn_tx_ring *txr = &sc->sc_txr[0]; in hvn_start() local
1199 struct hvn_tx_ring *txr; in hvn_transmit() local
1222 struct hvn_tx_ring *txr = arg; in hvn_deferred_transmit() local
1352 hvn_flush_txagg(struct hvn_tx_ring *txr) in hvn_flush_txagg()
1394 hvn_try_txagg(struct hvn_tx_ring *txr, struct hvn_tx_desc *txd, int pktsz) in hvn_try_txagg()
1465 hvn_encap(struct hvn_tx_ring *txr, struct hvn_tx_desc *txd, struct mbuf *m, in hvn_encap()
1675 hvn_bpf_mtap(struct hvn_tx_ring *txr, struct mbuf *m, u_int direction) in hvn_bpf_mtap()
1715 hvn_txpkt(struct hvn_tx_ring *txr, struct hvn_tx_desc *txd) in hvn_txpkt()
1764 hvn_txeof(struct hvn_tx_ring *txr, uint64_t tid) in hvn_txeof()
[all …]
/netbsd-src/sys/dev/pci/
H A Dif_iavf.c1099 struct iavf_tx_ring *txr; in iavf_reinit() local
1155 struct iavf_tx_ring *txr; in iavf_stop_locked() local
1211 iavf_watchdog(struct iavf_tx_ring *txr) in iavf_watchdog()
2214 struct iavf_tx_ring *txr; in iavf_txr_alloc() local
2296 iavf_txr_free(struct iavf_softc *sc, struct iavf_tx_ring *txr) in iavf_txr_free()
2782 iavf_txeof(struct iavf_softc *sc, struct iavf_tx_ring *txr, u_int txlimit, in iavf_txeof()
2873 struct iavf_tx_ring *txr) in iavf_load_mbuf()
2967 iavf_tx_common_locked(struct ifnet *ifp, struct iavf_tx_ring *txr, in iavf_tx_common_locked()
3086 struct iavf_tx_ring *txr; in iavf_handle_queue_common() local
3121 struct iavf_tx_ring *txr; in iavf_start() local
[all …]
H A Dif_ixl.c1967 struct ixl_tx_ring *txr; in ixl_reinit() local
2180 struct ixl_tx_ring *txr; in ixl_stop_locked() local
2359 struct ixl_tx_ring *txr = NULL; in ixl_txr_alloc() local
2424 ixl_txr_qdis(struct ixl_softc *sc, struct ixl_tx_ring *txr, int enable) in ixl_txr_qdis()
2443 ixl_txr_config(struct ixl_softc *sc, struct ixl_tx_ring *txr) in ixl_txr_config()
2467 ixl_txr_unconfig(struct ixl_softc *sc, struct ixl_tx_ring *txr) in ixl_txr_unconfig()
2477 ixl_txr_clean(struct ixl_softc *sc, struct ixl_tx_ring *txr) in ixl_txr_clean()
2501 ixl_txr_enabled(struct ixl_softc *sc, struct ixl_tx_ring *txr) in ixl_txr_enabled()
2519 ixl_txr_disabled(struct ixl_softc *sc, struct ixl_tx_ring *txr) in ixl_txr_disabled()
2539 ixl_txr_free(struct ixl_softc *sc, struct ixl_tx_ring *txr) in ixl_txr_free()
[all …]
H A Dif_vmx.c537 vmxnet3_txring_avail(struct vmxnet3_txring *txr) in vmxnet3_txring_avail()
1160 struct vmxnet3_txring *txr; in vmxnet3_init_txq() local
1265 struct vmxnet3_txring *txr; in vmxnet3_destroy_txq() local
1386 struct vmxnet3_txring *txr; in vmxnet3_alloc_txq_data() local
1439 struct vmxnet3_txring *txr; in vmxnet3_free_txq_data() local
2121 struct vmxnet3_txring *txr; in vmxnet3_txq_eof() local
2678 struct vmxnet3_txring *txr; in vmxnet3_txstop() local
2801 struct vmxnet3_txring *txr; in vmxnet3_txinit() local
3105 struct vmxnet3_txring *txr; in vmxnet3_txq_encap() local
3211 struct vmxnet3_txring *txr; in vmxnet3_tx_common_locked() local
H A Dif_ena.c539 struct ena_ring *txr, *rxr; in ena_init_io_rings() local
600 struct ena_ring *txr = &adapter->tx_ring[qid]; in ena_free_io_ring_resources() local
H A Dif_aq.c5917 struct aq_txring *txr = &sc->sc_queue[i].txring; in aq_unset_stopping_flags() local
5940 struct aq_txring *txr = &sc->sc_queue[i].txring; in aq_set_stopping_flags() local
/netbsd-src/sys/dev/ic/
H A Ddwc_eqos.c1659 struct eqos_ring *txr = &sc->sc_tx; eqos_init_sysctls() local