Home
last modified time | relevance | path

Searched refs:src_ring (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/drivers/net/wireless/ath/ath10k/
Dce.c270 (ctrl1_addr & ~(ctrl_regs->src_ring->mask)) | in ath10k_ce_src_ring_byte_swap_set()
271 ath10k_set_ring_byte(n, ctrl_regs->src_ring)); in ath10k_ce_src_ring_byte_swap_set()
462 struct ath10k_ce_ring *src_ring = ce_state->src_ring; in _ath10k_ce_send_nolock() local
464 unsigned int nentries_mask = src_ring->nentries_mask; in _ath10k_ce_send_nolock()
465 unsigned int sw_index = src_ring->sw_index; in _ath10k_ce_send_nolock()
466 unsigned int write_index = src_ring->write_index; in _ath10k_ce_send_nolock()
481 desc = CE_SRC_RING_TO_DESC(src_ring->base_addr_owner_space, in _ath10k_ce_send_nolock()
497 src_ring->per_transfer_context[write_index] = per_transfer_context; in _ath10k_ce_send_nolock()
512 src_ring->write_index = write_index; in _ath10k_ce_send_nolock()
525 struct ath10k_ce_ring *src_ring = ce_state->src_ring; in _ath10k_ce_send_nolock_64() local
[all …]
Dce.h139 struct ath10k_ce_ring *src_ring; member
326 struct ath10k_ce_ring *src_ring,
Dhw.c240 .src_ring = &wcn3990_src_ring,
376 .src_ring = &qcax_src_ring,
Dpci.c1366 struct ath10k_ce_ring *src_ring = ce_pipe->src_ring; in ath10k_pci_hif_tx_sg() local
1374 nentries_mask = src_ring->nentries_mask; in ath10k_pci_hif_tx_sg()
1375 sw_index = src_ring->sw_index; in ath10k_pci_hif_tx_sg()
1376 write_index = src_ring->write_index; in ath10k_pci_hif_tx_sg()
1994 ce_ring = ce_pipe->src_ring; in ath10k_pci_tx_pipe_cleanup()
Dhw.h297 struct ath10k_hw_ce_regs_addr_map *src_ring; member
Dsnoc.c689 ce_ring = ce_pipe->src_ring; in ath10k_snoc_tx_pipe_cleanup()