Lines Matching refs:src_ring

470 	sw_index = pipe->src_ring->sw_index;  in ath11k_ce_completed_send_next()
471 nentries_mask = pipe->src_ring->nentries_mask; in ath11k_ce_completed_send_next()
473 srng = &ab->hal.srng_list[pipe->src_ring->hal_ring_id]; in ath11k_ce_completed_send_next()
485 skb = pipe->src_ring->skb[sw_index]; in ath11k_ce_completed_send_next()
487 pipe->src_ring->skb[sw_index] = NULL; in ath11k_ce_completed_send_next()
490 pipe->src_ring->sw_index = sw_index; in ath11k_ce_completed_send_next()
667 pipe->src_ring = ring; in ath11k_ce_alloc_pipe()
729 write_index = pipe->src_ring->write_index; in ath11k_ce_send()
731 sw_index = pipe->src_ring->sw_index; in ath11k_ce_send()
736 num_used = pipe->src_ring->nentries - sw_index + in ath11k_ce_send()
750 write_index = pipe->src_ring->write_index; in ath11k_ce_send()
751 nentries_mask = pipe->src_ring->nentries_mask; in ath11k_ce_send()
753 srng = &ab->hal.srng_list[pipe->src_ring->hal_ring_id]; in ath11k_ce_send()
778 pipe->src_ring->skb[write_index] = skb; in ath11k_ce_send()
779 pipe->src_ring->write_index = CE_RING_IDX_INCR(nentries_mask, in ath11k_ce_send()
925 if (pipe->src_ring) { in ath11k_ce_init_pipes()
926 ret = ath11k_ce_init_ring(ab, pipe->src_ring, i, in ath11k_ce_init_pipes()
935 pipe->src_ring->write_index = 0; in ath11k_ce_init_pipes()
936 pipe->src_ring->sw_index = 0; in ath11k_ce_init_pipes()
987 if (pipe->src_ring) { in ath11k_ce_free_pipes()
989 ce_ring = pipe->src_ring; in ath11k_ce_free_pipes()
991 pipe->src_ring->nentries * desc_sz + in ath11k_ce_free_pipes()
995 kfree(pipe->src_ring); in ath11k_ce_free_pipes()
996 pipe->src_ring = NULL; in ath11k_ce_free_pipes()