Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/iwlwifi/queue/
H A 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()
59 int iwl_txq_space(struct iwl_trans *trans, const struct iwl_txq *q);
92 static inline bool iwl_txq_used(const struct iwl_txq *q, int i) in iwl_txq_used()
169 struct iwl_txq *txq, int index);
171 struct iwl_txq *txq);
173 struct iwl_txq *txq, u16 byte_cnt,
180 void iwl_txq_progress(struct iwl_txq *txq);
[all …]
H A Dtx.c27 struct iwl_txq *txq, u16 byte_cnt, in iwl_pcie_gen2_update_byte_tbl()
461 struct iwl_txq *txq, in iwl_txq_gen2_build_tx_amsdu()
548 struct iwl_txq *txq, in iwl_txq_gen2_build_tx()
643 struct iwl_txq *txq, in iwl_txq_gen2_build_tfd()
848 struct iwl_txq *txq) in iwl_txq_gen2_free_memory()
879 struct iwl_txq *txq; in iwl_txq_gen2_free()
1118 static struct iwl_txq *
1122 struct iwl_txq *txq; in iwl_txq_dyn_alloc_dma()
1222 struct iwl_txq *txq; in iwl_txq_dyn_alloc()
1326 struct iwl_txq *queue; in iwl_txq_gen2_init()
[all …]
/freebsd/sys/contrib/dev/iwlwifi/pcie/
H A Dtx.c78 struct iwl_txq *txq) in iwl_pcie_txq_inc_wr_ptr()
126 struct iwl_txq *txq = trans->txqs.txq[i]; in iwl_pcie_txq_check_wrptrs()
210 struct iwl_txq *txq = trans->txqs.txq[txq_id]; in iwl_pcie_txq_unmap()
260 struct iwl_txq *txq = trans->txqs.txq[txq_id]; in iwl_pcie_txq_free()
371 struct iwl_txq *txq = trans->txqs.txq[txq_id]; in iwl_trans_pcie_tx_reset()
531 sizeof(struct iwl_txq), GFP_KERNEL); in iwl_pcie_tx_alloc()
674 struct iwl_txq *txq = trans->txqs.txq[txq_id]; in iwl_pcie_cmdq_reclaim()
1249 struct iwl_txq *txq, u8 hdr_len, in iwl_fill_data_tbs()
1301 struct iwl_txq *txq, u8 hdr_len, in iwl_fill_data_tbs_amsdu()
1432 struct iwl_txq *txq, u8 hdr_len, in iwl_fill_data_tbs_amsdu()
[all …]
H A Dtx-gen2.c33 struct iwl_txq *txq = trans->txqs.txq[trans->txqs.cmd.q_id]; in iwl_pcie_gen2_enqueue_hcmd()
H A Dinternal.h390 struct iwl_txq *txq_memory;
H A Dtrans.c2383 struct iwl_txq *txq = trans->txqs.txq[i]; in iwl_trans_pcie_block_txq_ptrs()
2424 struct iwl_txq *txq; in iwl_trans_pcie_wait_txq_empty()
2668 struct iwl_txq *txq = trans->txqs.txq[state->pos]; in iwl_dbgfs_tx_queue_seq_show()
3374 struct iwl_txq *cmdq = trans->txqs.txq[trans->txqs.cmd.q_id]; in iwl_trans_pcie_dump_data()
H A Drx.c1303 struct iwl_txq *txq = trans->txqs.txq[trans->txqs.cmd.q_id];
/freebsd/sys/contrib/dev/iwlwifi/
H A Diwl-trans.h972 struct iwl_txq { struct
1015 struct iwl_txq *txq[IWL_MAX_TVQM_QUEUES]; argument