Lines Matching refs:per_transfer_context
269 void *per_transfer_context, in ath10k_ce_send_nolock() argument
312 src_ring->per_transfer_context[write_index] = per_transfer_context; in ath10k_ce_send_nolock()
350 src_ring->per_transfer_context[src_ring->write_index] = NULL; in __ath10k_ce_send_revert()
354 void *per_transfer_context, in ath10k_ce_send() argument
365 ret = ath10k_ce_send_nolock(ce_state, per_transfer_context, in ath10k_ce_send()
421 dest_ring->per_transfer_context[write_index] = ctx; in __ath10k_ce_rx_post_buf()
490 dest_ring->per_transfer_context[sw_index]; in ath10k_ce_completed_recv_next_nolock()
493 dest_ring->per_transfer_context[sw_index] = NULL; in ath10k_ce_completed_recv_next_nolock()
557 dest_ring->per_transfer_context[sw_index]; in ath10k_ce_revoke_recv_next()
560 dest_ring->per_transfer_context[sw_index] = NULL; in ath10k_ce_revoke_recv_next()
627 src_ring->per_transfer_context[sw_index]; in ath10k_ce_completed_send_next_nolock()
630 src_ring->per_transfer_context[sw_index] = NULL; in ath10k_ce_completed_send_next_nolock()
680 src_ring->per_transfer_context[sw_index]; in ath10k_ce_cancel_send_next()
683 src_ring->per_transfer_context[sw_index] = NULL; in ath10k_ce_cancel_send_next()
911 sizeof(*src_ring->per_transfer_context)), in ath10k_ce_alloc_src_ring()
978 sizeof(*dest_ring->per_transfer_context)), in ath10k_ce_alloc_dest_ring()