Searched refs:iwl_queue_inc_wrap (Results 1 – 4 of 4) sorted by relevance
868 q->write_ptr = iwl_queue_inc_wrap(q->write_ptr, q->n_bd); in iwl_enqueue_hcmd()900 for (idx = iwl_queue_inc_wrap(idx, q->n_bd); q->read_ptr != idx; in iwl_hcmd_queue_reclaim()901 q->read_ptr = iwl_queue_inc_wrap(q->read_ptr, q->n_bd)) { in iwl_hcmd_queue_reclaim()1140 q->read_ptr = iwl_queue_inc_wrap(q->read_ptr, q->n_bd)) { in iwl_tx_queue_reclaim()
124 static inline int iwl_queue_inc_wrap(int index, int n_bd) in iwl_queue_inc_wrap() function
434 q->read_ptr = iwl_queue_inc_wrap(q->read_ptr, q->n_bd); in iwl_tx_queue_unmap()1488 q->write_ptr = iwl_queue_inc_wrap(q->write_ptr, q->n_bd); in iwl_trans_pcie_tx()
1407 iwl_queue_inc_wrap(trans_pcie->ict_index, ICT_COUNT); in iwl_isr_ict()