Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/netif/ath/ath/
H A Dif_ath_tx_edma.c151 ath_edma_tx_fifo_fill(struct ath_softc *sc, struct ath_txq *txq) in ath_edma_tx_fifo_fill()
230 ath_edma_dma_restart(struct ath_softc *sc, struct ath_txq *txq) in ath_edma_dma_restart()
356 ath_edma_xmit_handoff_hw(struct ath_softc *sc, struct ath_txq *txq, in ath_edma_xmit_handoff_hw()
400 ath_edma_xmit_handoff_mcast(struct ath_softc *sc, struct ath_txq *txq, in ath_edma_xmit_handoff_mcast()
455 ath_edma_xmit_handoff(struct ath_softc *sc, struct ath_txq *txq, in ath_edma_xmit_handoff()
615 struct ath_txq *txq; in ath_edma_tx_processq() local
H A Dif_ath_tx.c707 ath_tx_handoff_mcast(struct ath_softc *sc, struct ath_txq *txq, in ath_tx_handoff_mcast()
750 ath_tx_handoff_hw(struct ath_softc *sc, struct ath_txq *txq, in ath_tx_handoff_hw()
919 ath_legacy_tx_dma_restart(struct ath_softc *sc, struct ath_txq *txq) in ath_legacy_tx_dma_restart()
968 ath_legacy_xmit_handoff(struct ath_softc *sc, struct ath_txq *txq, in ath_legacy_xmit_handoff()
1507 ath_tx_xmit_normal(struct ath_softc *sc, struct ath_txq *txq, in ath_tx_xmit_normal()
1558 struct ath_buf *bf, struct mbuf *m0, struct ath_txq *txq) in ath_tx_normal_setup()
1875 struct ath_txq *txq; in ath_tx_start() local
2856 struct ath_txq *txq = sc->sc_ac2q[tid->ac]; in ath_tx_tid_sched() local
2909 struct ath_txq *txq = sc->sc_ac2q[tid->ac]; in ath_tx_tid_unsched() local
2983 struct ath_txq *txq, struct ath_buf *bf) in ath_tx_xmit_aggr()
[all …]
H A Dif_ath.c3964 ath_txq_init(struct ath_softc *sc, struct ath_txq *txq, int qnum)
4047 struct ath_txq *txq; local
4071 struct ath_txq *txq = sc->sc_ac2q[ac]; local
4154 ath_tx_cleanupq(struct ath_softc *sc, struct ath_txq *txq)
4339 ath_tx_process_buf_completion(struct ath_softc *sc, struct ath_txq *txq,
4386 ath_tx_processq(struct ath_softc *sc, struct ath_txq *txq, int dosched)
4779 ath_txq_freeholdingbuf(struct ath_softc *sc, struct ath_txq *txq)
4803 struct ath_txq *txq; local
4846 struct ath_txq *txq; local
4905 ath_tx_draintxq_get_one(struct ath_softc *sc, struct ath_txq *txq)
[all …]
/dflybsd-src/sys/dev/virtual/vmware/vmxnet3/
H A Dif_vmx.c713 struct vmxnet3_txqueue *txq; in vmxnet3_setup_msix_interrupts() local
777 struct vmxnet3_txqueue *txq; in vmxnet3_set_interrupt_idx() local
1006 struct vmxnet3_txqueue *txq; in vmxnet3_drain_taskqueue() local
1061 struct vmxnet3_txqueue *txq; in vmxnet3_init_txq() local
1158 vmxnet3_destroy_txq(struct vmxnet3_txqueue *txq) in vmxnet3_destroy_txq()
1280 struct vmxnet3_txqueue *txq; in vmxnet3_alloc_txq_data() local
1347 struct vmxnet3_txqueue *txq; in vmxnet3_free_txq_data() local
1589 struct vmxnet3_txqueue *txq; in vmxnet3_init_shared_data() local
1920 vmxnet3_txq_eof(struct vmxnet3_txqueue *txq) in vmxnet3_txq_eof()
2336 struct vmxnet3_txqueue *txq; in vmxnet3_legacy_intr() local
[all …]
/dflybsd-src/sys/dev/netif/ral/
H A Drt2661.c890 struct rt2661_tx_ring *txq; in rt2661_tx_intr() local
968 rt2661_tx_dma_intr(struct rt2661_softc *sc, struct rt2661_tx_ring *txq) in rt2661_tx_dma_intr()
1423 struct rt2661_tx_ring *txq = &sc->txq[ac]; in rt2661_sendprot() local
1499 struct rt2661_tx_ring *txq = &sc->txq[ac]; in rt2661_tx_data() local
H A Drt2560var.h132 struct rt2560_tx_ring txq; member
H A Drt2661var.h133 struct rt2661_tx_ring txq[4]; member
H A Drt2860var.h150 struct rt2860_tx_ring txq[6]; member
/dflybsd-src/sys/net/netmap/
H A Dnetmap_freebsd.c154 generic_find_num_queues(struct ifnet *ifp, u_int *txq, u_int *rxq) in generic_find_num_queues()
/dflybsd-src/sys/dev/netif/nfe/
H A Dif_nfevar.h115 struct nfe_tx_ring txq; member
/dflybsd-src/sys/dev/netif/iwi/
H A Dif_iwi.c1675 iwi_tx_intr(struct iwi_softc *sc, struct iwi_tx_ring *txq) in iwi_tx_intr()
1852 struct iwi_tx_ring *txq = &sc->txq[ac]; in iwi_tx_start() local
H A Dif_iwivar.h158 struct iwi_tx_ring txq[WME_NUM_AC]; member
/dflybsd-src/contrib/gdb-7/gdb/common/
H A Dlinux-osdata.c876 unsigned int txq, rxq, trun, retn; in print_sockets() local
/dflybsd-src/sys/dev/netif/wpi/
H A Dif_wpivar.h191 struct wpi_tx_ring txq[WPI_DRV_NTXQUEUES]; member
/dflybsd-src/sys/dev/netif/iwm/
H A Dif_iwmvar.h447 struct iwm_tx_ring txq[IWM_MAX_QUEUES]; member
H A Dif_iwm.c1592 struct iwm_tx_ring *txq = &sc->txq[qid]; in iwm_nic_tx_init() local
/dflybsd-src/sys/dev/netif/iwn/
H A Dif_iwnvar.h299 struct iwn_tx_ring txq[IWN5000_NTXQUEUES]; member
H A Dif_iwn.c3252 struct iwn_tx_ring *txq; in iwn_rx_compressed_ba() local
8709 struct iwn_tx_ring *txq = &sc->txq[qid]; local
/dflybsd-src/contrib/wpa_supplicant/src/drivers/
H A Ddriver_nl80211.c6507 struct nlattr *txq, *params; in i802_set_tx_queue_params() local