Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/ath/ath10k/
Dce.c706 struct ath10k_ce_ring *dest_ring = pipe->dest_ring; in __ath10k_ce_rx_num_free_bufs() local
707 unsigned int nentries_mask = dest_ring->nentries_mask; in __ath10k_ce_rx_num_free_bufs()
708 unsigned int write_index = dest_ring->write_index; in __ath10k_ce_rx_num_free_bufs()
709 unsigned int sw_index = dest_ring->sw_index; in __ath10k_ce_rx_num_free_bufs()
722 struct ath10k_ce_ring *dest_ring = pipe->dest_ring; in __ath10k_ce_rx_post_buf() local
723 unsigned int nentries_mask = dest_ring->nentries_mask; in __ath10k_ce_rx_post_buf()
724 unsigned int write_index = dest_ring->write_index; in __ath10k_ce_rx_post_buf()
725 unsigned int sw_index = dest_ring->sw_index; in __ath10k_ce_rx_post_buf()
726 struct ce_desc *base = dest_ring->base_addr_owner_space; in __ath10k_ce_rx_post_buf()
739 dest_ring->per_transfer_context[write_index] = ctx; in __ath10k_ce_rx_post_buf()
[all …]
Dce.h129 struct ath10k_ce_ring *dest_ring; member
Dsnoc.c541 if (!ce_pipe->dest_ring) in ath10k_snoc_rx_post_pipe()
849 ce_ring = ce_pipe->dest_ring; in ath10k_snoc_rx_pipe_cleanup()
Dpci.c814 if (!ce_pipe->dest_ring) in ath10k_pci_rx_post_pipe()
1982 ce_ring = ce_pipe->dest_ring; in ath10k_pci_rx_pipe_cleanup()
/linux-6.1.9/drivers/net/wireless/ath/ath11k/
Dce.c275 struct ath11k_ce_ring *ring = pipe->dest_ring; in ath11k_ce_rx_buf_enqueue_pipe()
327 if (!(pipe->dest_ring || pipe->status_ring)) in ath11k_ce_rx_post_pipe()
381 sw_index = pipe->dest_ring->sw_index; in ath11k_ce_completed_recv_next()
382 nentries_mask = pipe->dest_ring->nentries_mask; in ath11k_ce_completed_recv_next()
402 *skb = pipe->dest_ring->skb[sw_index]; in ath11k_ce_completed_recv_next()
403 pipe->dest_ring->skb[sw_index] = NULL; in ath11k_ce_completed_recv_next()
406 pipe->dest_ring->sw_index = sw_index; in ath11k_ce_completed_recv_next()
677 pipe->dest_ring = ring; in ath11k_ce_alloc_pipe()
804 struct ath11k_ce_ring *ring = pipe->dest_ring; in ath11k_ce_rx_pipe_cleanup()
939 if (pipe->dest_ring) { in ath11k_ce_init_pipes()
[all …]
Dce.h163 struct ath11k_ce_ring *dest_ring; member