Searched refs:sw_index (Results 1 – 3 of 3) sorted by relevance
279 unsigned int sw_index = src_ring->sw_index; in ath10k_ce_send_nolock() local290 write_index, sw_index - 1) <= 0)) { in ath10k_ce_send_nolock()340 if (WARN_ON_ONCE(src_ring->write_index == src_ring->sw_index)) in __ath10k_ce_send_revert()381 pipe->src_ring->sw_index - 1); in ath10k_ce_num_free_src_entries()394 unsigned int sw_index = dest_ring->sw_index; in __ath10k_ce_rx_num_free_bufs() local398 return CE_RING_DELTA(nentries_mask, write_index, sw_index - 1); in __ath10k_ce_rx_num_free_bufs()408 unsigned int sw_index = dest_ring->sw_index; in __ath10k_ce_rx_post_buf() local415 if (CE_RING_DELTA(nentries_mask, write_index, sw_index - 1) == 0) in __ath10k_ce_rx_post_buf()455 unsigned int sw_index = dest_ring->sw_index; in ath10k_ce_completed_recv_next_nolock() local458 struct ce_desc *desc = CE_DEST_RING_TO_DESC(base, sw_index); in ath10k_ce_completed_recv_next_nolock()[all …]
66 unsigned int sw_index; member
916 unsigned int sw_index; in ath10k_pci_hif_tx_sg() local923 sw_index = src_ring->sw_index; in ath10k_pci_hif_tx_sg()927 write_index, sw_index - 1) < n_items)) { in ath10k_pci_hif_tx_sg()