Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath12k/
H A Dce.c15 struct ath12k_ce_ring *ring = pipe->dest_ring; in ath12k_ce_rx_buf_enqueue_pipe()
67 if (!(pipe->dest_ring || pipe->status_ring)) in ath12k_ce_rx_post_pipe()
121 sw_index = pipe->dest_ring->sw_index; in ath12k_ce_completed_recv_next()
122 nentries_mask = pipe->dest_ring->nentries_mask; in ath12k_ce_completed_recv_next()
138 *skb = pipe->dest_ring->skb[sw_index]; in ath12k_ce_completed_recv_next()
139 pipe->dest_ring->skb[sw_index] = NULL; in ath12k_ce_completed_recv_next()
142 pipe->dest_ring->sw_index = sw_index; in ath12k_ce_completed_recv_next()
394 pipe->dest_ring = ring; in ath12k_ce_alloc_pipe()
509 struct ath12k_ce_ring *ring = pipe->dest_ring; in ath12k_ce_rx_pipe_cleanup()
638 if (pipe->dest_ring) { in ath12k_ce_init_pipes()
[all …]
/linux/drivers/net/wireless/ath/ath10k/
H A Dce.h129 struct ath10k_ce_ring *dest_ring; member
H A Dsnoc.c544 if (!ce_pipe->dest_ring) in ath10k_snoc_rx_post_pipe()
861 ce_ring = ce_pipe->dest_ring; in ath10k_snoc_rx_pipe_cleanup()