Searched refs:src_ring (Results 1 – 3 of 3) sorted by relevance
276 struct ath10k_ce_ring *src_ring = ce_state->src_ring; in ath10k_ce_send_nolock() local278 unsigned int nentries_mask = src_ring->nentries_mask; in ath10k_ce_send_nolock()279 unsigned int sw_index = src_ring->sw_index; in ath10k_ce_send_nolock()280 unsigned int write_index = src_ring->write_index; in ath10k_ce_send_nolock()295 desc = CE_SRC_RING_TO_DESC(src_ring->base_addr_owner_space, in ath10k_ce_send_nolock()311 src_ring->per_transfer_context[write_index] = per_transfer_context; in ath10k_ce_send_nolock()320 src_ring->write_index = write_index; in ath10k_ce_send_nolock()329 struct ath10k_ce_ring *src_ring = pipe->src_ring; in __ath10k_ce_send_revert() local339 if (WARN_ON_ONCE(src_ring->write_index == src_ring->sw_index)) in __ath10k_ce_send_revert()342 if (WARN_ON_ONCE(src_ring->write_index == in __ath10k_ce_send_revert()[all …]
120 struct ath10k_ce_ring *src_ring; member
1258 struct ath10k_ce_ring *src_ring = ce_pipe->src_ring; in ath10k_pci_hif_tx_sg() local1266 nentries_mask = src_ring->nentries_mask; in ath10k_pci_hif_tx_sg()1267 sw_index = src_ring->sw_index; in ath10k_pci_hif_tx_sg()1268 write_index = src_ring->write_index; in ath10k_pci_hif_tx_sg()1616 ce_ring = ce_pipe->src_ring; in ath10k_pci_tx_pipe_cleanup()