Lines Matching defs:index
81 * iwl_pcie_txq_inc_wr_ptr - Send new write index to hardware
296 struct iwl_txq *txq, int index)
300 struct iwl_tfd *tfd = iwl_txq_get_tfd(trans, txq, index);
1072 int index = iwl_txq_get_cmd_index(q, i);
1077 (index >= r && index < w) :
1078 !(index < r && index >= w);
1084 * When FW advances 'R' index, all entries between old and new 'R' index
1103 "%s: Read index for DMA queue txq id (%d), index %d is out of range [0-%d] %d %d.\n",
1115 IWL_ERR(trans, "HCMD skipped: index (%d) %d %d\n",
1152 /* Receiver address (actually, Rx station's index into station table),
1223 /* Place first TFD at index corresponding to start sequence number.
1349 * failed. On success, it returns the index (>= 0) of command in the
1612 /* Increment and update queue's write index */
1636 int index = SEQ_TO_INDEX(sequence);
1656 cmd_index = iwl_txq_get_cmd_index(txq, index);
1664 iwl_txq_get_tfd(trans, txq, index));
1666 iwl_txq_gen1_tfd_unmap(trans, meta, txq, index);
1684 iwl_pcie_cmdq_reclaim(trans, txq_id, index);
2170 /* In AGG mode, the index in the ring must correspond to the WiFi
2297 /* Tell device the write index *just past* this latest filled TFD */
2340 /* Frees buffers until index _not_ inclusive */
2379 /* Since we free until index _not_ inclusive, the one before index is
2386 "%s: Read index for txq id (%d), last_to_free %d is out of range [0-%d] %d %d.\n",