Home
last modified time | relevance | path

Searched refs:txq (Results 1 – 25 of 1518) sorted by relevance

12345678910>>...61

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/wireless/intel/iwlwifi/queue/
H A Dtx.c782 if (txq->read_ptr == txq->write_ptr && txq->wd_timeout) in iwl_txq_gen2_tx()
842 txq->tfds, txq->dma_addr); in iwl_txq_gen2_free_memory()
872 txq = trans->txqs.txq[txq_id]; in iwl_txq_gen2_free()
981 txq->read_ptr, txq->write_ptr); in iwl_txq_log_scd_error()
994 txq->read_ptr, txq->write_ptr, in iwl_txq_log_scd_error()
1009 if (txq->read_ptr == txq->write_ptr) { in iwl_txq_stuck_timer()
1170 trans->txqs.txq[qid] = txq; in iwl_txq_alloc_response()
1514 if (txq->read_ptr == txq->write_ptr) in iwl_txq_progress()
1556 txq->write_ptr, txq->read_ptr); in iwl_txq_reclaim()
1649 txq->read_ptr = txq->write_ptr; in iwl_txq_set_q_ptrs()
[all …]
H A Dtx.h16 iwl_txq_get_first_tb_dma(struct iwl_txq *txq, int idx) in iwl_txq_get_first_tb_dma() argument
18 return txq->first_tb_dma + in iwl_txq_get_first_tb_dma()
30 struct iwl_txq *txq) in iwl_wake_queue() argument
39 struct iwl_txq *txq, int idx) in iwl_txq_get_tfd() argument
42 idx = iwl_txq_get_cmd_index(txq, idx); in iwl_txq_get_tfd()
44 return txq->tfds + trans->txqs.tfd.size * idx; in iwl_txq_get_tfd()
68 txq->id); in iwl_txq_stop()
170 struct iwl_txq *txq, int index);
172 struct iwl_txq *txq);
174 struct iwl_txq *txq, u16 byte_cnt,
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/wireless/intel/iwlwifi/queue/
H A Dtx.c782 if (txq->read_ptr == txq->write_ptr && txq->wd_timeout) in iwl_txq_gen2_tx()
842 txq->tfds, txq->dma_addr); in iwl_txq_gen2_free_memory()
872 txq = trans->txqs.txq[txq_id]; in iwl_txq_gen2_free()
981 txq->read_ptr, txq->write_ptr); in iwl_txq_log_scd_error()
994 txq->read_ptr, txq->write_ptr, in iwl_txq_log_scd_error()
1009 if (txq->read_ptr == txq->write_ptr) { in iwl_txq_stuck_timer()
1170 trans->txqs.txq[qid] = txq; in iwl_txq_alloc_response()
1514 if (txq->read_ptr == txq->write_ptr) in iwl_txq_progress()
1556 txq->write_ptr, txq->read_ptr); in iwl_txq_reclaim()
1649 txq->read_ptr = txq->write_ptr; in iwl_txq_set_q_ptrs()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/wireless/intel/iwlwifi/queue/
H A Dtx.c782 if (txq->read_ptr == txq->write_ptr && txq->wd_timeout) in iwl_txq_gen2_tx()
842 txq->tfds, txq->dma_addr); in iwl_txq_gen2_free_memory()
872 txq = trans->txqs.txq[txq_id]; in iwl_txq_gen2_free()
981 txq->read_ptr, txq->write_ptr); in iwl_txq_log_scd_error()
994 txq->read_ptr, txq->write_ptr, in iwl_txq_log_scd_error()
1009 if (txq->read_ptr == txq->write_ptr) { in iwl_txq_stuck_timer()
1170 trans->txqs.txq[qid] = txq; in iwl_txq_alloc_response()
1514 if (txq->read_ptr == txq->write_ptr) in iwl_txq_progress()
1556 txq->write_ptr, txq->read_ptr); in iwl_txq_reclaim()
1649 txq->read_ptr = txq->write_ptr; in iwl_txq_set_q_ptrs()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/infiniband/hw/hfi1/
H A Dipoib_tx.c69 netif_stop_subqueue(txq->priv->netdev, txq->q_idx); in hfi1_ipoib_stop_txq()
76 netif_wake_subqueue(txq->priv->netdev, txq->q_idx); in hfi1_ipoib_wake_txq()
94 if (hfi1_ipoib_used(txq) >= hfi1_ipoib_ring_hwat(txq) && in hfi1_ipoib_check_queue_depth()
119 if (hfi1_ipoib_used(txq) < hfi1_ipoib_ring_lwat(txq) && in hfi1_ipoib_check_queue_stopped()
214 struct hfi1_ipoib_txq *txq = tx->txq; in hfi1_ipoib_add_tx() local
400 tx->txq = txp->txq; in hfi1_ipoib_send_dma_common()
473 iowait_starve_clear(txq->pkts_sent, &txq->wait); in hfi1_ipoib_submit_tx()
484 struct hfi1_ipoib_txq *txq = txp->txq; in hfi1_ipoib_send_dma_single() local
529 struct hfi1_ipoib_txq *txq = txp->txq; in hfi1_ipoib_send_dma_list() local
884 txq->sde ? txq->sde->this_idx : 0); in hfi1_ipoib_tx_timeout()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/infiniband/hw/hfi1/
H A Dipoib_tx.c69 netif_stop_subqueue(txq->priv->netdev, txq->q_idx); in hfi1_ipoib_stop_txq()
76 netif_wake_subqueue(txq->priv->netdev, txq->q_idx); in hfi1_ipoib_wake_txq()
94 if (hfi1_ipoib_used(txq) >= hfi1_ipoib_ring_hwat(txq) && in hfi1_ipoib_check_queue_depth()
119 if (hfi1_ipoib_used(txq) < hfi1_ipoib_ring_lwat(txq) && in hfi1_ipoib_check_queue_stopped()
214 struct hfi1_ipoib_txq *txq = tx->txq; in hfi1_ipoib_add_tx() local
400 tx->txq = txp->txq; in hfi1_ipoib_send_dma_common()
473 iowait_starve_clear(txq->pkts_sent, &txq->wait); in hfi1_ipoib_submit_tx()
484 struct hfi1_ipoib_txq *txq = txp->txq; in hfi1_ipoib_send_dma_single() local
529 struct hfi1_ipoib_txq *txq = txp->txq; in hfi1_ipoib_send_dma_list() local
884 txq->sde ? txq->sde->this_idx : 0); in hfi1_ipoib_tx_timeout()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/infiniband/hw/hfi1/
H A Dipoib_tx.c69 netif_stop_subqueue(txq->priv->netdev, txq->q_idx); in hfi1_ipoib_stop_txq()
76 netif_wake_subqueue(txq->priv->netdev, txq->q_idx); in hfi1_ipoib_wake_txq()
94 if (hfi1_ipoib_used(txq) >= hfi1_ipoib_ring_hwat(txq) && in hfi1_ipoib_check_queue_depth()
119 if (hfi1_ipoib_used(txq) < hfi1_ipoib_ring_lwat(txq) && in hfi1_ipoib_check_queue_stopped()
214 struct hfi1_ipoib_txq *txq = tx->txq; in hfi1_ipoib_add_tx() local
400 tx->txq = txp->txq; in hfi1_ipoib_send_dma_common()
473 iowait_starve_clear(txq->pkts_sent, &txq->wait); in hfi1_ipoib_submit_tx()
484 struct hfi1_ipoib_txq *txq = txp->txq; in hfi1_ipoib_send_dma_single() local
529 struct hfi1_ipoib_txq *txq = txp->txq; in hfi1_ipoib_send_dma_list() local
884 txq->sde ? txq->sde->this_idx : 0); in hfi1_ipoib_tx_timeout()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/ipxe/src/drivers/net/ath/ath9k/
H A Dath9k_xmit.c155 struct ath_txq *txq = &sc->tx.txq[axq_qnum]; in ath_txq_setup() local
167 txq->txq_headidx = txq->txq_tailidx = 0; in ath_txq_setup()
247 txq = &sc->tx.txq[i]; in ath_drain_all_txq()
340 "qnum: %d, txq depth: %d\n", txq->axq_qnum, txq->axq_depth); in ath_tx_txqaddbuf()
353 txq->axq_qnum, txq->axq_link, in ath_tx_txqaddbuf()
573 struct ath_txq *txq = txctl->txq; in ath_tx_start() local
588 ++txq->pending_frames > ATH_MAX_QDEPTH && !txq->stopped) { in ath_tx_start()
614 if (txq->stopped && txq->pending_frames < ATH_MAX_QDEPTH) { in ath_tx_complete()
643 ts, txq); in ath_tx_complete_buf()
667 txq->axq_qnum, ath9k_hw_gettxbuf(sc->sc_ah, txq->axq_qnum), in ath_tx_processq()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/ipxe/src/drivers/net/ath/ath9k/
H A Dath9k_xmit.c155 struct ath_txq *txq = &sc->tx.txq[axq_qnum]; in ath_txq_setup() local
167 txq->txq_headidx = txq->txq_tailidx = 0; in ath_txq_setup()
247 txq = &sc->tx.txq[i]; in ath_drain_all_txq()
340 "qnum: %d, txq depth: %d\n", txq->axq_qnum, txq->axq_depth); in ath_tx_txqaddbuf()
353 txq->axq_qnum, txq->axq_link, in ath_tx_txqaddbuf()
573 struct ath_txq *txq = txctl->txq; in ath_tx_start() local
588 ++txq->pending_frames > ATH_MAX_QDEPTH && !txq->stopped) { in ath_tx_start()
614 if (txq->stopped && txq->pending_frames < ATH_MAX_QDEPTH) { in ath_tx_complete()
643 ts, txq); in ath_tx_complete_buf()
667 txq->axq_qnum, ath9k_hw_gettxbuf(sc->sc_ah, txq->axq_qnum), in ath_tx_processq()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/ipxe/src/drivers/net/ath/ath9k/
H A Dath9k_xmit.c155 struct ath_txq *txq = &sc->tx.txq[axq_qnum]; in ath_txq_setup() local
167 txq->txq_headidx = txq->txq_tailidx = 0; in ath_txq_setup()
247 txq = &sc->tx.txq[i]; in ath_drain_all_txq()
340 "qnum: %d, txq depth: %d\n", txq->axq_qnum, txq->axq_depth); in ath_tx_txqaddbuf()
353 txq->axq_qnum, txq->axq_link, in ath_tx_txqaddbuf()
573 struct ath_txq *txq = txctl->txq; in ath_tx_start() local
588 ++txq->pending_frames > ATH_MAX_QDEPTH && !txq->stopped) { in ath_tx_start()
614 if (txq->stopped && txq->pending_frames < ATH_MAX_QDEPTH) { in ath_tx_complete()
643 ts, txq); in ath_tx_complete_buf()
667 txq->axq_qnum, ath9k_hw_gettxbuf(sc->sc_ah, txq->axq_qnum), in ath_tx_processq()
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/ipxe/src/drivers/net/ath/ath9k/
H A Dath9k_xmit.c155 struct ath_txq *txq = &sc->tx.txq[axq_qnum]; in ath_txq_setup() local
167 txq->txq_headidx = txq->txq_tailidx = 0; in ath_txq_setup()
247 txq = &sc->tx.txq[i]; in ath_drain_all_txq()
340 "qnum: %d, txq depth: %d\n", txq->axq_qnum, txq->axq_depth); in ath_tx_txqaddbuf()
353 txq->axq_qnum, txq->axq_link, in ath_tx_txqaddbuf()
573 struct ath_txq *txq = txctl->txq; in ath_tx_start() local
588 ++txq->pending_frames > ATH_MAX_QDEPTH && !txq->stopped) { in ath_tx_start()
614 if (txq->stopped && txq->pending_frames < ATH_MAX_QDEPTH) { in ath_tx_complete()
643 ts, txq); in ath_tx_complete_buf()
667 txq->axq_qnum, ath9k_hw_gettxbuf(sc->sc_ah, txq->axq_qnum), in ath_tx_processq()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/ipxe/src/drivers/net/ath/ath9k/
H A Dath9k_xmit.c155 struct ath_txq *txq = &sc->tx.txq[axq_qnum]; in ath_txq_setup() local
167 txq->txq_headidx = txq->txq_tailidx = 0; in ath_txq_setup()
247 txq = &sc->tx.txq[i]; in ath_drain_all_txq()
340 "qnum: %d, txq depth: %d\n", txq->axq_qnum, txq->axq_depth); in ath_tx_txqaddbuf()
353 txq->axq_qnum, txq->axq_link, in ath_tx_txqaddbuf()
573 struct ath_txq *txq = txctl->txq; in ath_tx_start() local
588 ++txq->pending_frames > ATH_MAX_QDEPTH && !txq->stopped) { in ath_tx_start()
614 if (txq->stopped && txq->pending_frames < ATH_MAX_QDEPTH) { in ath_tx_complete()
643 ts, txq); in ath_tx_complete_buf()
667 txq->axq_qnum, ath9k_hw_gettxbuf(sc->sc_ah, txq->axq_qnum), in ath_tx_processq()
[all …]
/dports/net/ipxe/ipxe-2265a65/src/drivers/net/ath/ath9k/
H A Dath9k_xmit.c155 struct ath_txq *txq = &sc->tx.txq[axq_qnum]; in ath_txq_setup() local
167 txq->txq_headidx = txq->txq_tailidx = 0; in ath_txq_setup()
247 txq = &sc->tx.txq[i]; in ath_drain_all_txq()
340 "qnum: %d, txq depth: %d\n", txq->axq_qnum, txq->axq_depth); in ath_tx_txqaddbuf()
353 txq->axq_qnum, txq->axq_link, in ath_tx_txqaddbuf()
573 struct ath_txq *txq = txctl->txq; in ath_tx_start() local
588 ++txq->pending_frames > ATH_MAX_QDEPTH && !txq->stopped) { in ath_tx_start()
614 if (txq->stopped && txq->pending_frames < ATH_MAX_QDEPTH) { in ath_tx_complete()
643 ts, txq); in ath_tx_complete_buf()
667 txq->axq_qnum, ath9k_hw_gettxbuf(sc->sc_ah, txq->axq_qnum), in ath_tx_processq()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/ipxe/src/drivers/net/ath/ath9k/
H A Dath9k_xmit.c155 struct ath_txq *txq = &sc->tx.txq[axq_qnum]; in ath_txq_setup() local
167 txq->txq_headidx = txq->txq_tailidx = 0; in ath_txq_setup()
247 txq = &sc->tx.txq[i]; in ath_drain_all_txq()
340 "qnum: %d, txq depth: %d\n", txq->axq_qnum, txq->axq_depth); in ath_tx_txqaddbuf()
353 txq->axq_qnum, txq->axq_link, in ath_tx_txqaddbuf()
573 struct ath_txq *txq = txctl->txq; in ath_tx_start() local
588 ++txq->pending_frames > ATH_MAX_QDEPTH && !txq->stopped) { in ath_tx_start()
614 if (txq->stopped && txq->pending_frames < ATH_MAX_QDEPTH) { in ath_tx_complete()
643 ts, txq); in ath_tx_complete_buf()
667 txq->axq_qnum, ath9k_hw_gettxbuf(sc->sc_ah, txq->axq_qnum), in ath_tx_processq()
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/ipxe/src/drivers/net/ath/ath9k/
H A Dath9k_xmit.c155 struct ath_txq *txq = &sc->tx.txq[axq_qnum]; in ath_txq_setup() local
167 txq->txq_headidx = txq->txq_tailidx = 0; in ath_txq_setup()
247 txq = &sc->tx.txq[i]; in ath_drain_all_txq()
340 "qnum: %d, txq depth: %d\n", txq->axq_qnum, txq->axq_depth); in ath_tx_txqaddbuf()
353 txq->axq_qnum, txq->axq_link, in ath_tx_txqaddbuf()
573 struct ath_txq *txq = txctl->txq; in ath_tx_start() local
588 ++txq->pending_frames > ATH_MAX_QDEPTH && !txq->stopped) { in ath_tx_start()
614 if (txq->stopped && txq->pending_frames < ATH_MAX_QDEPTH) { in ath_tx_complete()
643 ts, txq); in ath_tx_complete_buf()
667 txq->axq_qnum, ath9k_hw_gettxbuf(sc->sc_ah, txq->axq_qnum), in ath_tx_processq()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/wireless/intel/iwlwifi/pcie/
H A Dtx.c121 struct iwl_txq *txq = trans->txqs.txq[i]; in iwl_pcie_txq_check_wrptrs() local
213 while (txq->write_ptr != txq->read_ptr) { in iwl_pcie_txq_unmap()
228 if (txq->read_ptr == txq->write_ptr && in iwl_pcie_txq_unmap()
276 txq->tfds, txq->dma_addr); in iwl_pcie_txq_free()
291 memset(txq, 0, sizeof(*txq)); in iwl_pcie_txq_free()
684 txq->write_ptr, txq->read_ptr); in iwl_pcie_cmdq_reclaim()
699 if (txq->read_ptr == txq->write_ptr) in iwl_pcie_cmdq_reclaim()
1147 if (txq->read_ptr == txq->write_ptr && txq->wd_timeout) in iwl_pcie_enqueue_hcmd()
1452 txq = trans->txqs.txq[txq_id]; in iwl_trans_pcie_tx()
1502 txq->entries[txq->write_ptr].skb = skb; in iwl_trans_pcie_tx()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/wireless/intel/iwlwifi/pcie/
H A Dtx.c121 struct iwl_txq *txq = trans->txqs.txq[i]; in iwl_pcie_txq_check_wrptrs() local
213 while (txq->write_ptr != txq->read_ptr) { in iwl_pcie_txq_unmap()
228 if (txq->read_ptr == txq->write_ptr && in iwl_pcie_txq_unmap()
276 txq->tfds, txq->dma_addr); in iwl_pcie_txq_free()
291 memset(txq, 0, sizeof(*txq)); in iwl_pcie_txq_free()
684 txq->write_ptr, txq->read_ptr); in iwl_pcie_cmdq_reclaim()
699 if (txq->read_ptr == txq->write_ptr) in iwl_pcie_cmdq_reclaim()
1147 if (txq->read_ptr == txq->write_ptr && txq->wd_timeout) in iwl_pcie_enqueue_hcmd()
1452 txq = trans->txqs.txq[txq_id]; in iwl_trans_pcie_tx()
1502 txq->entries[txq->write_ptr].skb = skb; in iwl_trans_pcie_tx()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/wireless/intel/iwlwifi/pcie/
H A Dtx.c121 struct iwl_txq *txq = trans->txqs.txq[i]; in iwl_pcie_txq_check_wrptrs() local
213 while (txq->write_ptr != txq->read_ptr) { in iwl_pcie_txq_unmap()
228 if (txq->read_ptr == txq->write_ptr && in iwl_pcie_txq_unmap()
276 txq->tfds, txq->dma_addr); in iwl_pcie_txq_free()
291 memset(txq, 0, sizeof(*txq)); in iwl_pcie_txq_free()
684 txq->write_ptr, txq->read_ptr); in iwl_pcie_cmdq_reclaim()
699 if (txq->read_ptr == txq->write_ptr) in iwl_pcie_cmdq_reclaim()
1147 if (txq->read_ptr == txq->write_ptr && txq->wd_timeout) in iwl_pcie_enqueue_hcmd()
1452 txq = trans->txqs.txq[txq_id]; in iwl_trans_pcie_tx()
1502 txq->entries[txq->write_ptr].skb = skb; in iwl_trans_pcie_tx()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/huawei/hinic/
H A Dhinic_tx.c534 hinic_sq_prepare_wqe(txq->sq, prod_idx, sq_wqe, txq->sges, nr_sges); in hinic_lb_xmit_frame()
618 hinic_sq_prepare_wqe(txq->sq, prod_idx, sq_wqe, txq->sges, nr_sges); in hinic_xmit_frame()
832 err = request_irq(sq->irq, tx_irq, 0, txq->irq_name, txq); in tx_request_irq()
867 txq->netdev = netdev; in hinic_init_txq()
868 txq->sq = sq; in hinic_init_txq()
870 txq_stats_init(txq); in hinic_init_txq()
874 sges_size = txq->max_sges * sizeof(*txq->sges); in hinic_init_txq()
876 if (!txq->sges) in hinic_init_txq()
879 sges_size = txq->max_sges * sizeof(*txq->free_sges); in hinic_init_txq()
888 if (!txq->irq_name) { in hinic_init_txq()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/huawei/hinic/
H A Dhinic_tx.c534 hinic_sq_prepare_wqe(txq->sq, prod_idx, sq_wqe, txq->sges, nr_sges); in hinic_lb_xmit_frame()
618 hinic_sq_prepare_wqe(txq->sq, prod_idx, sq_wqe, txq->sges, nr_sges); in hinic_xmit_frame()
832 err = request_irq(sq->irq, tx_irq, 0, txq->irq_name, txq); in tx_request_irq()
867 txq->netdev = netdev; in hinic_init_txq()
868 txq->sq = sq; in hinic_init_txq()
870 txq_stats_init(txq); in hinic_init_txq()
874 sges_size = txq->max_sges * sizeof(*txq->sges); in hinic_init_txq()
876 if (!txq->sges) in hinic_init_txq()
879 sges_size = txq->max_sges * sizeof(*txq->free_sges); in hinic_init_txq()
888 if (!txq->irq_name) { in hinic_init_txq()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/huawei/hinic/
H A Dhinic_tx.c534 hinic_sq_prepare_wqe(txq->sq, prod_idx, sq_wqe, txq->sges, nr_sges); in hinic_lb_xmit_frame()
618 hinic_sq_prepare_wqe(txq->sq, prod_idx, sq_wqe, txq->sges, nr_sges); in hinic_xmit_frame()
832 err = request_irq(sq->irq, tx_irq, 0, txq->irq_name, txq); in tx_request_irq()
867 txq->netdev = netdev; in hinic_init_txq()
868 txq->sq = sq; in hinic_init_txq()
870 txq_stats_init(txq); in hinic_init_txq()
874 sges_size = txq->max_sges * sizeof(*txq->sges); in hinic_init_txq()
876 if (!txq->sges) in hinic_init_txq()
879 sges_size = txq->max_sges * sizeof(*txq->free_sges); in hinic_init_txq()
888 if (!txq->irq_name) { in hinic_init_txq()
[all …]
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cpp-ethereum/test/unittests/libethereum/
H A DTransactionQueue.cpp48 txq.import(tx0); in BOOST_AUTO_TEST_CASE()
50 txq.import(tx0); in BOOST_AUTO_TEST_CASE()
54 txq.import(tx1); in BOOST_AUTO_TEST_CASE()
56 txq.import(tx9); in BOOST_AUTO_TEST_CASE()
58 txq.import(tx2); in BOOST_AUTO_TEST_CASE()
81 txq.import(tx0); in BOOST_AUTO_TEST_CASE()
83 txq.import(tx0); in BOOST_AUTO_TEST_CASE()
87 txq.import(tx1); in BOOST_AUTO_TEST_CASE()
89 txq.import(tx2); in BOOST_AUTO_TEST_CASE()
91 txq.import(tx3); in BOOST_AUTO_TEST_CASE()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/wireless/ath/ath9k/
H A Dxmit.c129 struct ath_txq *txq = tid->txq; in ath9k_wake_tx_queue() local
193 .txq = tid->txq, in ath_tid_pull()
234 struct ath_txq *txq = tid->txq; in ath_tx_flush_tid() local
1528 txq = txtid->txq; in ath_tx_aggr_start()
1560 struct ath_txq *txq = txtid->txq; in ath_tx_aggr_stop() local
1599 txq = tid->txq; in ath_tx_aggr_wakeup()
1904 txq = &sc->tx.txq[i]; in ath_drain_all_txq()
2003 txq->axq_qnum, txq->axq_depth); in ath_tx_txqaddbuf()
2015 txq->axq_qnum, txq->axq_link, in ath_tx_txqaddbuf()
2689 txq = &sc->tx.txq[ts.qid]; in ath_tx_edma_tasklet()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/wireless/ath/ath9k/
H A Dxmit.c129 struct ath_txq *txq = tid->txq; in ath9k_wake_tx_queue() local
193 .txq = tid->txq, in ath_tid_pull()
234 struct ath_txq *txq = tid->txq; in ath_tx_flush_tid() local
1528 txq = txtid->txq; in ath_tx_aggr_start()
1560 struct ath_txq *txq = txtid->txq; in ath_tx_aggr_stop() local
1599 txq = tid->txq; in ath_tx_aggr_wakeup()
1904 txq = &sc->tx.txq[i]; in ath_drain_all_txq()
2003 txq->axq_qnum, txq->axq_depth); in ath_tx_txqaddbuf()
2015 txq->axq_qnum, txq->axq_link, in ath_tx_txqaddbuf()
2689 txq = &sc->tx.txq[ts.qid]; in ath_tx_edma_tasklet()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/wireless/ath/ath9k/
H A Dxmit.c129 struct ath_txq *txq = tid->txq; in ath9k_wake_tx_queue() local
193 .txq = tid->txq, in ath_tid_pull()
234 struct ath_txq *txq = tid->txq; in ath_tx_flush_tid() local
1528 txq = txtid->txq; in ath_tx_aggr_start()
1560 struct ath_txq *txq = txtid->txq; in ath_tx_aggr_stop() local
1599 txq = tid->txq; in ath_tx_aggr_wakeup()
1904 txq = &sc->tx.txq[i]; in ath_drain_all_txq()
2003 txq->axq_qnum, txq->axq_depth); in ath_tx_txqaddbuf()
2015 txq->axq_qnum, txq->axq_link, in ath_tx_txqaddbuf()
2689 txq = &sc->tx.txq[ts.qid]; in ath_tx_edma_tasklet()
[all …]

12345678910>>...61