/kernel/linux/linux-6.6/drivers/net/wireless/ath/wil6210/ |
H A D | debugfs.c | 1469 struct netdev_queue *txq = netdev_get_tx_queue(ndev, i); in info_show() local
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/pcie/ |
H A D | trans.c | 2354 struct iwl_txq *txq = trans->txqs.txq[i]; in iwl_trans_pcie_block_txq_ptrs() local 2395 struct iwl_txq *txq; in iwl_trans_pcie_wait_txq_empty() local 2639 struct iwl_txq *txq = trans->txqs.txq[state->pos]; iwl_dbgfs_tx_queue_seq_show() local [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath6kl/ |
H A D | htc.h | 518 struct list_head txq; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/ |
H A D | xmit.c | 135 struct ath_txq *txq in ath9k_wake_tx_queue() local 211 ath_txq_skb_done(struct ath_softc *sc, struct ath_txq *txq, struct sk_buff *skb) ath_txq_skb_done() argument 236 struct ieee80211_txq *txq = container_of((void*)tid, struct ieee80211_txq, drv_priv); ath_tid_pull() local 281 struct ath_txq *txq = tid->txq; ath_tx_flush_tid() local 363 ath_tid_drain(struct ath_softc *sc, struct ath_txq *txq, struct ath_atx_tid *tid) ath_tid_drain() argument 391 ath_tx_set_retry(struct ath_softc *sc, struct ath_txq *txq, struct sk_buff *skb, int count) ath_tx_set_retry() argument 488 ath_tx_complete_aggr(struct ath_softc *sc, struct ath_txq *txq, struct ath_buf *bf, struct list_head *bf_q, struct ieee80211_sta *sta, struct ath_atx_tid *tid, struct ath_tx_status *ts, int txok) ath_tx_complete_aggr() argument 730 ath_tx_process_buffer(struct ath_softc *sc, struct ath_txq *txq, struct ath_tx_status *ts, struct ath_buf *bf, struct list_head *bf_head) ath_tx_process_buffer() argument 943 ath_tx_get_tid_subframe(struct ath_softc *sc, struct ath_txq *txq, struct ath_atx_tid *tid, struct ath_buf **buf) ath_tx_get_tid_subframe() argument 1032 ath_tx_form_aggr(struct ath_softc *sc, struct ath_txq *txq, struct ath_atx_tid *tid, struct list_head *bf_q, struct ath_buf *bf_first) ath_tx_form_aggr() argument 1408 ath_tx_fill_desc(struct ath_softc *sc, struct ath_buf *bf, struct ath_txq *txq, int len) ath_tx_fill_desc() argument 1501 ath_tx_form_burst(struct ath_softc *sc, struct ath_txq *txq, struct ath_atx_tid *tid, struct list_head *bf_q, struct ath_buf *bf_first) ath_tx_form_burst() argument 1534 ath_tx_sched_aggr(struct ath_softc *sc, struct ath_txq *txq, struct ath_atx_tid *tid) ath_tx_sched_aggr() argument 1581 struct ath_txq *txq; ath_tx_aggr_start() local 1621 struct ath_txq *txq = txtid->txq; ath_tx_aggr_stop() local 1653 struct ath_txq *txq; ath_tx_aggr_wakeup() local 1697 struct ath_txq *txq = sc->tx.uapsdq; ath9k_release_buffered_frames() local 1809 struct ath_txq *txq = &sc->tx.txq[axq_qnum]; ath_txq_setup() local 1871 ath_drain_txq_list(struct ath_softc *sc, struct ath_txq *txq, struct list_head *list) ath_drain_txq_list() argument 1904 ath_draintxq(struct ath_softc *sc, struct ath_txq *txq) ath_draintxq() argument 1932 struct ath_txq *txq; ath_drain_all_txq() local 1970 ath_tx_cleanupq(struct ath_softc *sc, struct ath_txq *txq) ath_tx_cleanupq() argument 1979 ath_txq_schedule(struct ath_softc *sc, struct ath_txq *txq) ath_txq_schedule() argument 2020 struct ath_txq *txq; ath_txq_schedule_all() local 2040 ath_tx_txqaddbuf(struct ath_softc *sc, struct ath_txq *txq, struct list_head *head, bool internal) ath_tx_txqaddbuf() argument 2107 ath_tx_send_normal(struct ath_softc *sc, struct ath_txq *txq, struct ath_atx_tid *tid, struct sk_buff *skb) ath_tx_send_normal() argument 2212 ath_tx_setup_buffer(struct ath_softc *sc, struct ath_txq *txq, struct ath_atx_tid *tid, struct sk_buff *skb) ath_tx_setup_buffer() argument 2341 struct ath_txq *txq = txctl->txq; ath_tx_start() local 2465 ath_tx_complete(struct ath_softc *sc, struct sk_buff *skb, int tx_flags, struct ath_txq *txq, struct ieee80211_sta *sta) ath_tx_complete() argument 2517 ath_tx_complete_buf(struct ath_softc *sc, struct ath_buf *bf, struct ath_txq *txq, struct list_head *bf_q, struct ieee80211_sta *sta, struct ath_tx_status *ts, int txok) ath_tx_complete_buf() argument 2630 ath_tx_processq(struct ath_softc *sc, struct ath_txq *txq) ath_tx_processq() argument 2724 struct ath_txq *txq; ath_tx_edma_tasklet() local 2891 struct ath_txq *txq; ath_tx_node_cleanup() local [all...] |
/kernel/linux/linux-6.6/drivers/net/wan/ |
H A D | ixp4xx_hss.c | 265 unsigned int txq; member
|
/kernel/linux/linux-6.6/net/tipc/ |
H A D | socket.c | 1277 struct sk_buff_head *txq = &tsk->sk.sk_write_queue; in tipc_sk_push_backlog() local 1562 struct sk_buff_head *txq = &sk->sk_write_queue; in __tipc_sendstream() local [all...] |
H A D | link.c | 1132 struct sk_buff_head *txq = &l->transmq; in tipc_link_update_cwin() local 1174 struct sk_buff_head *txq = &l->transmq; in tipc_link_advance_backlog() local
|
/kernel/linux/linux-6.6/drivers/scsi/lpfc/ |
H A D | lpfc_sli.h | 267 struct list_head txq; member
|
/kernel/linux/linux-6.6/net/core/ |
H A D | pktgen.c | 3445 struct netdev_queue *txq; in pktgen_xmit() local
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | rx.c | 1558 struct ieee80211_txq *txq = sta->sta.txq[tid]; in sta_ps_start() local
|
/kernel/linux/linux-5.10/drivers/net/bonding/ |
H A D | bond_main.c | 4678 u16 txq = skb_rx_queue_recorded(skb) ? skb_get_rx_queue(skb) : 0; in bond_select_queue() local
|
/kernel/linux/linux-5.10/drivers/net/ethernet/brocade/bna/ |
H A D | bna_types.h | 426 struct bna_txq *txq; member 515 struct bna_txq *txq; /* BFI_MAX_TXQ entries */ member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/alacritech/ |
H A D | slic.h | 546 struct slic_tx_queue txq; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_cmn.c | 275 struct netdev_queue *txq; in bnx2x_tx_int() local 3745 struct netdev_queue *txq; in bnx2x_start_xmit() local [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en.h | 361 struct netdev_queue *txq; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/ |
H A D | mv643xx_eth.c | 407 struct tx_queue txq[8]; member 445 static struct mv643xx_eth_private *txq_to_mp(struct tx_queue *txq) in txq_to_mp() argument 466 txq_reset_hw_ptr(struct tx_queue *txq) txq_reset_hw_ptr() argument 476 txq_enable(struct tx_queue *txq) txq_enable() argument 482 txq_disable(struct tx_queue *txq) txq_disable() argument 492 txq_maybe_wake(struct tx_queue *txq) txq_maybe_wake() argument 725 txq_put_data_tso(struct net_device *dev, struct tx_queue *txq, struct sk_buff *skb, char *data, int length, bool last_tcp, bool is_last) txq_put_data_tso() argument 773 txq_put_hdr_tso(struct sk_buff *skb, struct tx_queue *txq, int length, u32 *first_cmd_sts, bool first_desc) txq_put_hdr_tso() argument 815 txq_submit_tso(struct tx_queue *txq, struct sk_buff *skb, struct net_device *dev) txq_submit_tso() argument 888 txq_submit_frag_skb(struct tx_queue *txq, struct sk_buff *skb) txq_submit_frag_skb() argument 926 txq_submit_skb(struct tx_queue *txq, struct sk_buff *skb, struct net_device *dev) txq_submit_skb() argument 994 struct tx_queue *txq; mv643xx_eth_xmit() local 1029 txq_kick(struct tx_queue *txq) txq_kick() argument 1054 txq_reclaim(struct tx_queue *txq, int budget, int force) txq_reclaim() argument 1162 txq_set_rate(struct tx_queue *txq, int rate, int burst) txq_set_rate() argument 1180 txq_set_fixed_prio_mode(struct tx_queue *txq) txq_set_fixed_prio_mode() argument 1259 struct tx_queue *txq = mp->txq + i; mv643xx_eth_get_stats() local 2025 struct tx_queue *txq = mp->txq + index; txq_init() local 2111 txq_deinit(struct tx_queue *txq) txq_deinit() argument 2201 struct tx_queue *txq = mp->txq + i; handle_link_event() local 2344 struct tx_queue *txq = mp->txq + i; port_start() local [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/samsung/sxgbe/ |
H A D | sxgbe_common.h | 454 struct sxgbe_tx_queue *txq[SXGBE_TX_QUEUES]; member
|
/kernel/linux/linux-5.10/drivers/net/usb/ |
H A D | lan78xx.c | 374 struct sk_buff_head txq; member [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A D | fwsignal.c | 811 struct pktq *txq; in brcmf_fws_bus_txq_cleanup() local
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlegacy/ |
H A D | common.c | 2709 il_txq_update_write_ptr(struct il_priv *il, struct il_tx_queue *txq) in il_txq_update_write_ptr() argument 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]; il_tx_queue_free() local 2813 struct il_tx_queue *txq = &il->txq[il->cmd_queue]; il_cmd_queue_unmap() local 2855 struct il_tx_queue *txq = &il->txq[il->cmd_queue]; il_cmd_queue_free() local 2963 il_tx_queue_alloc(struct il_priv *il, struct il_tx_queue *txq, u32 id) il_tx_queue_alloc() argument 3007 struct il_tx_queue *txq = &il->txq[txq_id]; il_tx_queue_init() local 3083 struct il_tx_queue *txq = &il->txq[txq_id]; il_tx_queue_reset() local 3118 struct il_tx_queue *txq = &il->txq[il->cmd_queue]; il_enqueue_hcmd() local 3240 struct il_tx_queue *txq = &il->txq[txq_id]; il_hcmd_queue_reclaim() local 3282 struct il_tx_queue *txq = &il->txq[il->cmd_queue]; il_tx_cmd_complete() local 4790 struct il_tx_queue *txq = &il->txq[cnt]; il_check_stuck_queue() local [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | sge.c | 1831 struct sge_eth_txq *txq; in cxgb4_vf_eth_xmit() local 2948 struct sge_txq *txq; global() variable 3128 struct sge_uld_txq *txq; uld_send() local 3258 struct sge_uld_txq *txq; cxgb4_immdata_send() local 3592 struct sge_eth_txq *txq; t4_tx_completion_handler() local 4268 struct sge_uld_txq *txq = s->egr_map[id]; sge_tx_timer_cb() local 4565 t4_sge_alloc_eth_txq(struct adapter *adap, struct sge_eth_txq *txq, struct net_device *dev, struct netdev_queue *netdevq, unsigned int iqid, u8 dbqt) t4_sge_alloc_eth_txq() argument 4653 t4_sge_alloc_ctrl_txq(struct adapter *adap, struct sge_ctrl_txq *txq, struct net_device *dev, unsigned int iqid, unsigned int cmplqid) t4_sge_alloc_ctrl_txq() argument 4779 t4_sge_alloc_uld_txq(struct adapter *adap, struct sge_uld_txq *txq, struct net_device *dev, unsigned int iqid, unsigned int uld_type) t4_sge_alloc_uld_txq() argument 4802 t4_sge_alloc_ethofld_txq(struct adapter *adap, struct sge_eohw_txq *txq, struct net_device *dev, u32 iqid) t4_sge_alloc_ethofld_txq() argument 4877 t4_sge_free_ethofld_txq(struct adapter *adap, struct sge_eohw_txq *txq) t4_sge_free_ethofld_txq() argument 5008 struct sge_uld_txq *txq = txq_info->uldtxq; t4_sge_stop() local 5022 struct sge_uld_txq *txq = txq_info->uldtxq; t4_sge_stop() local [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/genet/ |
H A D | bcmgenet.c | 1891 struct netdev_queue *txq; in bcmgenet_tx_poll() local 1998 struct netdev_queue *txq; in bcmgenet_xmit() local 2984 struct netdev_queue *txq; bcmgenet_fini_dma() local 3461 struct netdev_queue *txq; bcmgenet_dump_tx_queue() local [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/emulex/benet/ |
H A D | be_cmds.c | 1363 struct be_queue_info *txq = &txo->q; in be_cmd_txq_create() local
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/ |
H A D | iwl-trans.h | 930 struct iwl_txq *txq[IWL_MAX_TVQM_QUEUES]; member
|
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt7915/ |
H A D | mcu.c | 223 enum mt76_txq_id txq; in __mt7915_mcu_msg_send() local
|