Lines Matching defs:index
191 u32 index;
195 index = ath10k_ce_src_ring_read_index_from_ddr(ar, ce_id);
197 index = ath10k_ce_read32(ar, ce_ctrl_addr +
200 return index;
312 u32 index;
316 index = ath10k_ce_dest_ring_read_index_from_ddr(ar, ce_id);
318 index = ath10k_ce_read32(ar, ce_ctrl_addr +
321 return index;
649 * scatter-gather transfer (before index register is updated)
790 * Make sure that write index is 1 less than read index.
1082 * The SW completion index has caught up with the cached
1083 * version of the HW completion index.
1084 * Update the cached HW completion index to see whether
1086 * value of the HW index has become stale.
1135 * The SW completion index has caught up with the cached
1136 * version of the HW completion index.
1137 * Update the cached HW completion index to see whether
1139 * value of the HW index has become stale.