Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/queue/
Dtx.h69 iwl_txq_get_first_tb_dma(struct iwl_txq *txq, int idx) in iwl_txq_get_first_tb_dma()
75 static inline u16 iwl_txq_get_cmd_index(const struct iwl_txq *q, u32 index) in iwl_txq_get_cmd_index()
83 struct iwl_txq *txq) in iwl_wake_queue()
92 struct iwl_txq *txq, int idx) in iwl_txq_get_tfd()
100 int iwl_txq_alloc(struct iwl_trans *trans, struct iwl_txq *txq, int slots_num,
112 int iwl_txq_space(struct iwl_trans *trans, const struct iwl_txq *q);
114 static inline void iwl_txq_stop(struct iwl_trans *trans, struct iwl_txq *txq) in iwl_txq_stop()
145 static inline bool iwl_txq_used(const struct iwl_txq *q, int i) in iwl_txq_used()
158 void iwl_txq_log_scd_error(struct iwl_trans *trans, struct iwl_txq *txq);
177 void iwl_txq_gen2_free_tfd(struct iwl_trans *trans, struct iwl_txq *txq);
[all …]
Dtx.c90 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()
751 int iwl_txq_space(struct iwl_trans *trans, const struct iwl_txq *q) in iwl_txq_space()
784 struct iwl_txq *txq = trans->txqs.txq[txq_id]; in iwl_txq_gen2_tx()
879 struct iwl_txq *txq = trans->txqs.txq[txq_id]; in iwl_txq_gen2_unmap()
910 struct iwl_txq *txq) in iwl_txq_gen2_free_memory()
[all …]
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/pcie/
Dtx.c130 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()
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()
353 struct iwl_txq *txq = trans->txqs.txq[txq_id]; in iwl_pcie_txq_free()
464 struct iwl_txq *txq = trans->txqs.txq[txq_id]; in iwl_trans_pcie_tx_reset()
625 sizeof(struct iwl_txq), GFP_KERNEL); in iwl_pcie_tx_alloc()
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()
[all …]
Dtx-gen2.c78 struct iwl_txq *txq = trans->txqs.txq[trans->txqs.cmd.q_id]; in iwl_pcie_gen2_enqueue_hcmd()
315 struct iwl_txq *txq = trans->txqs.txq[trans->txqs.cmd.q_id]; in iwl_pcie_gen2_send_hcmd_sync()
Dinternal.h419 struct iwl_txq *txq_memory;
845 void iwl_pcie_txq_free_tfd(struct iwl_trans *trans, struct iwl_txq *txq);
Dtrans.c2229 struct iwl_txq *txq = trans->txqs.txq[queue]; in iwl_trans_pcie_freeze_txq_timer()
2280 struct iwl_txq *txq = trans->txqs.txq[i]; in iwl_trans_pcie_block_txq_ptrs()
2321 struct iwl_txq *txq; in iwl_trans_pcie_wait_txq_empty()
2565 struct iwl_txq *txq = trans->txqs.txq[state->pos]; in iwl_dbgfs_tx_queue_seq_show()
3255 struct iwl_txq *cmdq = trans->txqs.txq[trans->txqs.cmd.q_id]; in iwl_trans_pcie_dump_data()
Drx.c1290 struct iwl_txq *txq = trans->txqs.txq[trans->txqs.cmd.q_id]; in iwl_pcie_rx_handle_rb()
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/
Diwl-trans.h888 struct iwl_txq { struct
930 struct iwl_txq *txq[IWL_MAX_TVQM_QUEUES]; argument