/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
D | ipoib_tx.c | 38 struct hfi1_ipoib_txq *txq; member 46 struct hfi1_ipoib_txq *txq; member 58 static u64 hfi1_ipoib_used(struct hfi1_ipoib_txq *txq) in hfi1_ipoib_used() 64 static void hfi1_ipoib_stop_txq(struct hfi1_ipoib_txq *txq) in hfi1_ipoib_stop_txq() 70 static void hfi1_ipoib_wake_txq(struct hfi1_ipoib_txq *txq) in hfi1_ipoib_wake_txq() 76 static uint hfi1_ipoib_ring_hwat(struct hfi1_ipoib_txq *txq) in hfi1_ipoib_ring_hwat() 82 static uint hfi1_ipoib_ring_lwat(struct hfi1_ipoib_txq *txq) in hfi1_ipoib_ring_lwat() 88 static void hfi1_ipoib_check_queue_depth(struct hfi1_ipoib_txq *txq) in hfi1_ipoib_check_queue_depth() 96 static void hfi1_ipoib_check_queue_stopped(struct hfi1_ipoib_txq *txq) in hfi1_ipoib_check_queue_stopped() 139 static int hfi1_ipoib_drain_tx_ring(struct hfi1_ipoib_txq *txq, int budget) in hfi1_ipoib_drain_tx_ring() [all …]
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/pcie/ |
D | tx.c | 130 struct iwl_txq *txq) in iwl_pcie_txq_inc_wr_ptr() 178 struct iwl_txq *txq = trans->txqs.txq[i]; in iwl_pcie_txq_check_wrptrs() local 217 void iwl_pcie_txq_free_tfd(struct iwl_trans *trans, struct iwl_txq *txq) in iwl_pcie_txq_free_tfd() 249 static int iwl_pcie_txq_build_tfd(struct iwl_trans *trans, struct iwl_txq *txq, in iwl_pcie_txq_build_tfd() 300 struct iwl_txq *txq = trans->txqs.txq[txq_id]; in iwl_pcie_txq_unmap() local 353 struct iwl_txq *txq = trans->txqs.txq[txq_id]; in iwl_pcie_txq_free() local 464 struct iwl_txq *txq = trans->txqs.txq[txq_id]; in iwl_trans_pcie_tx_reset() local 727 static inline void iwl_pcie_txq_progress(struct iwl_txq *txq) in iwl_pcie_txq_progress() 755 struct iwl_txq *txq = trans->txqs.txq[txq_id]; in iwl_trans_pcie_reclaim() local 871 struct iwl_txq *txq = trans->txqs.txq[txq_id]; in iwl_trans_pcie_set_q_ptrs() local [all …]
|
D | tx-gen2.c | 78 struct iwl_txq *txq = trans->txqs.txq[trans->txqs.cmd.q_id]; in iwl_pcie_gen2_enqueue_hcmd() local 315 struct iwl_txq *txq = trans->txqs.txq[trans->txqs.cmd.q_id]; in iwl_pcie_gen2_send_hcmd_sync() local
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/queue/ |
D | tx.c | 90 struct iwl_txq *txq, u16 byte_cnt, in iwl_pcie_gen2_update_byte_tbl() 136 void iwl_txq_inc_wr_ptr(struct iwl_trans *trans, struct iwl_txq *txq) in iwl_txq_inc_wr_ptr() 185 void iwl_txq_gen2_free_tfd(struct iwl_trans *trans, struct iwl_txq *txq) in iwl_txq_gen2_free_tfd() 530 struct iwl_txq *txq, in iwl_txq_gen2_build_tx_amsdu() 617 struct iwl_txq *txq, in iwl_txq_gen2_build_tx() 712 struct iwl_txq *txq, in iwl_txq_gen2_build_tfd() 784 struct iwl_txq *txq = trans->txqs.txq[txq_id]; in iwl_txq_gen2_tx() local 879 struct iwl_txq *txq = trans->txqs.txq[txq_id]; in iwl_txq_gen2_unmap() local 910 struct iwl_txq *txq) in iwl_txq_gen2_free_memory() 941 struct iwl_txq *txq; in iwl_txq_gen2_free() local [all …]
|
D | tx.h | 69 iwl_txq_get_first_tb_dma(struct iwl_txq *txq, int idx) in iwl_txq_get_first_tb_dma() 83 struct iwl_txq *txq) in iwl_wake_queue() 92 struct iwl_txq *txq, int idx) in iwl_txq_get_tfd() 114 static inline void iwl_txq_stop(struct iwl_trans *trans, struct iwl_txq *txq) in iwl_txq_stop()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/huawei/hinic/ |
D | hinic_tx.c | 76 void hinic_txq_clean_stats(struct hinic_txq *txq) in hinic_txq_clean_stats() 95 void hinic_txq_get_stats(struct hinic_txq *txq, struct hinic_txq_stats *stats) in hinic_txq_get_stats() 115 static void txq_stats_init(struct hinic_txq *txq) in txq_stats_init() 497 struct hinic_txq *txq; in hinic_lb_xmit_frame() local 558 struct hinic_txq *txq; in hinic_xmit_frame() local 663 static void free_all_tx_skbs(struct hinic_txq *txq) in free_all_tx_skbs() 697 struct hinic_txq *txq = container_of(napi, struct hinic_txq, napi); in free_tx_poll() local 777 struct hinic_txq *txq = data; in tx_irq() local 794 static int tx_request_irq(struct hinic_txq *txq) in tx_request_irq() 839 static void tx_free_irq(struct hinic_txq *txq) in tx_free_irq() [all …]
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
D | xmit.c | 101 void ath_txq_unlock_complete(struct ath_softc *sc, struct ath_txq *txq) in ath_txq_unlock_complete() 129 struct ath_txq *txq = tid->txq; in ath9k_wake_tx_queue() local 164 static void ath_txq_skb_done(struct ath_softc *sc, struct ath_txq *txq, in ath_txq_skb_done() 189 struct ieee80211_txq *txq = container_of((void*)tid, struct ieee80211_txq, drv_priv); in ath_tid_pull() local 234 struct ath_txq *txq = tid->txq; in ath_tx_flush_tid() local 316 static void ath_tid_drain(struct ath_softc *sc, struct ath_txq *txq, in ath_tid_drain() 344 static void ath_tx_set_retry(struct ath_softc *sc, struct ath_txq *txq, in ath_tx_set_retry() 439 static void ath_tx_complete_aggr(struct ath_softc *sc, struct ath_txq *txq, in ath_tx_complete_aggr() 681 static void ath_tx_process_buffer(struct ath_softc *sc, struct ath_txq *txq, in ath_tx_process_buffer() 894 ath_tx_get_tid_subframe(struct ath_softc *sc, struct ath_txq *txq, in ath_tx_get_tid_subframe() [all …]
|
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/ |
D | tx.c | 9 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 306 struct ieee80211_txq *txq = mtxq_to_txq(mtxq); in mt76_txq_dequeue() local 352 struct ieee80211_txq *txq = sta->txq[i]; in mt76_release_buffered_frames() local 388 struct ieee80211_txq *txq = mtxq_to_txq(mtxq); in mt76_txq_send_burst() local 453 struct ieee80211_txq *txq; in mt76_txq_schedule_list() local 479 struct ieee80211_txq *txq = mtxq_to_txq(mtxq); in mt76_txq_schedule_list() local 547 struct ieee80211_txq *txq = sta->txq[i]; in mt76_stop_tx_queues() local 564 void mt76_wake_tx_queue(struct ieee80211_hw *hw, struct ieee80211_txq *txq) in mt76_wake_tx_queue()
|
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtw88/ |
D | tx.c | 503 struct ieee80211_txq *txq = rtwtxq_to_txq(rtwtxq); in rtw_txq_check_agg() local 535 struct ieee80211_txq *txq = rtwtxq_to_txq(rtwtxq); in rtw_txq_push_skb() local 555 struct ieee80211_txq *txq = rtwtxq_to_txq(rtwtxq); in rtw_txq_dequeue() local 598 struct ieee80211_txq *txq = rtwtxq_to_txq(rtwtxq); in rtw_tx_tasklet() local 613 void rtw_txq_init(struct rtw_dev *rtwdev, struct ieee80211_txq *txq) in rtw_txq_init() 624 void rtw_txq_cleanup(struct rtw_dev *rtwdev, struct ieee80211_txq *txq) in rtw_txq_cleanup()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/ |
D | fec_main.c | 276 #define IS_TSO_HEADER(txq, addr) \ argument 302 static int fec_enet_get_free_txdesc_num(struct fec_enet_priv_tx_q *txq) in fec_enet_get_free_txdesc_num() 335 struct fec_enet_priv_tx_q *txq; in fec_dump() local 381 fec_enet_txq_submit_frag_skb(struct fec_enet_priv_tx_q *txq, in fec_enet_txq_submit_frag_skb() 468 static int fec_enet_txq_submit_skb(struct fec_enet_priv_tx_q *txq, in fec_enet_txq_submit_skb() 596 fec_enet_txq_put_data_tso(struct fec_enet_priv_tx_q *txq, struct sk_buff *skb, in fec_enet_txq_put_data_tso() 656 fec_enet_txq_put_hdr_tso(struct fec_enet_priv_tx_q *txq, in fec_enet_txq_put_hdr_tso() 709 static int fec_enet_txq_submit_tso(struct fec_enet_priv_tx_q *txq, in fec_enet_txq_submit_tso() 799 struct fec_enet_priv_tx_q *txq; in fec_enet_start_xmit() local 826 struct fec_enet_priv_tx_q *txq; in fec_enet_bd_init() local [all …]
|
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qede/ |
D | qede_fp.c | 75 int qede_free_tx_pkt(struct qede_dev *edev, struct qede_tx_queue *txq, int *len) in qede_free_tx_pkt() 130 static void qede_free_failed_tx_pkt(struct qede_tx_queue *txq, in qede_free_failed_tx_pkt() 242 static int map_frag_to_bd(struct qede_tx_queue *txq, in map_frag_to_bd() 289 static inline void qede_update_tx_producer(struct qede_tx_queue *txq) in qede_update_tx_producer() 305 static int qede_xdp_xmit(struct qede_tx_queue *txq, dma_addr_t dma, u16 pad, in qede_xdp_xmit() 393 int qede_txq_has_work(struct qede_tx_queue *txq) in qede_txq_has_work() 406 static void qede_xdp_tx_int(struct qede_dev *edev, struct qede_tx_queue *txq) in qede_xdp_tx_int() 438 static int qede_tx_int(struct qede_dev *edev, struct qede_tx_queue *txq) in qede_tx_int() 1498 struct qede_tx_queue *txq; in qede_start_xmit() local
|
D | qede_main.c | 517 static void qede_tx_log_print(struct qede_dev *edev, struct qede_tx_queue *txq) in qede_tx_log_print() 530 struct qede_tx_queue *txq; in qede_tx_timeout() local 1549 static void qede_free_mem_txq(struct qede_dev *edev, struct qede_tx_queue *txq) in qede_free_mem_txq() 1562 static int qede_alloc_mem_txq(struct qede_dev *edev, struct qede_tx_queue *txq) in qede_alloc_mem_txq() 1688 struct qede_tx_queue *txq) in qede_empty_tx_queue() 1787 struct qede_tx_queue *txq = &fp->txq[cos]; in qede_init_fp() local 1954 struct qede_tx_queue *txq, bool allow_drain) in qede_drain_txq() 1987 struct qede_tx_queue *txq, int rss_id) in qede_stop_txq() 2086 struct qede_tx_queue *txq, u8 rss_id, u16 sb_idx) in qede_start_txq() 2677 static bool qede_is_txq_full(struct qede_dev *edev, struct qede_tx_queue *txq) in qede_is_txq_full() [all …]
|
/kernel/linux/linux-5.10/net/sched/ |
D | sch_generic.c | 39 const struct netdev_queue *txq) in qdisc_maybe_clear_missed() 72 const struct netdev_queue *txq = q->dev_queue; in __skb_dequeue_bad_txq() local 174 const struct netdev_queue *txq, in try_bulk_dequeue_skb() 225 const struct netdev_queue *txq = q->dev_queue; in dequeue_skb() local 309 struct net_device *dev, struct netdev_queue *txq, in sch_direct_xmit() 385 struct netdev_queue *txq; in qdisc_restart() local 452 struct netdev_queue *txq; in dev_watchdog() local 1098 struct netdev_queue *txq; in attach_default_qdiscs() local
|
D | sch_teql.c | 148 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()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/ |
D | mvneta.c | 130 #define MVNETA_CPU_TXQ_ACCESS(txq) BIT(txq + 8) argument 335 #define IS_TSO_HEADER(txq, addr) \ argument 734 static void mvneta_txq_inc_get(struct mvneta_tx_queue *txq) in mvneta_txq_inc_get() 742 static void mvneta_txq_inc_put(struct mvneta_tx_queue *txq) in mvneta_txq_inc_put() 924 struct mvneta_tx_queue *txq, in mvneta_txq_pend_desc_add() 942 mvneta_txq_next_desc_get(struct mvneta_tx_queue *txq) in mvneta_txq_next_desc_get() 953 static void mvneta_txq_desc_put(struct mvneta_tx_queue *txq) in mvneta_txq_desc_put() 1220 struct mvneta_tx_queue *txq = &pp->txqs[queue]; in mvneta_port_up() local 1458 int rxq, txq; in mvneta_defaults_set() local 1669 struct mvneta_tx_queue *txq, u32 value) in mvneta_tx_done_pkts_coal_set() [all …]
|
D | mv643xx_eth.c | 178 #define IS_TSO_HEADER(txq, addr) \ argument 407 struct tx_queue txq[8]; member 445 static struct mv643xx_eth_private *txq_to_mp(struct tx_queue *txq) in txq_to_mp() 466 static void txq_reset_hw_ptr(struct tx_queue *txq) in txq_reset_hw_ptr() 476 static void txq_enable(struct tx_queue *txq) in txq_enable() 482 static void txq_disable(struct tx_queue *txq) in txq_disable() 492 static void txq_maybe_wake(struct tx_queue *txq) in txq_maybe_wake() 725 txq_put_data_tso(struct net_device *dev, struct tx_queue *txq, in txq_put_data_tso() 773 txq_put_hdr_tso(struct sk_buff *skb, struct tx_queue *txq, int length, in txq_put_hdr_tso() 815 static int txq_submit_tso(struct tx_queue *txq, struct sk_buff *skb, in txq_submit_tso() [all …]
|
/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/alx/ |
D | main.c | 54 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 1437 static int alx_map_tx_skb(struct alx_tx_queue *txq, struct sk_buff *skb) in alx_map_tx_skb() 1509 struct alx_tx_queue *txq) in alx_start_xmit_ring()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath5k/ |
D | base.c | 733 struct ath5k_txq *txq, int padsize, in ath5k_txbuf_setup() 977 struct ath5k_txq *txq; in ath5k_txq_setup() local 1112 struct ath5k_txq *txq; in ath5k_drain_tx_buffs() local 1141 struct ath5k_txq *txq = ah->txqs; in ath5k_txq_release() local 1611 struct ath5k_txq *txq, struct ieee80211_tx_control *control) in ath5k_tx_queue() 1667 struct ath5k_txq *txq, struct ath5k_tx_status *ts, in ath5k_tx_frame_completed() 1732 ath5k_tx_processq(struct ath5k_hw *ah, struct ath5k_txq *txq) in ath5k_tx_processq() 2465 struct ath5k_txq *txq; in ath5k_tx_complete_poll_work() local 2986 struct ath5k_txq *txq; in ath5k_init() local
|
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/mvpp2/ |
D | mvpp2_main.c | 224 unsigned int txq) in mvpp2_txdesc_txq_set() 344 static inline int mvpp2_txq_phys(int port, int txq) in mvpp2_txq_phys() 2000 struct mvpp2_tx_queue *txq = port->txqs[queue]; in mvpp2_egress_enable() local 2106 mvpp2_txq_next_desc_get(struct mvpp2_tx_queue *txq) in mvpp2_txq_next_desc_get() 2158 struct mvpp2_tx_queue *txq, int num) in mvpp2_txq_alloc_reserved_desc() 2176 struct mvpp2_tx_queue *txq, in mvpp2_txq_reserved_desc_num_proc() 2218 static void mvpp2_txq_desc_put(struct mvpp2_tx_queue *txq) in mvpp2_txq_desc_put() 2268 struct mvpp2_tx_queue *txq) in mvpp2_txq_sent_desc_proc() 2306 int txq, tx_port_num; in mvpp2_txp_max_tx_size_set() local 2371 struct mvpp2_tx_queue *txq) in mvpp2_tx_pkts_coal_set() [all …]
|
/kernel/linux/linux-5.10/net/core/ |
D | netpoll.c | 75 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
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
D | sched.c | 175 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
|
D | cudbg_lib.h | 241 static inline void cudbg_fill_qdesc_txq(const struct sge_txq *txq, in cudbg_fill_qdesc_txq()
|
D | sge.c | 1831 struct sge_eth_txq *txq; in cxgb4_vf_eth_xmit() local 2948 struct sge_txq *txq; in service_ofldq() local 3128 struct sge_uld_txq *txq; in uld_send() local 3258 struct sge_uld_txq *txq; in cxgb4_immdata_send() local 3592 struct sge_eth_txq *txq; in t4_tx_completion_handler() local 4268 struct sge_uld_txq *txq = s->egr_map[id]; in sge_tx_timer_cb() local 4565 int t4_sge_alloc_eth_txq(struct adapter *adap, struct sge_eth_txq *txq, in t4_sge_alloc_eth_txq() 4653 int t4_sge_alloc_ctrl_txq(struct adapter *adap, struct sge_ctrl_txq *txq, in t4_sge_alloc_ctrl_txq() 4779 int t4_sge_alloc_uld_txq(struct adapter *adap, struct sge_uld_txq *txq, in t4_sge_alloc_uld_txq() 4802 int t4_sge_alloc_ethofld_txq(struct adapter *adap, struct sge_eohw_txq *txq, in t4_sge_alloc_ethofld_txq() [all …]
|
/kernel/linux/linux-5.10/net/mac80211/ |
D | agg-tx.c | 192 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 965 struct ieee80211_txq *txq; in ieee80211_process_addba_resp() local
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlegacy/ |
D | common.c | 2709 il_txq_update_write_ptr(struct il_priv *il, struct il_tx_queue *txq) in il_txq_update_write_ptr() 2751 struct il_tx_queue *txq = &il->txq[txq_id]; in il_tx_queue_unmap() local 2775 struct il_tx_queue *txq = &il->txq[txq_id]; in il_tx_queue_free() local 2813 struct il_tx_queue *txq = &il->txq[il->cmd_queue]; in il_cmd_queue_unmap() local 2855 struct il_tx_queue *txq = &il->txq[il->cmd_queue]; in il_cmd_queue_free() local 2963 il_tx_queue_alloc(struct il_priv *il, struct il_tx_queue *txq, u32 id) in il_tx_queue_alloc() 3007 struct il_tx_queue *txq = &il->txq[txq_id]; in il_tx_queue_init() local 3083 struct il_tx_queue *txq = &il->txq[txq_id]; in il_tx_queue_reset() local 3118 struct il_tx_queue *txq = &il->txq[il->cmd_queue]; in il_enqueue_hcmd() local 3240 struct il_tx_queue *txq = &il->txq[txq_id]; in il_hcmd_queue_reclaim() local [all …]
|