Lines Matching refs:iwl_trans

265 	struct iwl_trans *trans;
314 void iwl_irq_tasklet(struct iwl_trans *trans);
315 void iwlagn_rx_replenish(struct iwl_trans *trans);
316 void iwl_rx_queue_update_write_ptr(struct iwl_trans *trans,
322 void iwl_reset_ict(struct iwl_trans *trans);
323 void iwl_disable_ict(struct iwl_trans *trans);
324 int iwl_alloc_isr_ict(struct iwl_trans *trans);
325 void iwl_free_isr_ict(struct iwl_trans *trans);
331 void iwl_txq_update_write_ptr(struct iwl_trans *trans,
333 int iwlagn_txq_attach_buf_to_tfd(struct iwl_trans *trans,
337 int iwl_trans_pcie_send_cmd(struct iwl_trans *trans, struct iwl_host_cmd *cmd);
338 void iwl_tx_cmd_complete(struct iwl_trans *trans,
340 void iwl_trans_txq_update_byte_cnt_tbl(struct iwl_trans *trans,
343 int iwl_trans_pcie_tx_agg_disable(struct iwl_trans *trans,
345 void iwl_trans_set_wr_ptrs(struct iwl_trans *trans, int txq_id, u32 index);
346 void iwl_trans_tx_queue_set_status(struct iwl_trans *trans,
349 int iwl_trans_pcie_tx_agg_alloc(struct iwl_trans *trans, int sta_id, int tid);
350 void iwl_trans_pcie_tx_agg_setup(struct iwl_trans *trans,
353 void iwlagn_txq_free_tfd(struct iwl_trans *trans, struct iwl_tx_queue *txq,
355 int iwl_tx_queue_reclaim(struct iwl_trans *trans, int txq_id, int index,
362 int iwl_dump_nic_event_log(struct iwl_trans *trans, bool full_log,
364 int iwl_dump_fh(struct iwl_trans *trans, char **buf);
365 void iwl_dump_csr(struct iwl_trans *trans);
370 static inline void iwl_disable_interrupts(struct iwl_trans *trans) in iwl_disable_interrupts()
385 static inline void iwl_enable_interrupts(struct iwl_trans *trans) in iwl_enable_interrupts()
394 static inline void iwl_enable_rfkill_int(struct iwl_trans *trans) in iwl_enable_rfkill_int()
424 static inline void iwl_wake_queue(struct iwl_trans *trans, in iwl_wake_queue()
447 static inline void iwl_stop_queue(struct iwl_trans *trans, in iwl_stop_queue()