Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath10k/
Dce.c639 struct ath10k_ce_ring *dest_ring = pipe->dest_ring; in __ath10k_ce_rx_num_free_bufs() local
640 unsigned int nentries_mask = dest_ring->nentries_mask; in __ath10k_ce_rx_num_free_bufs()
641 unsigned int write_index = dest_ring->write_index; in __ath10k_ce_rx_num_free_bufs()
642 unsigned int sw_index = dest_ring->sw_index; in __ath10k_ce_rx_num_free_bufs()
655 struct ath10k_ce_ring *dest_ring = pipe->dest_ring; in __ath10k_ce_rx_post_buf() local
656 unsigned int nentries_mask = dest_ring->nentries_mask; in __ath10k_ce_rx_post_buf()
657 unsigned int write_index = dest_ring->write_index; in __ath10k_ce_rx_post_buf()
658 unsigned int sw_index = dest_ring->sw_index; in __ath10k_ce_rx_post_buf()
659 struct ce_desc *base = dest_ring->base_addr_owner_space; in __ath10k_ce_rx_post_buf()
672 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()
857 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()
1983 ce_ring = ce_pipe->dest_ring; in ath10k_pci_rx_pipe_cleanup()
/drivers/net/wireless/ath/ath12k/
Dce.c226 struct ath12k_ce_ring *ring = pipe->dest_ring; in ath12k_ce_rx_buf_enqueue_pipe()
278 if (!(pipe->dest_ring || pipe->status_ring)) in ath12k_ce_rx_post_pipe()
331 sw_index = pipe->dest_ring->sw_index; in ath12k_ce_completed_recv_next()
332 nentries_mask = pipe->dest_ring->nentries_mask; in ath12k_ce_completed_recv_next()
352 *skb = pipe->dest_ring->skb[sw_index]; in ath12k_ce_completed_recv_next()
353 pipe->dest_ring->skb[sw_index] = NULL; in ath12k_ce_completed_recv_next()
356 pipe->dest_ring->sw_index = sw_index; in ath12k_ce_completed_recv_next()
607 pipe->dest_ring = ring; in ath12k_ce_alloc_pipe()
722 struct ath12k_ce_ring *ring = pipe->dest_ring; in ath12k_ce_rx_pipe_cleanup()
851 if (pipe->dest_ring) { in ath12k_ce_init_pipes()
[all …]
Dce.h153 struct ath12k_ce_ring *dest_ring; member
/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.h180 struct ath11k_ce_ring *dest_ring; member