Home
last modified time | relevance | path

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

1234567891011

/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dipoib_tx.c29 struct hfi1_ipoib_txq *txq; member
156 struct hfi1_ipoib_txq *txq = in hfi1_ipoib_poll_tx_ring() local
353 struct hfi1_ipoib_txq *txq = txp->txq; in hfi1_ipoib_send_dma_common() local
405 struct hfi1_ipoib_txq *txq) in hfi1_ipoib_submit_tx_list()
423 struct hfi1_ipoib_txq *txq) in hfi1_ipoib_flush_tx_list()
460 struct hfi1_ipoib_txq *txq = txp->txq; in hfi1_ipoib_send_dma_single() local
511 struct hfi1_ipoib_txq *txq = txp->txq; in hfi1_ipoib_send_dma_list() local
619 struct hfi1_ipoib_txq *txq = in hfi1_ipoib_sdma_sleep() local
660 struct hfi1_ipoib_txq *txq = in hfi1_ipoib_sdma_wakeup() local
673 struct hfi1_ipoib_txq *txq = in hfi1_ipoib_flush_txq() local
[all …]
/openbmc/linux/drivers/net/wwan/t7xx/
H 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()
633 void t7xx_dpmaif_txq_free(struct dpmaif_tx_queue *txq) in t7xx_dpmaif_txq_free()
[all …]
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/queue/
H A Dtx.c23 struct iwl_txq *txq, u16 byte_cnt, in iwl_pcie_gen2_update_byte_tbl()
465 struct iwl_txq *txq, in iwl_txq_gen2_build_tx_amsdu()
552 struct iwl_txq *txq, in iwl_txq_gen2_build_tx()
647 struct iwl_txq *txq, in iwl_txq_gen2_build_tfd()
852 struct iwl_txq *txq) in iwl_txq_gen2_free_memory()
883 struct iwl_txq *txq; in iwl_txq_gen2_free() local
1129 struct iwl_txq *txq; in iwl_txq_dyn_alloc_dma() local
1229 struct iwl_txq *txq; in iwl_txq_dyn_alloc() local
1393 struct iwl_txq *txq, int index) in iwl_txq_gen1_tfd_unmap()
1482 struct iwl_txq *txq) in iwl_txq_gen1_inval_byte_cnt_tbl()
[all …]
H 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()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/pcie/
H 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
189 struct iwl_txq *txq = trans->txqs.txq[txq_id]; in iwl_pcie_txq_unmap() local
239 struct iwl_txq *txq = trans->txqs.txq[txq_id]; in iwl_pcie_txq_free() local
350 struct iwl_txq *txq = trans->txqs.txq[txq_id]; in iwl_trans_pcie_tx_reset() local
653 struct iwl_txq *txq = trans->txqs.txq[txq_id]; in iwl_pcie_cmdq_reclaim() local
723 struct iwl_txq *txq = trans->txqs.txq[txq_id]; in iwl_trans_pcie_txq_enable() local
1228 struct iwl_txq *txq, u8 hdr_len, in iwl_fill_data_tbs()
1280 struct iwl_txq *txq, u8 hdr_len, in iwl_fill_data_tbs_amsdu()
1411 struct iwl_txq *txq, u8 hdr_len, in iwl_fill_data_tbs_amsdu()
[all …]
/openbmc/linux/drivers/net/ethernet/huawei/hinic/
H 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 …]
/openbmc/linux/include/net/
H A Dnetdev_queues.h34 #define netif_txq_try_stop(txq, get_desc, start_thrs) \ argument
75 #define netif_txq_maybe_stop(txq, get_desc, stop_thrs, start_thrs) \ argument
118 #define __netif_txq_completed_wake(txq, pkts, bytes, \ argument
142 #define netif_txq_completed_wake(txq, pkts, bytes, get_desc, start_thrs) \ argument
/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dxmit.c135 struct ath_txq *txq = tid->txq; in ath9k_wake_tx_queue() local
281 struct ath_txq *txq = tid->txq; in ath_tx_flush_tid() local
1581 struct ath_txq *txq; in ath_tx_aggr_start() local
1621 struct ath_txq *txq = txtid->txq; in ath_tx_aggr_stop() local
1653 struct ath_txq *txq; in ath_tx_aggr_wakeup() local
1932 struct ath_txq *txq; in ath_drain_all_txq() local
2020 struct ath_txq *txq; in ath_txq_schedule_all() local
2213 struct ath_txq *txq, in ath_tx_setup_buffer()
2341 struct ath_txq *txq = txctl->txq; in ath_tx_start() local
2724 struct ath_txq *txq; in ath_tx_edma_tasklet() local
[all …]
/openbmc/linux/drivers/net/wireless/mediatek/mt76/
H 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
372 struct ieee80211_txq *txq = mtxq_to_txq(mtxq); in mt76_txq_dequeue() local
416 struct ieee80211_txq *txq = sta->txq[i]; in mt76_release_buffered_frames() local
459 struct ieee80211_txq *txq = mtxq_to_txq(mtxq); in mt76_txq_send_burst() local
525 struct ieee80211_txq *txq; in mt76_txq_schedule_list() local
551 struct ieee80211_txq *txq = mtxq_to_txq(mtxq); in mt76_txq_schedule_list() local
643 struct ieee80211_txq *txq = sta->txq[i]; in mt76_stop_tx_queues() local
660 void mt76_wake_tx_queue(struct ieee80211_hw *hw, struct ieee80211_txq *txq) in mt76_wake_tx_queue()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H 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()
/openbmc/linux/net/sched/
H 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
1174 struct netdev_queue *txq; in attach_default_qdiscs() local
H 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()
/openbmc/linux/drivers/net/ethernet/qlogic/qede/
H 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
H A Dqede_main.c544 struct qede_fastpath *fp, struct qede_tx_queue *txq) in qede_txq_fp_log_metadata()
599 struct qede_tx_queue *txq; in qede_tx_timeout() local
1649 static void qede_free_mem_txq(struct qede_dev *edev, struct qede_tx_queue *txq) in qede_free_mem_txq()
1662 static int qede_alloc_mem_txq(struct qede_dev *edev, struct qede_tx_queue *txq) in qede_alloc_mem_txq()
1788 struct qede_tx_queue *txq) in qede_empty_tx_queue()
1887 struct qede_tx_queue *txq = &fp->txq[cos]; in qede_init_fp() local
2058 struct qede_tx_queue *txq, bool allow_drain) in qede_drain_txq()
2091 struct qede_tx_queue *txq, int rss_id) in qede_stop_txq()
2190 struct qede_tx_queue *txq, u8 rss_id, u16 sb_idx) in qede_start_txq()
2807 static bool qede_is_txq_full(struct qede_dev *edev, struct qede_tx_queue *txq) in qede_is_txq_full()
[all …]
/openbmc/linux/drivers/net/wireless/realtek/rtw88/
H A Dtx.c565 struct ieee80211_txq *txq = rtwtxq_to_txq(rtwtxq); in rtw_txq_check_agg() local
597 struct ieee80211_txq *txq = rtwtxq_to_txq(rtwtxq); in rtw_txq_push_skb() local
615 struct ieee80211_txq *txq = rtwtxq_to_txq(rtwtxq); in rtw_txq_dequeue() local
657 struct ieee80211_txq *txq = rtwtxq_to_txq(rtwtxq); in __rtw_tx_work() local
679 void rtw_txq_init(struct rtw_dev *rtwdev, struct ieee80211_txq *txq) in rtw_txq_init()
690 void rtw_txq_cleanup(struct rtw_dev *rtwdev, struct ieee80211_txq *txq) in rtw_txq_cleanup()
/openbmc/linux/drivers/net/ethernet/marvell/
H A Dmvneta.c1498 int rxq, txq; in mvneta_defaults_set() local
1753 struct mvneta_tx_queue *txq) in mvneta_txq_sent_desc_num_get()
2177 struct mvneta_tx_queue *txq; in mvneta_xdp_xmit_back() local
2219 struct mvneta_tx_queue *txq; in mvneta_xdp_xmit() local
2671 struct mvneta_tx_queue *txq) in mvneta_free_tso_hdrs()
2687 struct mvneta_tx_queue *txq) in mvneta_alloc_tso_hdrs()
2776 struct mvneta_tx_queue *txq, in mvneta_release_descs()
2804 struct mvneta_tx_queue *txq) in mvneta_tx_tso()
3025 struct mvneta_tx_queue *txq; in mvneta_tx_done_gbe() local
3600 struct mvneta_tx_queue *txq) in mvneta_txq_sw_deinit()
[all …]
H 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 …]
/openbmc/linux/drivers/net/ethernet/freescale/
H A Dfec_main.c337 #define IS_TSO_HEADER(txq, addr) \ argument
386 struct fec_enet_priv_tx_q *txq; in fec_dump() local
892 struct fec_enet_priv_tx_q *txq; in fec_enet_start_xmit() local
919 struct fec_enet_priv_tx_q *txq; in fec_enet_bd_init() local
1007 struct fec_enet_priv_tx_q *txq; in fec_enet_enable_ring() local
1386 struct fec_enet_priv_tx_q *txq; in fec_enet_tx_queue() local
3246 struct fec_enet_priv_tx_q *txq; in fec_enet_free_buffers() local
3295 struct fec_enet_priv_tx_q *txq; in fec_enet_free_queue() local
3317 struct fec_enet_priv_tx_q *txq; in fec_enet_alloc_queue() local
3416 struct fec_enet_priv_tx_q *txq; in fec_enet_alloc_txq_buffers() local
[all …]
/openbmc/linux/drivers/net/ethernet/atheros/alx/
H A Dmain.c53 static void alx_free_txbuf(struct alx_tx_queue *txq, int entry) in alx_free_txbuf()
152 static struct netdev_queue *alx_get_tx_queue(const struct alx_tx_queue *txq) in alx_get_tx_queue()
157 static inline int alx_tpd_avail(struct alx_tx_queue *txq) in alx_tpd_avail()
164 static bool alx_clean_tx_irq(struct alx_tx_queue *txq) in alx_clean_tx_irq()
488 static void alx_free_txring_buf(struct alx_tx_queue *txq) in alx_free_txring_buf()
616 static int alx_alloc_tx_ring(struct alx_priv *alx, struct alx_tx_queue *txq, in alx_alloc_tx_ring()
742 struct alx_tx_queue *txq; in alx_alloc_napis() local
1460 static int alx_map_tx_skb(struct alx_tx_queue *txq, struct sk_buff *skb) in alx_map_tx_skb()
1532 struct alx_tx_queue *txq) in alx_start_xmit_ring()
/openbmc/linux/net/core/
H A Dnetpoll.c75 struct netdev_queue *txq) in netpoll_start_xmit()
109 struct netdev_queue *txq; in queue_process() local
145 struct netdev_queue *txq = netdev_get_tx_queue(dev, i); in netif_local_xmit_active() local
346 struct netdev_queue *txq; in __netpoll_send_skb() local
/openbmc/linux/drivers/net/wireless/ath/ath5k/
H 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
/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_main.c234 unsigned int txq) in mvpp2_txdesc_txq_set()
2662 int txq, tx_port_num; in mvpp2_txp_max_tx_size_set() local
2811 struct mvpp2_tx_queue *txq, in mvpp2_txq_bufs_free()
2883 struct mvpp2_tx_queue *txq; in mvpp2_tx_done() local
3092 struct mvpp2_tx_queue *txq) in mvpp2_txq_init()
3275 struct mvpp2_tx_queue *txq; in mvpp2_cleanup_txqs() local
3333 struct mvpp2_tx_queue *txq; in mvpp2_setup_txqs() local
3644 struct mvpp2_tx_queue *txq; in mvpp2_xdp_finish_tx() local
3679 struct mvpp2_tx_queue *txq; in mvpp2_xdp_submit_frame() local
4304 struct mvpp2_tx_queue *txq, in mvpp2_tx_tso()
[all …]
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7921/
H A Dpci_mcu.c26 enum mt76_mcuq_id txq = MT_MCUQ_WM; in mt7921_mcu_send_message() local
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H 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
/openbmc/u-boot/drivers/net/
H A Dmvneta.c532 struct mvneta_tx_queue *txq, in mvneta_txq_pend_desc_add()
546 mvneta_txq_next_desc_get(struct mvneta_tx_queue *txq) in mvneta_txq_next_desc_get()
586 struct mvneta_tx_queue *txq = &pp->txqs[queue]; in mvneta_port_up() local
907 struct mvneta_tx_queue *txq, in mvneta_txq_sent_desc_dec()
925 struct mvneta_tx_queue *txq) in mvneta_txq_sent_desc_num_get()
1053 struct mvneta_tx_queue *txq) in mvneta_txq_init()
1079 struct mvneta_tx_queue *txq) in mvneta_txq_deinit()
1258 struct mvneta_tx_queue *txq = &pp->txqs[queue]; in mvneta_init2() local
1595 struct mvneta_tx_queue *txq = &pp->txqs[0]; in mvneta_send() local

1234567891011