Searched defs:sw_index (Results 1 - 3 of 3) sorted by relevance

/drivers/net/wireless/ath/ath10k/
H A Dce.c279 unsigned int sw_index = src_ring->sw_index; local
290 write_index, sw_index - 1) <= 0)) {
340 if (WARN_ON_ONCE(src_ring->write_index == src_ring->sw_index))
381 pipe->src_ring->sw_index - 1);
394 unsigned int sw_index = dest_ring->sw_index; local
398 return CE_RING_DELTA(nentries_mask, write_index, sw_index - 1);
408 unsigned int sw_index = dest_ring->sw_index; local
455 unsigned int sw_index = dest_ring->sw_index; local
529 unsigned int sw_index; local
589 unsigned int sw_index = src_ring->sw_index; local
647 unsigned int sw_index; local
[all...]
H A Dce.h64 * write index >= read index >= sw_index
66 unsigned int sw_index; member in struct:ath10k_ce_ring
75 * write index >= read index >= hw_index >= sw_index
H A Dpci.c878 unsigned int sw_index; local
885 sw_index = src_ring->sw_index;
889 write_index, sw_index - 1) < n_items)) {

Completed in 36 milliseconds