Lines Matching refs:per_transfer_context
269 void *per_transfer_context, in ath10k_ce_send_nolock() argument
311 src_ring->per_transfer_context[write_index] = per_transfer_context; in ath10k_ce_send_nolock()
349 src_ring->per_transfer_context[src_ring->write_index] = NULL; in __ath10k_ce_send_revert()
353 void *per_transfer_context, in ath10k_ce_send() argument
364 ret = ath10k_ce_send_nolock(ce_state, per_transfer_context, in ath10k_ce_send()
420 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()
614 src_ring->per_transfer_context[sw_index]; in ath10k_ce_completed_send_next_nolock()
617 src_ring->per_transfer_context[sw_index] = NULL; in ath10k_ce_completed_send_next_nolock()
667 src_ring->per_transfer_context[sw_index]; in ath10k_ce_cancel_send_next()
670 src_ring->per_transfer_context[sw_index] = NULL; in ath10k_ce_cancel_send_next()
893 sizeof(*src_ring->per_transfer_context)), in ath10k_ce_alloc_src_ring()
939 sizeof(*dest_ring->per_transfer_context)), in ath10k_ce_alloc_dest_ring()