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

/freebsd-current/sys/contrib/dev/iwlwifi/queue/
H A Dtx.h16 iwl_txq_get_first_tb_dma(struct iwl_txq *txq, int idx)
22 static inline u16 iwl_txq_get_cmd_index(const struct iwl_txq *q, u32 index)
30 struct iwl_txq *txq)
39 struct iwl_txq *txq, int idx)
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)
92 static inline bool iwl_txq_used(const struct iwl_txq *q, int i)
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 *tx
[all...]
H A Dtx.c27 struct iwl_txq *txq, u16 byte_cnt,
73 void iwl_txq_inc_wr_ptr(struct iwl_trans *trans, struct iwl_txq *txq)
122 void iwl_txq_gen2_free_tfd(struct iwl_trans *trans, struct iwl_txq *txq)
461 struct iwl_txq *txq,
548 struct iwl_txq *txq,
643 struct iwl_txq *txq,
689 int iwl_txq_space(struct iwl_trans *trans, const struct iwl_txq *q)
722 struct iwl_txq *txq = trans->txqs.txq[txq_id];
817 struct iwl_txq *txq = trans->txqs.txq[txq_id];
848 struct iwl_txq *tx
[all...]
/freebsd-current/sys/contrib/dev/iwlwifi/pcie/
H A Dtx.c78 struct iwl_txq *txq)
126 struct iwl_txq *txq = trans->txqs.txq[i];
156 static int iwl_pcie_txq_build_tfd(struct iwl_trans *trans, struct iwl_txq *txq,
210 struct iwl_txq *txq = trans->txqs.txq[txq_id];
260 struct iwl_txq *txq = trans->txqs.txq[txq_id];
371 struct iwl_txq *txq = trans->txqs.txq[txq_id];
531 sizeof(struct iwl_txq), GFP_KERNEL);
674 struct iwl_txq *txq = trans->txqs.txq[txq_id];
744 struct iwl_txq *txq = trans->txqs.txq[txq_id];
854 struct iwl_txq *tx
[all...]
H A Dtx-gen2.c33 struct iwl_txq *txq = trans->txqs.txq[trans->txqs.cmd.q_id];
H A Dinternal.h390 struct iwl_txq *txq_memory;
H A Dtrans.c2383 struct iwl_txq *txq = trans->txqs.txq[i];
2424 struct iwl_txq *txq;
2668 struct iwl_txq *txq = trans->txqs.txq[state->pos];
3374 struct iwl_txq *cmdq = trans->txqs.txq[trans->txqs.cmd.q_id];
H A Drx.c1303 struct iwl_txq *txq = trans->txqs.txq[trans->txqs.cmd.q_id];
/freebsd-current/sys/contrib/dev/iwlwifi/
H A Diwl-trans.h931 * struct iwl_txq - Tx Queue for DMA
972 struct iwl_txq { struct
1015 struct iwl_txq *txq[IWL_MAX_TVQM_QUEUES];

Completed in 103 milliseconds