Home
last modified time | relevance | path

Searched refs:dest_ring (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H A 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 in __ath10k_ce_rx_post_buf()
753 struct ath10k_ce_ring *dest_ring = pipe->dest_ring; __ath10k_ce_rx_post_buf_64() local
783 struct ath10k_ce_ring *dest_ring = pipe->dest_ring; ath10k_ce_rx_update_write_idx() local
825 struct ath10k_ce_ring *dest_ring = ce_state->dest_ring; _ath10k_ce_completed_recv_next_nolock() local
875 struct ath10k_ce_ring *dest_ring = ce_state->dest_ring; _ath10k_ce_completed_recv_next_nolock_64() local
952 struct ath10k_ce_ring *dest_ring; _ath10k_ce_revoke_recv_next() local
1005 struct ath10k_ce_ring *dest_ring; _ath10k_ce_revoke_recv_next_64() local
1469 struct ath10k_ce_ring *dest_ring = ce_state->dest_ring; ath10k_ce_init_dest_ring() local
1636 struct ath10k_ce_ring *dest_ring; ath10k_ce_alloc_dest_ring() local
1680 struct ath10k_ce_ring *dest_ring; ath10k_ce_alloc_dest_ring_64() local
[all...]
H A Dce.h129 struct ath10k_ce_ring *dest_ring; member
H A Dsnoc.c540 if (!ce_pipe->dest_ring) in ath10k_snoc_rx_post_pipe()
856 ce_ring = ce_pipe->dest_ring; in ath10k_snoc_rx_pipe_cleanup()
H A 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()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H A 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 in __ath10k_ce_rx_post_buf()
686 struct ath10k_ce_ring *dest_ring = pipe->dest_ring; __ath10k_ce_rx_post_buf_64() local
716 struct ath10k_ce_ring *dest_ring = pipe->dest_ring; ath10k_ce_rx_update_write_idx() local
758 struct ath10k_ce_ring *dest_ring = ce_state->dest_ring; _ath10k_ce_completed_recv_next_nolock() local
808 struct ath10k_ce_ring *dest_ring = ce_state->dest_ring; _ath10k_ce_completed_recv_next_nolock_64() local
885 struct ath10k_ce_ring *dest_ring; _ath10k_ce_revoke_recv_next() local
938 struct ath10k_ce_ring *dest_ring; _ath10k_ce_revoke_recv_next_64() local
1402 struct ath10k_ce_ring *dest_ring = ce_state->dest_ring; ath10k_ce_init_dest_ring() local
1569 struct ath10k_ce_ring *dest_ring; ath10k_ce_alloc_dest_ring() local
1613 struct ath10k_ce_ring *dest_ring; ath10k_ce_alloc_dest_ring_64() local
[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()
857 ce_ring = ce_pipe->dest_ring; in ath10k_snoc_rx_pipe_cleanup()
H A 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()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
H A Dce.c214 struct ath11k_ce_ring *ring = pipe->dest_ring; in ath11k_ce_rx_buf_enqueue_pipe()
266 if (!(pipe->dest_ring || pipe->status_ring)) in ath11k_ce_rx_post_pipe()
320 sw_index = pipe->dest_ring->sw_index; in ath11k_ce_completed_recv_next()
321 nentries_mask = pipe->dest_ring->nentries_mask; in ath11k_ce_completed_recv_next()
341 *skb = pipe->dest_ring->skb[sw_index]; in ath11k_ce_completed_recv_next()
342 pipe->dest_ring->skb[sw_index] = NULL; in ath11k_ce_completed_recv_next()
345 pipe->dest_ring->sw_index = sw_index; in ath11k_ce_completed_recv_next()
601 pipe->dest_ring = ring; in ath11k_ce_alloc_pipe()
726 struct ath11k_ce_ring *ring = pipe->dest_ring; in ath11k_ce_rx_pipe_cleanup()
864 if (pipe->dest_ring) { in ath11k_ce_init_pipes()
[all...]
H A Dce.h162 struct ath11k_ce_ring *dest_ring; member
/kernel/linux/linux-6.6/drivers/net/wireless/ath/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
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H A 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...]
H A Dce.h179 struct ath11k_ce_ring *dest_ring; member

Completed in 24 milliseconds