Home
last modified time | relevance | path

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

12345

/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()
/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
/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 …]
/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
1217 struct mvneta_tx_queue *txq, u32 value) in mvneta_tx_done_pkts_coal_set()
1241 struct mvneta_tx_queue *txq, in mvneta_txq_sent_desc_dec()
1259 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.c134 #define MVPP2_TXQ_SENT_REG(txq) (0x3c00 + 4 * (txq)) argument
1010 static inline int mvpp2_txq_phys(int port, int txq) in mvpp2_txq_phys()
4037 struct mvpp2_tx_queue *txq = port->txqs[queue]; in mvpp2_egress_enable() local
4154 struct mvpp2_tx_queue *txq) in mvpp2_txq_pend_desc_num_get()
4166 mvpp2_txq_next_desc_get(struct mvpp2_tx_queue *txq) in mvpp2_txq_next_desc_get()
4204 struct mvpp2_tx_queue *txq, int num) in mvpp2_txq_alloc_reserved_desc()
4220 struct mvpp2_tx_queue *txq, in mvpp2_txq_reserved_desc_num_proc()
4261 static void mvpp2_txq_desc_put(struct mvpp2_tx_queue *txq) in mvpp2_txq_desc_put()
4307 struct mvpp2_tx_queue *txq) in mvpp2_txq_sent_desc_proc()
4334 int txq, tx_port_num; in mvpp2_txp_max_tx_size_set() local
[all …]
/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
/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()
1709 struct qede_tx_queue *txq) in qede_free_mem_txq()
1720 struct qede_tx_queue *txq) in qede_alloc_mem_txq()
1991 struct qede_tx_queue *txq, in qede_drain_txq()
2048 struct qede_tx_queue *txq = &fp->txqs[tc]; in qede_stop_queues() local
2150 struct qede_tx_queue *txq = &fp->txqs[tc]; in qede_start_queues() local
/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
Dmain.c726 struct netdev_queue *txq; in mwifiex_queue_tx_pkt() local
985 struct netdev_queue *txq; in mwifiex_drv_info_dump() local
Dtxrx.c287 struct netdev_queue *txq; in mwifiex_write_data_complete() local
/drivers/net/ethernet/atheros/alx/
Dmain.c137 struct alx_tx_queue *txq = &alx->txq; in alx_tpd_avail() local
146 struct alx_tx_queue *txq = &alx->txq; in alx_clean_tx_irq() local
393 struct alx_tx_queue *txq = &alx->txq; in alx_free_txring_buf() local
1015 struct alx_tx_queue *txq = &alx->txq; in alx_map_tx_skb() local
1081 struct alx_tx_queue *txq = &alx->txq; in alx_start_xmit() local
/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()
2214 il3945_hw_tx_queue_init(struct il_priv *il, struct il_tx_queue *txq) in il3945_hw_tx_queue_init()
/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
/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
/drivers/bluetooth/
Dhci_h4.c52 struct sk_buff_head txq; member
Dhci_ath.c49 struct sk_buff_head txq; member
Dbtsdio.c64 struct sk_buff_head txq; member
/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
/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
/drivers/net/ethernet/broadcom/
Dbcmsysport.c773 struct netdev_queue *txq; in bcm_sysport_tx_reclaim() local
1024 struct netdev_queue *txq; in bcm_sysport_xmit() local
1764 u32 txq, rxq; in bcm_sysport_probe() local

12345