Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/iwlwifi/pcie/
Dtx.c149 struct iwl_txq *txq = (void *)data; in iwl_pcie_txq_stuck_timer() local
207 struct iwl_txq *txq, u16 byte_cnt) in iwl_pcie_txq_update_byte_cnt_tbl()
253 struct iwl_txq *txq) in iwl_pcie_txq_inval_byte_cnt_tbl()
282 struct iwl_txq *txq) in iwl_pcie_txq_inc_wr_ptr()
330 struct iwl_txq *txq = &trans_pcie->txq[i]; in iwl_pcie_txq_check_wrptrs() local
415 static void iwl_pcie_txq_free_tfd(struct iwl_trans *trans, struct iwl_txq *txq) in iwl_pcie_txq_free_tfd()
449 static int iwl_pcie_txq_build_tfd(struct iwl_trans *trans, struct iwl_txq *txq, in iwl_pcie_txq_build_tfd()
482 struct iwl_txq *txq, int slots_num, in iwl_pcie_txq_alloc()
551 static int iwl_pcie_txq_init(struct iwl_trans *trans, struct iwl_txq *txq, in iwl_pcie_txq_init()
585 struct iwl_txq *txq = &trans_pcie->txq[txq_id]; in iwl_pcie_txq_unmap() local
[all …]
Dinternal.h285 iwl_pcie_get_scratchbuf_dma(struct iwl_txq *txq, int idx) in iwl_pcie_get_scratchbuf_dma()
341 struct iwl_txq *txq; member
491 struct iwl_txq *txq) in iwl_wake_queue()
502 struct iwl_txq *txq) in iwl_stop_queue()
Dtrans.c1641 struct iwl_txq *txq = &trans_pcie->txq[queue]; in iwl_trans_pcie_freeze_txq_timer() local
1692 struct iwl_txq *txq; in iwl_trans_pcie_wait_txq_empty() local
1930 struct iwl_txq *txq; in iwl_dbgfs_tx_queue_read() local
Drx.c839 struct iwl_txq *txq = &trans_pcie->txq[trans_pcie->cmd_queue]; in iwl_pcie_rx_handle_rb() local
/linux-4.4.14/drivers/net/wireless/ath/ath9k/
Dxmit.c80 void ath_txq_lock(struct ath_softc *sc, struct ath_txq *txq) in ath_txq_lock()
86 void ath_txq_unlock(struct ath_softc *sc, struct ath_txq *txq) in ath_txq_unlock()
92 void ath_txq_unlock_complete(struct ath_softc *sc, struct ath_txq *txq) in ath_txq_unlock_complete()
106 static void ath_tx_queue_tid(struct ath_softc *sc, struct ath_txq *txq, in ath_tx_queue_tid()
145 static void ath_txq_skb_done(struct ath_softc *sc, struct ath_txq *txq, in ath_txq_skb_done()
200 struct ath_txq *txq = tid->txq; in ath_tx_tid_change_state() local
229 struct ath_txq *txq = tid->txq; in ath_tx_flush_tid() local
303 static void ath_tid_drain(struct ath_softc *sc, struct ath_txq *txq, in ath_tid_drain()
330 static void ath_tx_set_retry(struct ath_softc *sc, struct ath_txq *txq, in ath_tx_set_retry()
427 static void ath_tx_complete_aggr(struct ath_softc *sc, struct ath_txq *txq, in ath_tx_complete_aggr()
[all …]
Ddebug_sta.c29 struct ath_txq *txq; in read_file_node_aggr() local
Dlink.c27 struct ath_txq *txq; in ath_tx_complete_poll_work() local
Ddebug.c624 static void print_queue(struct ath_softc *sc, struct ath_txq *txq, in print_queue()
642 struct ath_txq *txq; in read_file_queues() local
785 struct ath_tx_status *ts, struct ath_txq *txq, in ath_debug_stat_tx()
Dgpio.c409 struct ath_txq *txq; in ath9k_init_btcoex() local
Dbeacon.c38 struct ath_txq *txq; in ath9k_beaconq_config() local
Dath9k.h178 s8 txq; member
237 struct ath_txq *txq; member
274 struct ath_txq *txq; member
291 struct ath_txq txq[ATH9K_NUM_TX_QUEUES]; member
Dmain.c57 static bool ath9k_has_pending_frames(struct ath_softc *sc, struct ath_txq *txq, in ath9k_has_pending_frames()
1618 struct ath_txq *txq; in ath9k_conf_tx() local
Ddebug.h293 struct ath_txq *txq, in ath_debug_stat_tx()
Dhw.h816 struct ath9k_tx_queue_info txq[ATH9K_NUM_TX_QUEUES]; member
/linux-4.4.14/drivers/net/ethernet/freescale/
Dfec_main.c217 #define IS_TSO_HEADER(txq, addr) \ argument
230 struct fec_enet_priv_tx_q *txq = fep->tx_queue[queue_id]; in fec_enet_get_nextdesc() local
261 struct fec_enet_priv_tx_q *txq = fep->tx_queue[queue_id]; in fec_enet_get_prevdesc() local
291 struct fec_enet_priv_tx_q *txq) in fec_enet_get_free_txdesc_num()
324 struct fec_enet_priv_tx_q *txq; in fec_dump() local
368 fec_enet_txq_submit_frag_skb(struct fec_enet_priv_tx_q *txq, in fec_enet_txq_submit_frag_skb()
453 static int fec_enet_txq_submit_skb(struct fec_enet_priv_tx_q *txq, in fec_enet_txq_submit_skb()
575 fec_enet_txq_put_data_tso(struct fec_enet_priv_tx_q *txq, struct sk_buff *skb, in fec_enet_txq_put_data_tso()
636 fec_enet_txq_put_hdr_tso(struct fec_enet_priv_tx_q *txq, in fec_enet_txq_put_hdr_tso()
690 static int fec_enet_txq_submit_tso(struct fec_enet_priv_tx_q *txq, in fec_enet_txq_submit_tso()
[all …]
Dgianfar.c2024 struct netdev_queue *txq; in free_skb_resources() local
2323 struct netdev_queue *txq; in gfar_start_xmit() local
2659 struct netdev_queue *txq; in gfar_clean_tx_ring() local
/linux-4.4.14/net/sched/
Dsch_generic.c60 const struct netdev_queue *txq, in try_bulk_dequeue_skb()
86 const struct netdev_queue *txq = q->dev_queue; in dequeue_skb() local
150 struct net_device *dev, struct netdev_queue *txq, in sch_direct_xmit()
216 struct netdev_queue *txq; in qdisc_restart() local
288 struct netdev_queue *txq; in dev_watchdog() local
751 struct netdev_queue *txq; in attach_default_qdiscs() local
Dsch_teql.c150 struct netdev_queue *txq; in teql_destroy() local
220 struct net_device *dev, struct netdev_queue *txq, in __teql_resolve()
260 struct netdev_queue *txq) in teql_resolve()
/linux-4.4.14/drivers/net/ethernet/marvell/
Dmvneta.c279 #define IS_TSO_HEADER(txq, addr) \ argument
558 static void mvneta_txq_inc_get(struct mvneta_tx_queue *txq) in mvneta_txq_inc_get()
566 static void mvneta_txq_inc_put(struct mvneta_tx_queue *txq) in mvneta_txq_inc_put()
747 struct mvneta_tx_queue *txq, in mvneta_txq_pend_desc_add()
761 mvneta_txq_next_desc_get(struct mvneta_tx_queue *txq) in mvneta_txq_next_desc_get()
772 static void mvneta_txq_desc_put(struct mvneta_tx_queue *txq) in mvneta_txq_desc_put()
815 struct mvneta_tx_queue *txq = &pp->txqs[queue]; in mvneta_port_up() local
1212 struct mvneta_tx_queue *txq, u32 value) in mvneta_tx_done_pkts_coal_set()
1236 struct mvneta_tx_queue *txq, in mvneta_txq_sent_desc_dec()
1254 struct mvneta_tx_queue *txq) in mvneta_txq_sent_desc_num_get()
[all …]
Dmv643xx_eth.c192 #define IS_TSO_HEADER(txq, addr) \ argument
423 struct tx_queue txq[8]; member
461 static struct mv643xx_eth_private *txq_to_mp(struct tx_queue *txq) in txq_to_mp()
482 static void txq_reset_hw_ptr(struct tx_queue *txq) in txq_reset_hw_ptr()
492 static void txq_enable(struct tx_queue *txq) in txq_enable()
498 static void txq_disable(struct tx_queue *txq) in txq_disable()
508 static void txq_maybe_wake(struct tx_queue *txq) in txq_maybe_wake()
746 txq_put_data_tso(struct net_device *dev, struct tx_queue *txq, in txq_put_data_tso()
794 txq_put_hdr_tso(struct sk_buff *skb, struct tx_queue *txq, int length, in txq_put_hdr_tso()
836 static int txq_submit_tso(struct tx_queue *txq, struct sk_buff *skb, in txq_submit_tso()
[all …]
Dmvpp2.c133 #define MVPP2_TXQ_SENT_REG(txq) (0x3c00 + 4 * (txq)) argument
1000 static inline int mvpp2_txq_phys(int port, int txq) in mvpp2_txq_phys()
4029 struct mvpp2_tx_queue *txq = port->txqs[queue]; in mvpp2_egress_enable() local
4146 struct mvpp2_tx_queue *txq) in mvpp2_txq_pend_desc_num_get()
4158 mvpp2_txq_next_desc_get(struct mvpp2_tx_queue *txq) in mvpp2_txq_next_desc_get()
4196 struct mvpp2_tx_queue *txq, int num) in mvpp2_txq_alloc_reserved_desc()
4212 struct mvpp2_tx_queue *txq, in mvpp2_txq_reserved_desc_num_proc()
4253 static void mvpp2_txq_desc_put(struct mvpp2_tx_queue *txq) in mvpp2_txq_desc_put()
4299 struct mvpp2_tx_queue *txq) in mvpp2_txq_sent_desc_proc()
4326 int txq, tx_port_num; in mvpp2_txp_max_tx_size_set() local
[all …]
/linux-4.4.14/drivers/net/wireless/ath/ath5k/
Dbase.c733 struct ath5k_txq *txq, int padsize, in ath5k_txbuf_setup()
978 struct ath5k_txq *txq; in ath5k_txq_setup() local
1113 struct ath5k_txq *txq; in ath5k_drain_tx_buffs() local
1142 struct ath5k_txq *txq = ah->txqs; in ath5k_txq_release() local
1612 struct ath5k_txq *txq, struct ieee80211_tx_control *control) in ath5k_tx_queue()
1668 struct ath5k_txq *txq, struct ath5k_tx_status *ts, in ath5k_tx_frame_completed()
1733 ath5k_tx_processq(struct ath5k_hw *ah, struct ath5k_txq *txq) in ath5k_tx_processq()
2467 struct ath5k_txq *txq; in ath5k_tx_complete_poll_work() local
2988 struct ath5k_txq *txq; in ath5k_init() local
Ddebug.c836 struct ath5k_txq *txq; in read_file_queue() local
/linux-4.4.14/drivers/net/ethernet/qlogic/qede/
Dqede_main.c202 struct qede_tx_queue *txq, in qede_free_tx_pkt()
259 struct qede_tx_queue *txq, in qede_free_failed_tx_pkt()
391 struct qede_tx_queue *txq; in qede_start_xmit() local
616 static int qede_txq_has_work(struct qede_tx_queue *txq) in qede_txq_has_work()
630 struct qede_tx_queue *txq) in qede_tx_int()
1701 struct qede_tx_queue *txq) in qede_free_mem_txq()
1712 struct qede_tx_queue *txq) in qede_alloc_mem_txq()
1982 struct qede_tx_queue *txq, in qede_drain_txq()
2039 struct qede_tx_queue *txq = &fp->txqs[tc]; in qede_stop_queues() local
2141 struct qede_tx_queue *txq = &fp->txqs[tc]; in qede_start_queues() local
/linux-4.4.14/net/core/
Dnetpoll.c73 struct netdev_queue *txq) in netpoll_start_xmit()
107 struct netdev_queue *txq; in queue_process() local
341 struct netdev_queue *txq; in netpoll_send_skb_on_dev() local
Ddev.c1906 static void netif_setup_tc(struct net_device *dev, unsigned int txq) in netif_setup_tc()
2160 int netif_set_real_num_tx_queues(struct net_device *dev, unsigned int txq) in netif_set_real_num_tx_queues()
2267 void netif_schedule_queue(struct netdev_queue *txq) in netif_schedule_queue()
2288 struct netdev_queue *txq = netdev_get_tx_queue(dev, queue_index); in netif_wake_subqueue() local
2708 struct netdev_queue *txq, bool more) in xmit_one()
2725 struct netdev_queue *txq, int *ret) in dev_hard_start_xmit()
2872 struct netdev_queue *txq) in __dev_xmit_skb()
3078 struct netdev_queue *txq; in __dev_queue_xmit() local
6595 struct netdev_queue *txq = netdev_get_tx_queue(dev, i); in netif_tx_stop_all_queues() local
Dnet-sysfs.c1338 int error = 0, txq = 0, rxq = 0, real_rx = 0, real_tx = 0; in register_queue_kobjects() local
Dpktgen.c3370 struct netdev_queue *txq; in pktgen_xmit() local
/linux-4.4.14/drivers/net/wireless/mwifiex/
Dinit.c335 struct netdev_queue *txq = netdev_get_tx_queue(netdev, i); in mwifiex_wake_up_net_dev_queue() local
356 struct netdev_queue *txq = netdev_get_tx_queue(netdev, i); in mwifiex_stop_net_dev_queue() local
Dtxrx.c287 struct netdev_queue *txq; in mwifiex_write_data_complete() local
Dmain.c726 struct netdev_queue *txq; in mwifiex_queue_tx_pkt() local
985 struct netdev_queue *txq; in mwifiex_drv_info_dump() local
Ddebugfs.c81 struct netdev_queue *txq; in mwifiex_info_read() local
/linux-4.4.14/drivers/net/ethernet/atheros/alx/
Dmain.c132 struct alx_tx_queue *txq = &alx->txq; in alx_tpd_avail() local
141 struct alx_tx_queue *txq = &alx->txq; in alx_clean_tx_irq() local
388 struct alx_tx_queue *txq = &alx->txq; in alx_free_txring_buf() local
1006 struct alx_tx_queue *txq = &alx->txq; in alx_map_tx_skb() local
1072 struct alx_tx_queue *txq = &alx->txq; in alx_start_xmit() local
Dalx.h100 struct alx_tx_queue txq; member
Dhw.c378 u32 rxq, txq, val; in alx_stop_mac() local
609 u32 mac, txq, rxq; in alx_start_mac() local
/linux-4.4.14/drivers/net/wireless/iwlegacy/
Dcommon.c2724 il_txq_update_write_ptr(struct il_priv *il, struct il_tx_queue *txq) in il_txq_update_write_ptr()
2766 struct il_tx_queue *txq = &il->txq[txq_id]; in il_tx_queue_unmap() local
2790 struct il_tx_queue *txq = &il->txq[txq_id]; in il_tx_queue_free() local
2826 struct il_tx_queue *txq = &il->txq[il->cmd_queue]; in il_cmd_queue_unmap() local
2869 struct il_tx_queue *txq = &il->txq[il->cmd_queue]; in il_cmd_queue_free() local
2975 il_tx_queue_alloc(struct il_priv *il, struct il_tx_queue *txq, u32 id) in il_tx_queue_alloc()
3019 struct il_tx_queue *txq = &il->txq[txq_id]; in il_tx_queue_init() local
3093 struct il_tx_queue *txq = &il->txq[txq_id]; in il_tx_queue_reset() local
3128 struct il_tx_queue *txq = &il->txq[il->cmd_queue]; in il_enqueue_hcmd() local
3254 struct il_tx_queue *txq = &il->txq[txq_id]; in il_hcmd_queue_reclaim() local
[all …]
D3945.c289 struct il_tx_queue *txq = &il->txq[txq_id]; in il3945_tx_queue_reclaim() local
319 struct il_tx_queue *txq = &il->txq[txq_id]; in il3945_hdl_tx() local
612 il3945_hw_txq_attach_buf_to_tfd(struct il_priv *il, struct il_tx_queue *txq, in il3945_hw_txq_attach_buf_to_tfd()
651 il3945_hw_txq_free_tfd(struct il_priv *il, struct il_tx_queue *txq) in il3945_hw_txq_free_tfd()
2213 il3945_hw_tx_queue_init(struct il_priv *il, struct il_tx_queue *txq) in il3945_hw_tx_queue_init()
D4965-mac.c1665 struct il_tx_queue *txq; in il4965_tx_skb() local
2474 struct il_tx_queue *txq = &il->txq[txq_id]; in il4965_tx_queue_reclaim() local
2782 struct il_tx_queue *txq = &il->txq[txq_id]; in il4965_hdl_tx() local
2927 struct il_tx_queue *txq = NULL; in il4965_hdl_compressed_ba() local
3932 il4965_hw_txq_free_tfd(struct il_priv *il, struct il_tx_queue *txq) in il4965_hw_txq_free_tfd()
3977 il4965_hw_txq_attach_buf_to_tfd(struct il_priv *il, struct il_tx_queue *txq, in il4965_hw_txq_attach_buf_to_tfd()
4017 il4965_hw_tx_queue_init(struct il_priv *il, struct il_tx_queue *txq) in il4965_hw_tx_queue_init()
6307 il4965_tx_queue_set_status(struct il_priv *il, struct il_tx_queue *txq, in il4965_tx_queue_set_status()
D4965.c1549 il4965_txq_update_byte_cnt_tbl(struct il_priv *il, struct il_tx_queue *txq, in il4965_txq_update_byte_cnt_tbl()
Ddebug.c848 struct il_tx_queue *txq; in il_dbgfs_tx_queue_read() local
Dcommon.h1271 struct il_tx_queue *txq; member
2269 il_set_swq_id(struct il_tx_queue *txq, u8 ac, u8 hwq) in il_set_swq_id()
2291 il_wake_queue(struct il_priv *il, struct il_tx_queue *txq) in il_wake_queue()
2302 il_stop_queue(struct il_priv *il, struct il_tx_queue *txq) in il_stop_queue()
D3945-mac.c470 struct il_tx_queue *txq = NULL; in il3945_tx_skb() local
/linux-4.4.14/drivers/net/ethernet/brocade/bna/
Dbna_tx_rx.c2878 struct bna_txq *txq; in bna_tx_sm_started_entry() local
3097 struct bna_txq *txq = NULL; in bna_bfi_tx_enet_start() local
3159 struct bna_txq *txq; in bna_tx_enet_stop() local
3169 bna_txq_qpt_setup(struct bna_txq *txq, int page_count, int page_size, in bna_txq_qpt_setup()
3225 struct bna_txq *txq; in bna_tx_free() local
3281 struct bna_txq *txq = NULL; in bna_bfi_tx_enet_start_rsp() local
3379 struct bna_txq *txq; in bna_tx_create() local
3521 struct bna_txq *txq; in bna_tx_destroy() local
3671 struct bna_txq *txq; in bna_tx_coalescing_timeo_set() local
Dbna_types.h434 struct bna_txq *txq; member
523 struct bna_txq *txq; /* BFI_MAX_TXQ entries */ member
/linux-4.4.14/drivers/bluetooth/
Dhci_h4.c52 struct sk_buff_head txq; member
Dhci_ath.c49 struct sk_buff_head txq; member
Dbtsdio.c63 struct sk_buff_head txq; member
Dhci_ll.c83 struct sk_buff_head txq; member
Ddtl1_cs.c75 struct sk_buff_head txq; member
Dbtuart_cs.c72 struct sk_buff_head txq; member
Dbt3c_cs.c77 struct sk_buff_head txq; member
Dhci_bcm.c73 struct sk_buff_head txq; member
Dbluecard_cs.c72 struct sk_buff_head txq; member
Dhci_intel.c84 struct sk_buff_head txq; member
Dhci_qca.c78 struct sk_buff_head txq; member
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4vf/
Dcxgb4vf_main.c477 struct sge_eth_txq *txq; in fwevtq_handler() local
574 struct sge_eth_txq *txq = &s->ethtxq[pi->first_qset]; in setup_sge_queues() local
605 struct sge_eth_txq *txq = &s->ethtxq[pi->first_qset]; in setup_sge_queues() local
1585 const struct sge_eth_txq *txq = &adapter->sge.ethtxq[pi->first_qset]; in collect_sge_port_stats() local
1754 const struct sge_eth_txq *txq = &adapter->sge.ethtxq[r * QPL]; in sge_qinfo_show() local
1911 const struct sge_eth_txq *txq = &adapter->sge.ethtxq[r * QPL]; in sge_qstats_show() local
2473 struct sge_eth_txq *txq = &s->ethtxq[qs]; in cfg_queues() local
Dsge.c1138 static void txq_stop(struct sge_eth_txq *txq) in txq_stop()
1169 struct sge_eth_txq *txq; in t4vf_eth_xmit() local
2128 struct sge_eth_txq *txq = &s->ethtxq[i]; in sge_tx_timer_cb() local
2391 int t4vf_sge_alloc_eth_txq(struct adapter *adapter, struct sge_eth_txq *txq, in t4vf_sge_alloc_eth_txq()
2543 struct sge_eth_txq *txq = s->ethtxq; in t4vf_free_sge_resources() local
Dadapter.h259 struct netdev_queue *txq; /* associated netdev TX queue */ member
/linux-4.4.14/net/ieee802154/6lowpan/
Dcore.c65 struct netdev_queue *txq, in lowpan_set_lockdep_class_one()
/linux-4.4.14/net/mac80211/
Dagg-tx.c195 struct ieee80211_txq *txq = sta->sta.txq[tid]; in ieee80211_agg_stop_txq() local
212 struct ieee80211_txq *txq = sta->sta.txq[tid]; in ieee80211_agg_start_txq() local
Dtx.c1242 struct ieee80211_txq *txq = NULL; in ieee80211_drv_tx() local
1279 struct ieee80211_txq *txq) in ieee80211_tx_dequeue()
Dsta_info.c356 struct txq_info *txq = txq_data + i * size; in sta_info_alloc() local
Ddriver-ops.h1158 struct txq_info *txq) in drv_wake_tx_queue()
Dtdls.c268 struct ieee80211_tx_queue_params *txq; in ieee80211_tdls_add_wmm_param_ie() local
Dieee80211_i.h813 struct ieee80211_txq txq; member
1456 static inline struct txq_info *to_txq_info(struct ieee80211_txq *txq) in to_txq_info()
/linux-4.4.14/include/linux/
Dnetdevice.h2619 struct netdev_queue *txq = netdev_get_tx_queue(dev, i); in netif_tx_start_all_queues() local
2643 struct netdev_queue *txq = netdev_get_tx_queue(dev, i); in netif_tx_wake_all_queues() local
2873 struct netdev_queue *txq = netdev_get_tx_queue(dev, queue_index); in netif_start_subqueue() local
2887 struct netdev_queue *txq = netdev_get_tx_queue(dev, queue_index); in netif_stop_subqueue() local
2901 struct netdev_queue *txq = netdev_get_tx_queue(dev, queue_index); in __netif_subqueue_stopped() local
3250 static inline void __netif_tx_lock(struct netdev_queue *txq, int cpu) in __netif_tx_lock()
3256 static inline void __netif_tx_lock_bh(struct netdev_queue *txq) in __netif_tx_lock_bh()
3262 static inline bool __netif_tx_trylock(struct netdev_queue *txq) in __netif_tx_trylock()
3270 static inline void __netif_tx_unlock(struct netdev_queue *txq) in __netif_tx_unlock()
3276 static inline void __netif_tx_unlock_bh(struct netdev_queue *txq) in __netif_tx_unlock_bh()
[all …]
Dnetpoll.h41 struct sk_buff_head txq; member
Dti_wilink_st.h155 struct sk_buff_head txq, tx_waitq; member
/linux-4.4.14/drivers/net/ethernet/sun/
Dsunvnet.c639 struct netdev_queue *txq; in vnet_ack() local
707 struct netdev_queue *txq; in maybe_tx_wakeup() local
1182 struct netdev_queue *txq; in vnet_handle_offloads() local
1258 struct netdev_queue *txq; in vnet_start_xmit() local
Dsungem.c704 struct netdev_queue *txq = netdev_get_tx_queue(dev, 0); in gem_tx() local
892 struct netdev_queue *txq = netdev_get_tx_queue(dev, 0); in gem_poll() local
1341 struct netdev_queue *txq = netdev_get_tx_queue(gp->dev, 0); in gem_set_link_modes() local
Dniu.c3604 struct netdev_queue *txq; in niu_tx_work() local
6634 struct netdev_queue *txq; in niu_start_xmit() local
/linux-4.4.14/drivers/atm/
Dambassador.c628 amb_txq * txq = &dev->txq; in tx_give() local
660 amb_txq * txq = &dev->txq; in tx_take() local
1564 amb_txq * txq = &dev->txq; in create_queues() local
Dfirestream.c1401 static int init_q(struct fs_dev *dev, struct queue *txq, int queue, in init_q()
1531 static void free_queue(struct fs_dev *dev, struct queue *txq) in free_queue()
Dfore200e.c856 struct host_txq* txq = &fore200e->host_txq; in fore200e_tx_irq() local
1561 struct host_txq* txq = &fore200e->host_txq; in fore200e_send() local
2268 struct host_txq* txq = &fore200e->host_txq; in fore200e_init_tx_queue() local
Dambassador.h634 amb_txq txq; member
/linux-4.4.14/include/net/
Dsch_generic.h128 static inline int qdisc_avail_bulklimit(const struct netdev_queue *txq) in qdisc_avail_bulklimit()
438 struct netdev_queue *txq = netdev_get_tx_queue(dev, i); in qdisc_all_tx_empty() local
456 struct netdev_queue *txq = netdev_get_tx_queue(dev, i); in qdisc_tx_changing() local
469 struct netdev_queue *txq = netdev_get_tx_queue(dev, i); in qdisc_tx_is_noop() local
Dmac80211.h1376 struct ieee80211_txq *txq; member
1702 struct ieee80211_txq *txq[IEEE80211_NUM_TIDS]; member
/linux-4.4.14/drivers/net/ethernet/broadcom/
Dbcmsysport.c735 struct netdev_queue *txq; in __bcm_sysport_tx_reclaim() local
1015 struct netdev_queue *txq; in bcm_sysport_xmit() local
1754 u32 txq, rxq; in bcm_sysport_probe() local
Dbnx2.c2852 struct netdev_queue *txq; in bnx2_tx_int() local
6592 struct netdev_queue *txq; in bnx2_start_xmit() local
Dtg3.c6523 struct netdev_queue *txq; in tg3_tx() local
7850 struct netdev_queue *txq, struct sk_buff *skb) in tg3_tso_bug()
7898 struct netdev_queue *txq; in tg3_start_xmit() local
/linux-4.4.14/drivers/net/
Difb.c68 struct netdev_queue *txq; in ifb_ri_tasklet() local
Dvirtio_net.c169 static int txq2vq(int txq) in txq2vq()
921 struct netdev_queue *txq = netdev_get_tx_queue(dev, qnum); in start_xmit() local
Dtun.c445 u32 txq = 0; in tun_select_queue() local
813 int txq = skb->queue_mapping; in tun_net_xmit() local
Dmacvlan.c779 struct netdev_queue *txq, in macvlan_set_lockdep_class_one()
/linux-4.4.14/drivers/net/wan/
Ddlci.c196 struct netdev_queue *txq = skb_get_tx_queue(dev, skb); in dlci_transmit() local
Dfarsync.c443 struct sk_buff *txq[FST_TXQ_DEPTH]; /* The queue */ member
/linux-4.4.14/drivers/net/ethernet/
Dlantiq_etop.c186 struct netdev_queue *txq = in ltq_etop_poll_tx() local
521 struct netdev_queue *txq = netdev_get_tx_queue(dev, queue); in ltq_etop_tx() local
/linux-4.4.14/drivers/net/ethernet/amd/xgbe/
Dxgbe-drv.c921 struct netdev_queue *txq; in xgbe_stop() local
1399 struct netdev_queue *txq; in xgbe_xmit() local
1811 struct netdev_queue *txq; in xgbe_tx_poll() local
/linux-4.4.14/drivers/net/ethernet/cavium/liquidio/
Docteon_network.h44 int txq; member
Dlio_main.c262 void octeon_report_tx_completion_to_bql(void *txq, unsigned int pkts_compl, in octeon_report_tx_completion_to_bql()
304 struct netdev_queue *txq; in octeon_report_sent_bytes_to_bql() local
/linux-4.4.14/drivers/net/hamradio/
Dbpqether.c128 struct netdev_queue *txq, in bpq_set_lockdep_class_one()
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
Dsge.c2384 struct sge_ofld_txq *txq = s->egr_map[id]; in sge_tx_timer_cb() local
2637 int t4_sge_alloc_eth_txq(struct adapter *adap, struct sge_eth_txq *txq, in t4_sge_alloc_eth_txq()
2694 int t4_sge_alloc_ctrl_txq(struct adapter *adap, struct sge_ctrl_txq *txq, in t4_sge_alloc_ctrl_txq()
2748 int t4_sge_alloc_ofld_txq(struct adapter *adap, struct sge_ofld_txq *txq, in t4_sge_alloc_ofld_txq()
Dcxgb4_main.c312 struct sge_eth_txq *txq = &adap->sge.ethtxq[pi->first_qset]; in dcb_tx_queue_prio_enable() local
624 struct sge_txq *txq; in fwevtq_handler() local
1315 int txq; in cxgb_select_queue() local
Dcxgb4.h606 struct netdev_queue *txq; /* associated netdev TX queue */ member
Dt4_hw.c6361 unsigned int vf, unsigned int txq, unsigned int txq_eth_ctrl, in t4_cfg_pfvf()
/linux-4.4.14/drivers/net/ethernet/emulex/benet/
Dbe_main.c867 struct be_queue_info *txq = &txo->q; in be_tx_setup_wrb_hdr() local
886 struct be_queue_info *txq = &txo->q; in be_tx_setup_wrb_frag() local
903 struct be_queue_info *txq = &txo->q; in be_xmit_restore() local
931 struct be_queue_info *txq = &txo->q; in be_xmit_enqueue() local
1147 struct be_queue_info *txq = &txo->q; in be_xmit_flush() local
2402 struct be_queue_info *txq = &txo->q; in be_tx_compl_process() local
2521 struct be_queue_info *txq; in be_tx_compl_clean() local
Dbe_cmds.c1301 struct be_queue_info *txq = &txo->q; in be_cmd_txq_create() local
/linux-4.4.14/net/caif/
Dcaif_dev.c170 struct netdev_queue *txq; in transmit() local
/linux-4.4.14/drivers/net/ethernet/cavium/thunder/
Dnicvf_main.c643 struct netdev_queue *txq; in nicvf_cq_intr_handler() local
1012 struct netdev_queue *txq = netdev_get_tx_queue(netdev, qid); in nicvf_xmit() local
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/
Dsge.c1206 static inline void t3_stop_tx_queue(struct netdev_queue *txq, in t3_stop_tx_queue()
1227 struct netdev_queue *txq; in t3_eth_xmit() local
2189 struct sge_txq *txq = &qs->txq[TXQ_ETH]; in check_ring_db() local
2200 struct sge_txq *txq = &qs->txq[TXQ_OFLD]; in check_ring_db() local
Dadapter.h205 struct sge_txq txq[SGE_TXQ_PER_SET]; member
/linux-4.4.14/include/net/irda/
Dirlan_common.h136 struct sk_buff_head txq; /* Transmit control queue */ member
Dirlap.h148 struct sk_buff_head txq; /* Frames to be transmitted */ member
/linux-4.4.14/include/linux/usb/
Dusbnet.h58 struct sk_buff_head txq; member
/linux-4.4.14/net/batman-adv/
Dsoft-interface.c704 struct netdev_queue *txq, in batadv_set_lockdep_class_one()
/linux-4.4.14/drivers/net/ethernet/intel/i40evf/
Di40e_virtchnl.h214 struct i40e_virtchnl_txq_info txq; member
/linux-4.4.14/drivers/net/ethernet/intel/i40e/
Di40e_virtchnl.h214 struct i40e_virtchnl_txq_info txq; member
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/
Dhtc_mbox.c439 struct list_head *txq) in htc_tx_complete()
861 struct list_head txq; in ath6kl_htc_tx_from_queue() local
Dhtc_pipe.c303 struct list_head *txq) in htc_try_send()
Dhtc.h511 struct list_head txq; member
/linux-4.4.14/drivers/net/wireless/ipw2x00/
Dipw2200.c3824 struct clx2_tx_queue *txq) in ipw_queue_tx_free_tfd()
3864 static void ipw_queue_tx_free(struct ipw_priv *priv, struct clx2_tx_queue *txq) in ipw_queue_tx_free()
5031 struct clx2_tx_queue *txq, int qindex) in ipw_queue_tx_reclaim()
5063 struct clx2_tx_queue *txq = &priv->txq_cmd; in ipw_queue_tx_hcmd() local
10126 struct clx2_tx_queue *txq = &priv->txq[tx_id]; in ipw_tx_skb() local
10128 struct clx2_tx_queue *txq = &priv->txq[0]; in ipw_tx_skb() local
10315 struct clx2_tx_queue *txq = &priv->txq[tx_id]; in ipw_net_is_queue_full() local
10317 struct clx2_tx_queue *txq = &priv->txq[0]; in ipw_net_is_queue_full() local
Dipw2100.c2820 struct ipw2100_bd_queue *txq = &priv->tx_queue; in __ipw2100_tx_process() local
3012 struct ipw2100_bd_queue *txq = &priv->tx_queue; in ipw2100_tx_send_commands() local
3081 struct ipw2100_bd_queue *txq = &priv->tx_queue; in ipw2100_tx_send_data() local
Dipw2200.h1207 struct clx2_tx_queue txq[4]; member
/linux-4.4.14/drivers/net/ethernet/broadcom/genet/
Dbcmgenet.c1172 struct netdev_queue *txq; in __bcmgenet_tx_reclaim() local
1429 struct netdev_queue *txq; in bcmgenet_xmit() local
2968 struct netdev_queue *txq; in bcmgenet_dump_tx_queue() local
/linux-4.4.14/net/8021q/
Dvlan_dev.c481 struct netdev_queue *txq, in vlan_dev_set_lockdep_one()
/linux-4.4.14/drivers/net/ipvlan/
Dipvlan_main.c100 struct netdev_queue *txq, in ipvlan_set_lockdep_class_one()
/linux-4.4.14/drivers/net/wireless/
Dmwl8k.c248 struct mwl8k_tx_queue txq[MWL8K_MAX_TX_QUEUES]; member
1443 struct mwl8k_tx_queue *txq = priv->txq + index; in mwl8k_txq_init() local
1495 struct mwl8k_tx_queue *txq = priv->txq + i; in mwl8k_dump_tx_rings() local
1660 struct mwl8k_tx_queue *txq = priv->txq + index; in mwl8k_txq_reclaim() local
1757 struct mwl8k_tx_queue *txq = priv->txq + index; in mwl8k_txq_deinit() local
1892 struct mwl8k_tx_queue *txq; in mwl8k_txq_xmit() local
3422 __u8 txq; member
3435 __u8 txq; member
Dairo.c1226 struct sk_buff_head txq;// tx queue used by mpi350 code member
/linux-4.4.14/net/netrom/
Daf_netrom.c79 struct netdev_queue *txq, in nr_set_lockdep_one()
/linux-4.4.14/drivers/net/ethernet/broadcom/bnxt/
Dbnxt.c169 struct netdev_queue *txq; in bnxt_start_xmit() local
422 struct netdev_queue *txq = netdev_get_tx_queue(bp->dev, index); in bnxt_tx_int() local
4270 struct netdev_queue *txq; in bnxt_tx_disable() local
4292 struct netdev_queue *txq; in bnxt_tx_enable() local
/linux-4.4.14/net/rose/
Daf_rose.c80 struct netdev_queue *txq, in rose_set_lockdep_one()
/linux-4.4.14/drivers/net/ethernet/micrel/
Dks8851.c131 struct sk_buff_head txq; member
/linux-4.4.14/drivers/net/bonding/
Dbond_main.c3965 u16 txq = skb_rx_queue_recorded(skb) ? skb_get_rx_queue(skb) : 0; in bond_select_queue() local
4575 struct netdev_queue *txq, in bond_set_lockdep_class_one()
/linux-4.4.14/drivers/net/ethernet/ibm/ehea/
Dehea_main.c822 struct netdev_queue *txq = netdev_get_tx_queue(pr->port->netdev, in ehea_proc_cqes() local
2058 struct netdev_queue *txq; in ehea_start_xmit() local
/linux-4.4.14/net/dsa/
Dslave.c1093 struct netdev_queue *txq, in dsa_slave_set_lockdep_class_one()
/linux-4.4.14/net/bluetooth/
D6lowpan.c634 struct netdev_queue *txq, in bt_set_lockdep_class_one()
/linux-4.4.14/drivers/net/ethernet/samsung/sxgbe/
Dsxgbe_main.c1645 struct sxgbe_tx_queue *txq = (struct sxgbe_tx_queue *)dev_id; in sxgbe_tx_interrupt() local
Dsxgbe_common.h458 struct sxgbe_tx_queue *txq[SXGBE_TX_QUEUES]; member
/linux-4.4.14/drivers/net/team/
Dteam.c1548 struct netdev_queue *txq, in team_set_lockdep_class_one()
1681 u16 txq = skb_rx_queue_recorded(skb) ? skb_get_rx_queue(skb) : 0; in team_select_queue() local
/linux-4.4.14/drivers/scsi/lpfc/
Dlpfc_sli.h206 struct list_head txq; member
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_cmn.c278 struct netdev_queue *txq; in bnx2x_tx_int() local
3786 struct netdev_queue *txq; in bnx2x_start_xmit() local
Dbnx2x_vfpf.h288 } txq; member
Dbnx2x_ethtool.c2451 struct netdev_queue *txq = netdev_get_tx_queue(bp->dev, in bnx2x_run_loopback() local
/linux-4.4.14/drivers/net/wireless/ath/wil6210/
Ddebugfs.c1231 struct netdev_queue *txq = netdev_get_tx_queue(ndev, i); in wil_info_debugfs_show() local
/linux-4.4.14/drivers/net/wireless/hostap/
Dhostap_hw.c3070 struct netdev_queue *txq, in prism2_set_lockdep_class_one()
/linux-4.4.14/drivers/net/ethernet/atheros/atl1c/
Datl1c_main.c1200 u32 mac, txq, rxq; in atl1c_start_mac() local
/linux-4.4.14/drivers/net/ethernet/neterion/vxge/
Dvxge-main.h240 struct netdev_queue *txq; member
/linux-4.4.14/drivers/net/ethernet/sfc/
Dptp.c273 struct sk_buff_head txq; member
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/
Den.h378 struct netdev_queue *txq; member
Den_main.c713 static inline void netif_tx_disable_queue(struct netdev_queue *txq) in netif_tx_disable_queue()
/linux-4.4.14/drivers/net/ethernet/nxp/
Dlpc_eth.c1017 struct netdev_queue *txq = netdev_get_tx_queue(ndev, 0); in lpc_eth_poll() local
/linux-4.4.14/drivers/net/vmxnet3/
Dvmxnet3_drv.c1811 struct vmxnet3_tx_queue *txq = &adapter->tx_queue[i]; in vmxnet3_msix_tx() local
/linux-4.4.14/drivers/net/ethernet/cisco/enic/
Denic_main.c636 struct netdev_queue *txq; in enic_hard_start_xmit() local
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/
Dfwsignal.c824 struct pktq *txq; in brcmf_fws_bus_txq_cleanup() local
Dsdio.c444 struct pktq txq; /* Queue length used for flow-control */ member
/linux-4.4.14/drivers/tty/
Dn_gsm.c2035 struct gsm_msg *txq, *ntxq; in gsm_cleanup_mux() local
/linux-4.4.14/net/packet/
Daf_packet.c253 struct netdev_queue *txq; in packet_direct_xmit() local
/linux-4.4.14/drivers/net/usb/
Dlan78xx.c245 struct sk_buff_head txq; member
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
Dixgbe_main.c7454 int txq; in ixgbe_select_queue() local
/linux-4.4.14/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic.h664 struct netdev_queue *txq; member
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic.h638 struct netdev_queue *txq; member