Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath10k/
A Dce.c642 struct ath10k_ce_ring *dest_ring = pipe->dest_ring; in __ath10k_ce_rx_num_free_bufs() local
658 struct ath10k_ce_ring *dest_ring = pipe->dest_ring; in __ath10k_ce_rx_post_buf() local
689 struct ath10k_ce_ring *dest_ring = pipe->dest_ring; in __ath10k_ce_rx_post_buf_64() local
719 struct ath10k_ce_ring *dest_ring = pipe->dest_ring; in ath10k_ce_rx_update_write_idx() local
761 struct ath10k_ce_ring *dest_ring = ce_state->dest_ring; in _ath10k_ce_completed_recv_next_nolock() local
811 struct ath10k_ce_ring *dest_ring = ce_state->dest_ring; in _ath10k_ce_completed_recv_next_nolock_64() local
896 dest_ring = ce_state->dest_ring; in _ath10k_ce_revoke_recv_next()
949 dest_ring = ce_state->dest_ring; in _ath10k_ce_revoke_recv_next_64()
1405 struct ath10k_ce_ring *dest_ring = ce_state->dest_ring; in ath10k_ce_init_dest_ring() local
1418 dest_ring->sw_index &= dest_ring->nentries_mask; in ath10k_ce_init_dest_ring()
[all …]
A Dce.h129 struct ath10k_ce_ring *dest_ring; member
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()
A Dpci.c816 if (!ce_pipe->dest_ring) in ath10k_pci_rx_post_pipe()
1986 ce_ring = ce_pipe->dest_ring; in ath10k_pci_rx_pipe_cleanup()
/drivers/net/wireless/ath/ath12k/
A Dce.c421 sw_index = pipe->dest_ring->sw_index; in ath12k_ce_completed_recv_next()
438 *skb = pipe->dest_ring->skb[sw_index]; in ath12k_ce_completed_recv_next()
439 pipe->dest_ring->skb[sw_index] = NULL; in ath12k_ce_completed_recv_next()
442 pipe->dest_ring->sw_index = sw_index; in ath12k_ce_completed_recv_next()
693 pipe->dest_ring = ring; in ath12k_ce_alloc_pipe()
937 if (pipe->dest_ring) { in ath12k_ce_init_pipes()
950 pipe->dest_ring->write_index = 0; in ath12k_ce_init_pipes()
951 pipe->dest_ring->sw_index = 0; in ath12k_ce_init_pipes()
992 if (pipe->dest_ring) { in ath12k_ce_free_pipes()
999 kfree(pipe->dest_ring); in ath12k_ce_free_pipes()
[all …]
A Dce.h164 struct ath12k_ce_ring *dest_ring; member
/drivers/net/wireless/ath/ath11k/
A Dce.c383 sw_index = pipe->dest_ring->sw_index; in ath11k_ce_completed_recv_next()
400 *skb = pipe->dest_ring->skb[sw_index]; in ath11k_ce_completed_recv_next()
404 pipe->dest_ring->sw_index = sw_index; in ath11k_ce_completed_recv_next()
675 pipe->dest_ring = ring; in ath11k_ce_alloc_pipe()
937 if (pipe->dest_ring) { in ath11k_ce_init_pipes()
950 pipe->dest_ring->write_index = 0; in ath11k_ce_init_pipes()
951 pipe->dest_ring->sw_index = 0; in ath11k_ce_init_pipes()
997 if (pipe->dest_ring) { in ath11k_ce_free_pipes()
999 ce_ring = pipe->dest_ring; in ath11k_ce_free_pipes()
1005 kfree(pipe->dest_ring); in ath11k_ce_free_pipes()
[all …]
A Dce.h180 struct ath11k_ce_ring *dest_ring; member

Completed in 38 milliseconds