Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/ath/ath10k/
H A Dce.c640 struct ath10k_ce_ring *dest_ring = pipe->dest_ring; in __ath10k_ce_rx_num_free_bufs() local
656 struct ath10k_ce_ring *dest_ring = pipe->dest_ring; in __ath10k_ce_rx_post_buf() local
687 struct ath10k_ce_ring *dest_ring = pipe->dest_ring; in __ath10k_ce_rx_post_buf_64() local
717 struct ath10k_ce_ring *dest_ring = pipe->dest_ring; in ath10k_ce_rx_update_write_idx() local
759 struct ath10k_ce_ring *dest_ring = ce_state->dest_ring; in _ath10k_ce_completed_recv_next_nolock() local
809 struct ath10k_ce_ring *dest_ring = ce_state->dest_ring; in _ath10k_ce_completed_recv_next_nolock_64() local
894 dest_ring = ce_state->dest_ring; in _ath10k_ce_revoke_recv_next()
947 dest_ring = ce_state->dest_ring; in _ath10k_ce_revoke_recv_next_64()
1403 struct ath10k_ce_ring *dest_ring = ce_state->dest_ring; in ath10k_ce_init_dest_ring() local
1416 dest_ring->sw_index &= dest_ring->nentries_mask; in ath10k_ce_init_dest_ring()
[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.c815 if (!ce_pipe->dest_ring) in ath10k_pci_rx_post_pipe()
1984 ce_ring = ce_pipe->dest_ring; in ath10k_pci_rx_pipe_cleanup()
/linux-6.15/drivers/net/wireless/ath/ath12k/
H A Dce.c331 sw_index = pipe->dest_ring->sw_index; 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()
851 if (pipe->dest_ring) { in ath12k_ce_init_pipes()
864 pipe->dest_ring->write_index = 0; in ath12k_ce_init_pipes()
865 pipe->dest_ring->sw_index = 0; in ath12k_ce_init_pipes()
906 if (pipe->dest_ring) { in ath12k_ce_free_pipes()
913 kfree(pipe->dest_ring); in ath12k_ce_free_pipes()
[all …]
H A Dce.h153 struct ath12k_ce_ring *dest_ring; member
/linux-6.15/drivers/net/wireless/ath/ath11k/
H A Dce.c381 sw_index = pipe->dest_ring->sw_index; in ath11k_ce_completed_recv_next()
402 *skb = pipe->dest_ring->skb[sw_index]; 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()
939 if (pipe->dest_ring) { in ath11k_ce_init_pipes()
952 pipe->dest_ring->write_index = 0; in ath11k_ce_init_pipes()
953 pipe->dest_ring->sw_index = 0; in ath11k_ce_init_pipes()
999 if (pipe->dest_ring) { in ath11k_ce_free_pipes()
1001 ce_ring = pipe->dest_ring; in ath11k_ce_free_pipes()
1007 kfree(pipe->dest_ring); in ath11k_ce_free_pipes()
[all …]
H A Dce.h180 struct ath11k_ce_ring *dest_ring; member