Home
last modified time | relevance | path

Searched refs:iwl_txq (Results 1 – 8 of 8) sorted by relevance

/Linux-v6.6/drivers/net/wireless/intel/iwlwifi/queue/
Dtx.h16 iwl_txq_get_first_tb_dma(struct iwl_txq *txq, int idx) in iwl_txq_get_first_tb_dma()
22 static inline u16 iwl_txq_get_cmd_index(const struct iwl_txq *q, u32 index) in iwl_txq_get_cmd_index()
30 struct iwl_txq *txq) in iwl_wake_queue()
39 struct iwl_txq *txq, int idx) in iwl_txq_get_tfd()
47 int iwl_txq_alloc(struct iwl_trans *trans, struct iwl_txq *txq, int slots_num,
59 int iwl_txq_space(struct iwl_trans *trans, const struct iwl_txq *q);
61 static inline void iwl_txq_stop(struct iwl_trans *trans, struct iwl_txq *txq) in iwl_txq_stop()
92 static inline bool iwl_txq_used(const struct iwl_txq *q, int i) in iwl_txq_used()
105 void iwl_txq_log_scd_error(struct iwl_trans *trans, struct iwl_txq *txq);
123 void iwl_txq_gen2_free_tfd(struct iwl_trans *trans, struct iwl_txq *txq);
[all …]
Dtx.c23 struct iwl_txq *txq, u16 byte_cnt, in iwl_pcie_gen2_update_byte_tbl()
69 void iwl_txq_inc_wr_ptr(struct iwl_trans *trans, struct iwl_txq *txq) in iwl_txq_inc_wr_ptr()
162 void iwl_txq_gen2_free_tfd(struct iwl_trans *trans, struct iwl_txq *txq) in iwl_txq_gen2_free_tfd()
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()
693 int iwl_txq_space(struct iwl_trans *trans, const struct iwl_txq *q) in iwl_txq_space()
726 struct iwl_txq *txq = trans->txqs.txq[txq_id]; in iwl_txq_gen2_tx()
821 struct iwl_txq *txq = trans->txqs.txq[txq_id]; in iwl_txq_gen2_unmap()
852 struct iwl_txq *txq) in iwl_txq_gen2_free_memory()
[all …]
/Linux-v6.6/drivers/net/wireless/intel/iwlwifi/pcie/
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()
135 static int iwl_pcie_txq_build_tfd(struct iwl_trans *trans, struct iwl_txq *txq, in iwl_pcie_txq_build_tfd()
189 struct iwl_txq *txq = trans->txqs.txq[txq_id]; in iwl_pcie_txq_unmap()
239 struct iwl_txq *txq = trans->txqs.txq[txq_id]; in iwl_pcie_txq_free()
350 struct iwl_txq *txq = trans->txqs.txq[txq_id]; in iwl_trans_pcie_tx_reset()
510 sizeof(struct iwl_txq), GFP_KERNEL); in iwl_pcie_tx_alloc()
653 struct iwl_txq *txq = trans->txqs.txq[txq_id]; in iwl_pcie_cmdq_reclaim()
723 struct iwl_txq *txq = trans->txqs.txq[txq_id]; in iwl_trans_pcie_txq_enable()
833 struct iwl_txq *txq = trans->txqs.txq[txq_id]; in iwl_trans_pcie_txq_set_shared_mode()
[all …]
Dtx-gen2.c31 struct iwl_txq *txq = trans->txqs.txq[trans->txqs.cmd.q_id]; in iwl_pcie_gen2_enqueue_hcmd()
Dinternal.h389 struct iwl_txq *txq_memory;
Dtrans.c2352 struct iwl_txq *txq = trans->txqs.txq[i]; in iwl_trans_pcie_block_txq_ptrs()
2393 struct iwl_txq *txq; in iwl_trans_pcie_wait_txq_empty()
2637 struct iwl_txq *txq = trans->txqs.txq[state->pos]; in iwl_dbgfs_tx_queue_seq_show()
3343 struct iwl_txq *cmdq = trans->txqs.txq[trans->txqs.cmd.q_id]; in iwl_trans_pcie_dump_data()
Drx.c1299 struct iwl_txq *txq = trans->txqs.txq[trans->txqs.cmd.q_id]; in iwl_pcie_rx_handle_rb()
/Linux-v6.6/drivers/net/wireless/intel/iwlwifi/
Diwl-trans.h959 struct iwl_txq { struct
1002 struct iwl_txq *txq[IWL_MAX_TVQM_QUEUES]; argument