Searched refs:dest_ring (Results 1 – 6 of 6) sorted by relevance
706 struct ath10k_ce_ring *dest_ring = pipe->dest_ring; in __ath10k_ce_rx_num_free_bufs() local722 struct ath10k_ce_ring *dest_ring = pipe->dest_ring; in __ath10k_ce_rx_post_buf() local753 struct ath10k_ce_ring *dest_ring = pipe->dest_ring; in __ath10k_ce_rx_post_buf_64() local783 struct ath10k_ce_ring *dest_ring = pipe->dest_ring; in ath10k_ce_rx_update_write_idx() local825 struct ath10k_ce_ring *dest_ring = ce_state->dest_ring; in _ath10k_ce_completed_recv_next_nolock() local875 struct ath10k_ce_ring *dest_ring = ce_state->dest_ring; in _ath10k_ce_completed_recv_next_nolock_64() local960 dest_ring = ce_state->dest_ring; in _ath10k_ce_revoke_recv_next()1013 dest_ring = ce_state->dest_ring; in _ath10k_ce_revoke_recv_next_64()1469 struct ath10k_ce_ring *dest_ring = ce_state->dest_ring; in ath10k_ce_init_dest_ring() local1482 dest_ring->sw_index &= dest_ring->nentries_mask; in ath10k_ce_init_dest_ring()[all …]
129 struct ath10k_ce_ring *dest_ring; member
541 if (!ce_pipe->dest_ring) in ath10k_snoc_rx_post_pipe()849 ce_ring = ce_pipe->dest_ring; in ath10k_snoc_rx_pipe_cleanup()
814 if (!ce_pipe->dest_ring) in ath10k_pci_rx_post_pipe()1982 ce_ring = ce_pipe->dest_ring; in ath10k_pci_rx_pipe_cleanup()
373 sw_index = pipe->dest_ring->sw_index; in ath11k_ce_completed_recv_next()394 *skb = pipe->dest_ring->skb[sw_index]; in ath11k_ce_completed_recv_next()395 pipe->dest_ring->skb[sw_index] = NULL; in ath11k_ce_completed_recv_next()398 pipe->dest_ring->sw_index = sw_index; in ath11k_ce_completed_recv_next()655 pipe->dest_ring = ring; in ath11k_ce_alloc_pipe()918 if (pipe->dest_ring) { in ath11k_ce_init_pipes()931 pipe->dest_ring->write_index = 0; in ath11k_ce_init_pipes()932 pipe->dest_ring->sw_index = 0; in ath11k_ce_init_pipes()976 if (pipe->dest_ring) { in ath11k_ce_free_pipes()983 kfree(pipe->dest_ring); in ath11k_ce_free_pipes()[all …]
162 struct ath11k_ce_ring *dest_ring; member
Completed in 23 milliseconds