Home
last modified time | relevance | path

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

12345678910

/linux-6.3-rc2/drivers/infiniband/hw/hfi1/
A Dipoib_tx.c29 struct hfi1_ipoib_txq *txq; member
156 struct hfi1_ipoib_txq *txq = in hfi1_ipoib_poll_tx_ring() local
352 struct hfi1_ipoib_txq *txq = txp->txq; in hfi1_ipoib_send_dma_common() local
404 struct hfi1_ipoib_txq *txq) in hfi1_ipoib_submit_tx_list()
422 struct hfi1_ipoib_txq *txq) in hfi1_ipoib_flush_tx_list()
459 struct hfi1_ipoib_txq *txq = txp->txq; in hfi1_ipoib_send_dma_single() local
510 struct hfi1_ipoib_txq *txq = txp->txq; in hfi1_ipoib_send_dma_list() local
618 struct hfi1_ipoib_txq *txq = in hfi1_ipoib_sdma_sleep() local
659 struct hfi1_ipoib_txq *txq = in hfi1_ipoib_sdma_wakeup() local
672 struct hfi1_ipoib_txq *txq = in hfi1_ipoib_flush_txq() local
[all …]
/linux-6.3-rc2/drivers/net/wwan/t7xx/
A Dt7xx_hif_dpmaif_tx.c54 struct dpmaif_tx_queue *txq = &dpmaif_ctrl->txq[q_num]; in t7xx_dpmaif_update_drb_rd_idx() local
83 struct dpmaif_tx_queue *txq = &dpmaif_ctrl->txq[q_num]; in t7xx_dpmaif_release_tx_buffer() local
137 struct dpmaif_tx_queue *txq = &dpmaif_ctrl->txq[q_num]; in t7xx_dpmaif_tx_release() local
248 struct dpmaif_tx_queue *txq; in t7xx_dpmaif_add_skb_to_ring() local
349 struct dpmaif_tx_queue *txq; in t7xx_select_tx_queue() local
370 static int t7xx_txq_burst_send_skb(struct dpmaif_tx_queue *txq) in t7xx_txq_burst_send_skb()
416 struct dpmaif_tx_queue *txq; in t7xx_do_tx_hw_push() local
510 struct dpmaif_tx_queue *txq = &dpmaif_ctrl->txq[txq_number]; in t7xx_dpmaif_tx_send_skb() local
607 int t7xx_dpmaif_txq_init(struct dpmaif_tx_queue *txq) in t7xx_dpmaif_txq_init()
632 void t7xx_dpmaif_txq_free(struct dpmaif_tx_queue *txq) in t7xx_dpmaif_txq_free()
[all …]
/linux-6.3-rc2/drivers/net/wireless/intel/iwlwifi/queue/
A Dtx.c22 struct iwl_txq *txq, u16 byte_cnt, in iwl_pcie_gen2_update_byte_tbl()
456 struct iwl_txq *txq, in iwl_txq_gen2_build_tx_amsdu()
543 struct iwl_txq *txq, in iwl_txq_gen2_build_tx()
638 struct iwl_txq *txq, in iwl_txq_gen2_build_tfd()
836 struct iwl_txq *txq) in iwl_txq_gen2_free_memory()
867 struct iwl_txq *txq; in iwl_txq_gen2_free() local
1092 struct iwl_txq *txq; in iwl_txq_dyn_alloc_dma() local
1192 struct iwl_txq *txq; in iwl_txq_dyn_alloc() local
1366 struct iwl_txq *txq, int index) in iwl_txq_gen1_tfd_unmap()
1463 struct iwl_txq *txq) in iwl_txq_gen1_inval_byte_cnt_tbl()
[all …]
A Dtx.h16 iwl_txq_get_first_tb_dma(struct iwl_txq *txq, int idx) in iwl_txq_get_first_tb_dma()
30 struct iwl_txq *txq) in iwl_wake_queue()
39 struct iwl_txq *txq, int idx) in iwl_txq_get_tfd()
61 static inline void iwl_txq_stop(struct iwl_trans *trans, struct iwl_txq *txq) in iwl_txq_stop()
/linux-6.3-rc2/drivers/net/wireless/intel/iwlwifi/pcie/
A Dtx.c73 struct iwl_txq *txq) in iwl_pcie_txq_inc_wr_ptr()
121 struct iwl_txq *txq = trans->txqs.txq[i]; in iwl_pcie_txq_check_wrptrs() local
205 struct iwl_txq *txq = trans->txqs.txq[txq_id]; in iwl_pcie_txq_unmap() local
255 struct iwl_txq *txq = trans->txqs.txq[txq_id]; in iwl_pcie_txq_free() local
366 struct iwl_txq *txq = trans->txqs.txq[txq_id]; in iwl_trans_pcie_tx_reset() local
669 struct iwl_txq *txq = trans->txqs.txq[txq_id]; in iwl_pcie_cmdq_reclaim() local
739 struct iwl_txq *txq = trans->txqs.txq[txq_id]; in iwl_trans_pcie_txq_enable() local
1240 struct iwl_txq *txq, u8 hdr_len, in iwl_fill_data_tbs()
1292 struct iwl_txq *txq, u8 hdr_len, in iwl_fill_data_tbs_amsdu()
1423 struct iwl_txq *txq, u8 hdr_len, in iwl_fill_data_tbs_amsdu()
[all …]
/linux-6.3-rc2/drivers/net/ethernet/huawei/hinic/
A Dhinic_tx.c77 static void hinic_txq_clean_stats(struct hinic_txq *txq) in hinic_txq_clean_stats()
116 static void txq_stats_init(struct hinic_txq *txq) in txq_stats_init()
499 struct hinic_txq *txq; in hinic_lb_xmit_frame() local
560 struct hinic_txq *txq; in hinic_xmit_frame() local
665 static void free_all_tx_skbs(struct hinic_txq *txq) in free_all_tx_skbs()
699 struct hinic_txq *txq = container_of(napi, struct hinic_txq, napi); in free_tx_poll() local
779 struct hinic_txq *txq = data; in tx_irq() local
796 static int tx_request_irq(struct hinic_txq *txq) in tx_request_irq()
842 static void tx_free_irq(struct hinic_txq *txq) in tx_free_irq()
858 int hinic_init_txq(struct hinic_txq *txq, struct hinic_sq *sq, in hinic_init_txq()
[all …]
/linux-6.3-rc2/drivers/net/wireless/ath/ath9k/
A Dxmit.c129 struct ath_txq *txq = tid->txq; in ath9k_wake_tx_queue() local
275 struct ath_txq *txq = tid->txq; in ath_tx_flush_tid() local
1561 struct ath_txq *txq; in ath_tx_aggr_start() local
1601 struct ath_txq *txq = txtid->txq; in ath_tx_aggr_stop() local
1633 struct ath_txq *txq; in ath_tx_aggr_wakeup() local
1912 struct ath_txq *txq; in ath_drain_all_txq() local
2000 struct ath_txq *txq; in ath_txq_schedule_all() local
2193 struct ath_txq *txq, in ath_tx_setup_buffer()
2321 struct ath_txq *txq = txctl->txq; in ath_tx_start() local
2704 struct ath_txq *txq; in ath_tx_edma_tasklet() local
[all …]
/linux-6.3-rc2/drivers/net/wireless/mediatek/mt76/
A Dtx.c9 mt76_txq_get_qid(struct ieee80211_txq *txq) in mt76_txq_get_qid()
21 struct ieee80211_txq *txq; in mt76_tx_check_agg_ssn() local
354 struct ieee80211_txq *txq = mtxq_to_txq(mtxq); in mt76_txq_dequeue() local
398 struct ieee80211_txq *txq = sta->txq[i]; in mt76_release_buffered_frames() local
441 struct ieee80211_txq *txq = mtxq_to_txq(mtxq); in mt76_txq_send_burst() local
507 struct ieee80211_txq *txq; in mt76_txq_schedule_list() local
533 struct ieee80211_txq *txq = mtxq_to_txq(mtxq); in mt76_txq_schedule_list() local
625 struct ieee80211_txq *txq = sta->txq[i]; in mt76_stop_tx_queues() local
642 void mt76_wake_tx_queue(struct ieee80211_hw *hw, struct ieee80211_txq *txq) in mt76_wake_tx_queue()
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/en/
A Dselq.h30 static inline u16 mlx5e_txq_to_ch_ix(u16 txq, u16 num_channels) in mlx5e_txq_to_ch_ix()
37 static inline u16 mlx5e_txq_to_ch_ix_htb(u16 txq, u16 num_channels) in mlx5e_txq_to_ch_ix_htb()
/linux-6.3-rc2/net/sched/
A Dsch_generic.c39 const struct netdev_queue *txq) in qdisc_maybe_clear_missed()
74 const struct netdev_queue *txq = q->dev_queue; in __skb_dequeue_bad_txq() local
180 const struct netdev_queue *txq, in try_bulk_dequeue_skb()
231 const struct netdev_queue *txq = q->dev_queue; in dequeue_skb() local
315 struct net_device *dev, struct netdev_queue *txq, in sch_direct_xmit()
391 struct netdev_queue *txq; in qdisc_restart() local
451 struct netdev_queue *txq = netdev_get_tx_queue(dev, i); in netif_freeze_queues() local
477 struct netdev_queue *txq = netdev_get_tx_queue(dev, i); in netif_unfreeze_queues() local
510 struct netdev_queue *txq; in dev_watchdog() local
1162 struct netdev_queue *txq; in attach_default_qdiscs() local
A Dsch_teql.c148 struct netdev_queue *txq; in teql_destroy() local
219 struct net_device *dev, struct netdev_queue *txq, in __teql_resolve()
259 struct netdev_queue *txq) in teql_resolve()
/linux-6.3-rc2/drivers/net/ethernet/qlogic/qede/
A Dqede_fp.c76 int qede_free_tx_pkt(struct qede_dev *edev, struct qede_tx_queue *txq, int *len) in qede_free_tx_pkt()
131 static void qede_free_failed_tx_pkt(struct qede_tx_queue *txq, in qede_free_failed_tx_pkt()
243 static int map_frag_to_bd(struct qede_tx_queue *txq, in map_frag_to_bd()
288 static inline void qede_update_tx_producer(struct qede_tx_queue *txq) in qede_update_tx_producer()
304 static int qede_xdp_xmit(struct qede_tx_queue *txq, dma_addr_t dma, u16 pad, in qede_xdp_xmit()
387 int qede_txq_has_work(struct qede_tx_queue *txq) in qede_txq_has_work()
400 static void qede_xdp_tx_int(struct qede_dev *edev, struct qede_tx_queue *txq) in qede_xdp_tx_int()
432 static int qede_tx_int(struct qede_dev *edev, struct qede_tx_queue *txq) in qede_tx_int()
1482 struct qede_tx_queue *txq; in qede_start_xmit() local
A Dqede_main.c528 struct qede_fastpath *fp, struct qede_tx_queue *txq) in qede_txq_fp_log_metadata()
583 struct qede_tx_queue *txq; in qede_tx_timeout() local
1608 static void qede_free_mem_txq(struct qede_dev *edev, struct qede_tx_queue *txq) in qede_free_mem_txq()
1621 static int qede_alloc_mem_txq(struct qede_dev *edev, struct qede_tx_queue *txq) in qede_alloc_mem_txq()
1747 struct qede_tx_queue *txq) in qede_empty_tx_queue()
1846 struct qede_tx_queue *txq = &fp->txq[cos]; in qede_init_fp() local
2017 struct qede_tx_queue *txq, bool allow_drain) in qede_drain_txq()
2050 struct qede_tx_queue *txq, int rss_id) in qede_stop_txq()
2149 struct qede_tx_queue *txq, u8 rss_id, u16 sb_idx) in qede_start_txq()
2766 static bool qede_is_txq_full(struct qede_dev *edev, struct qede_tx_queue *txq) in qede_is_txq_full()
[all …]
/linux-6.3-rc2/drivers/net/ethernet/freescale/
A Dfec_main.c328 #define IS_TSO_HEADER(txq, addr) \ argument
377 struct fec_enet_priv_tx_q *txq; in fec_dump() local
885 struct fec_enet_priv_tx_q *txq; in fec_enet_start_xmit() local
912 struct fec_enet_priv_tx_q *txq; in fec_enet_bd_init() local
982 struct fec_enet_priv_tx_q *txq; in fec_enet_enable_ring() local
1011 struct fec_enet_priv_tx_q *txq; in fec_enet_reset_skb() local
1381 struct fec_enet_priv_tx_q *txq; in fec_enet_tx_queue() local
3240 struct fec_enet_priv_tx_q *txq; in fec_enet_free_buffers() local
3274 struct fec_enet_priv_tx_q *txq; in fec_enet_free_queue() local
3296 struct fec_enet_priv_tx_q *txq; in fec_enet_alloc_queue() local
[all …]
/linux-6.3-rc2/drivers/net/wireless/realtek/rtw88/
A Dtx.c551 struct ieee80211_txq *txq = rtwtxq_to_txq(rtwtxq); in rtw_txq_check_agg() local
583 struct ieee80211_txq *txq = rtwtxq_to_txq(rtwtxq); in rtw_txq_push_skb() local
603 struct ieee80211_txq *txq = rtwtxq_to_txq(rtwtxq); in rtw_txq_dequeue() local
646 struct ieee80211_txq *txq = rtwtxq_to_txq(rtwtxq); in rtw_tx_work() local
661 void rtw_txq_init(struct rtw_dev *rtwdev, struct ieee80211_txq *txq) in rtw_txq_init()
672 void rtw_txq_cleanup(struct rtw_dev *rtwdev, struct ieee80211_txq *txq) in rtw_txq_cleanup()
/linux-6.3-rc2/drivers/net/ethernet/marvell/
A Dmv643xx_eth.c179 #define IS_TSO_HEADER(txq, addr) \ argument
408 struct tx_queue txq[8]; member
477 static void txq_enable(struct tx_queue *txq) in txq_enable()
483 static void txq_disable(struct tx_queue *txq) in txq_disable()
997 struct tx_queue *txq; in mv643xx_eth_xmit() local
1032 static void txq_kick(struct tx_queue *txq) in txq_kick()
1262 struct tx_queue *txq = mp->txq + i; in mv643xx_eth_get_stats() local
2036 struct tx_queue *txq = mp->txq + index; in txq_init() local
2122 static void txq_deinit(struct tx_queue *txq) in txq_deinit()
2212 struct tx_queue *txq = mp->txq + i; in handle_link_event() local
[all …]
A Dmvneta.c367 #define IS_TSO_HEADER(txq, addr) \ argument
1492 int rxq, txq; in mvneta_defaults_set() local
1747 struct mvneta_tx_queue *txq) in mvneta_txq_sent_desc_num_get()
1907 struct mvneta_tx_queue *txq) in mvneta_txq_done()
2170 struct mvneta_tx_queue *txq; in mvneta_xdp_xmit_back() local
2212 struct mvneta_tx_queue *txq; in mvneta_xdp_xmit() local
2718 struct mvneta_tx_queue *txq) in mvneta_tx_tso()
2958 struct mvneta_tx_queue *txq; in mvneta_tx_done_gbe() local
3535 struct mvneta_tx_queue *txq) in mvneta_txq_sw_deinit()
3559 struct mvneta_tx_queue *txq) in mvneta_txq_hw_deinit()
[all …]
/linux-6.3-rc2/drivers/net/ethernet/atheros/alx/
A Dmain.c54 static void alx_free_txbuf(struct alx_tx_queue *txq, int entry) in alx_free_txbuf()
153 static struct netdev_queue *alx_get_tx_queue(const struct alx_tx_queue *txq) in alx_get_tx_queue()
158 static inline int alx_tpd_avail(struct alx_tx_queue *txq) in alx_tpd_avail()
165 static bool alx_clean_tx_irq(struct alx_tx_queue *txq) in alx_clean_tx_irq()
489 static void alx_free_txring_buf(struct alx_tx_queue *txq) in alx_free_txring_buf()
617 static int alx_alloc_tx_ring(struct alx_priv *alx, struct alx_tx_queue *txq, in alx_alloc_tx_ring()
743 struct alx_tx_queue *txq; in alx_alloc_napis() local
1461 static int alx_map_tx_skb(struct alx_tx_queue *txq, struct sk_buff *skb) in alx_map_tx_skb()
1533 struct alx_tx_queue *txq) in alx_start_xmit_ring()
/linux-6.3-rc2/drivers/net/wireless/ath/ath5k/
A Dbase.c769 struct ath5k_txq *txq, int padsize, in ath5k_txbuf_setup()
1022 struct ath5k_txq *txq; in ath5k_txq_setup() local
1157 struct ath5k_txq *txq; in ath5k_drain_tx_buffs() local
1186 struct ath5k_txq *txq = ah->txqs; in ath5k_txq_release() local
1656 struct ath5k_txq *txq, struct ieee80211_tx_control *control) in ath5k_tx_queue()
1712 struct ath5k_txq *txq, struct ath5k_tx_status *ts, in ath5k_tx_frame_completed()
1777 ath5k_tx_processq(struct ath5k_hw *ah, struct ath5k_txq *txq) in ath5k_tx_processq()
2510 struct ath5k_txq *txq; in ath5k_tx_complete_poll_work() local
3031 struct ath5k_txq *txq; in ath5k_init() local
/linux-6.3-rc2/drivers/net/ethernet/marvell/mvpp2/
A Dmvpp2_main.c234 unsigned int txq) in mvpp2_txdesc_txq_set()
2637 int txq, tx_port_num; in mvpp2_txp_max_tx_size_set() local
2786 struct mvpp2_tx_queue *txq, in mvpp2_txq_bufs_free()
2858 struct mvpp2_tx_queue *txq; in mvpp2_tx_done() local
3067 struct mvpp2_tx_queue *txq) in mvpp2_txq_init()
3250 struct mvpp2_tx_queue *txq; in mvpp2_cleanup_txqs() local
3308 struct mvpp2_tx_queue *txq; in mvpp2_setup_txqs() local
3619 struct mvpp2_tx_queue *txq; in mvpp2_xdp_finish_tx() local
3654 struct mvpp2_tx_queue *txq; in mvpp2_xdp_submit_frame() local
4276 struct mvpp2_tx_queue *txq, in mvpp2_tx_tso()
[all …]
/linux-6.3-rc2/net/core/
A Dnetpoll.c75 struct netdev_queue *txq) in netpoll_start_xmit()
109 struct netdev_queue *txq; in queue_process() local
329 struct netdev_queue *txq; in __netpoll_send_skb() local
/linux-6.3-rc2/drivers/net/ethernet/chelsio/cxgb4/
A Dsched.c175 struct sge_eth_txq *txq; in cxgb4_sched_queue_lookup() local
189 struct sge_eth_txq *txq; in t4_sched_queue_unbind() local
220 struct sge_eth_txq *txq; in t4_sched_queue_bind() local
A Dsge.c1832 struct sge_eth_txq *txq; in cxgb4_vf_eth_xmit() local
2954 struct sge_txq *txq; in service_ofldq() local
3134 struct sge_uld_txq *txq; in uld_send() local
3264 struct sge_uld_txq *txq; in cxgb4_immdata_send() local
3598 struct sge_eth_txq *txq; in t4_tx_completion_handler() local
4293 struct sge_uld_txq *txq = s->egr_map[id]; in sge_tx_timer_cb() local
4590 int t4_sge_alloc_eth_txq(struct adapter *adap, struct sge_eth_txq *txq, in t4_sge_alloc_eth_txq()
4683 int t4_sge_alloc_ctrl_txq(struct adapter *adap, struct sge_ctrl_txq *txq, in t4_sge_alloc_ctrl_txq()
4809 int t4_sge_alloc_uld_txq(struct adapter *adap, struct sge_uld_txq *txq, in t4_sge_alloc_uld_txq()
5038 struct sge_uld_txq *txq = txq_info->uldtxq; in t4_sge_stop() local
[all …]
/linux-6.3-rc2/net/mac80211/
A Dagg-tx.c192 struct ieee80211_txq *txq = sta->sta.txq[tid]; in ieee80211_agg_stop_txq() local
213 struct ieee80211_txq *txq = sta->sta.txq[tid]; in ieee80211_agg_start_txq() local
963 struct ieee80211_txq *txq; in ieee80211_process_addba_resp() local
/linux-6.3-rc2/drivers/net/wireless/intel/iwlegacy/
A Dcommon.c2707 il_txq_update_write_ptr(struct il_priv *il, struct il_tx_queue *txq) in il_txq_update_write_ptr()
2749 struct il_tx_queue *txq = &il->txq[txq_id]; in il_tx_queue_unmap() local
2773 struct il_tx_queue *txq = &il->txq[txq_id]; in il_tx_queue_free() local
2811 struct il_tx_queue *txq = &il->txq[il->cmd_queue]; in il_cmd_queue_unmap() local
2853 struct il_tx_queue *txq = &il->txq[il->cmd_queue]; in il_cmd_queue_free() local
3005 struct il_tx_queue *txq = &il->txq[txq_id]; in il_tx_queue_init() local
3081 struct il_tx_queue *txq = &il->txq[txq_id]; in il_tx_queue_reset() local
3116 struct il_tx_queue *txq = &il->txq[il->cmd_queue]; in il_enqueue_hcmd() local
3237 struct il_tx_queue *txq = &il->txq[txq_id]; in il_hcmd_queue_reclaim() local
3279 struct il_tx_queue *txq = &il->txq[il->cmd_queue]; in il_tx_cmd_complete() local
[all …]

Completed in 129 milliseconds

12345678910