Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath10k/
H A Dce.c642 struct ath10k_ce_ring *dest_ring = pipe->dest_ring; in __ath10k_ce_rx_num_free_bufs() local
643 unsigned int nentries_mask = dest_ring->nentries_mask; in __ath10k_ce_rx_num_free_bufs()
644 unsigned int write_index = dest_ring->write_index; in __ath10k_ce_rx_num_free_bufs()
645 unsigned int sw_index = dest_ring->sw_index; in __ath10k_ce_rx_num_free_bufs()
658 struct ath10k_ce_ring *dest_ring = pipe->dest_ring; in __ath10k_ce_rx_post_buf() local
659 unsigned int nentries_mask = dest_ring->nentries_mask; in __ath10k_ce_rx_post_buf()
660 unsigned int write_index = dest_ring->write_index; in __ath10k_ce_rx_post_buf()
661 unsigned int sw_index = dest_ring->sw_index; in __ath10k_ce_rx_post_buf()
662 struct ce_desc *base = dest_ring->base_addr_owner_space; in __ath10k_ce_rx_post_buf()
675 dest_ring->per_transfer_context[write_index] = ctx; in __ath10k_ce_rx_post_buf()
[all …]
H A Dce.h129 struct ath10k_ce_ring *dest_ring; member
H A Dsnoc.c541 if (!ce_pipe->dest_ring) in ath10k_snoc_rx_post_pipe()
858 ce_ring = ce_pipe->dest_ring; in ath10k_snoc_rx_pipe_cleanup()
H A Dpci.c861 if (!ce_pipe->dest_ring) in ath10k_pci_rx_post_pipe()
2074 ce_ring = ce_pipe->dest_ring; in ath10k_pci_rx_pipe_cleanup()
/freebsd/sys/contrib/dev/athk/ath12k/
H A 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 …]
H A Dce.h153 struct ath12k_ce_ring *dest_ring; member
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dce.c277 struct ath11k_ce_ring *ring = pipe->dest_ring; in ath11k_ce_rx_buf_enqueue_pipe()
329 if (!(pipe->dest_ring || pipe->status_ring)) in ath11k_ce_rx_post_pipe()
384 sw_index = pipe->dest_ring->sw_index; in ath11k_ce_completed_recv_next()
385 nentries_mask = pipe->dest_ring->nentries_mask; in ath11k_ce_completed_recv_next()
401 *skb = pipe->dest_ring->skb[sw_index]; in ath11k_ce_completed_recv_next()
402 pipe->dest_ring->skb[sw_index] = NULL; in ath11k_ce_completed_recv_next()
405 pipe->dest_ring->sw_index = sw_index; in ath11k_ce_completed_recv_next()
676 pipe->dest_ring = ring; in ath11k_ce_alloc_pipe()
803 struct ath11k_ce_ring *ring = pipe->dest_ring; in ath11k_ce_rx_pipe_cleanup()
938 if (pipe->dest_ring) { in ath11k_ce_init_pipes()
[all …]
H A Dce.h180 struct ath11k_ce_ring *dest_ring; member