Home
last modified time | relevance | path

Searched refs:status_ring (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/wireless/ath/ath11k/
A Dce.c319 if (!(pipe->dest_ring || pipe->status_ring)) in ath11k_ce_rx_post_pipe()
661 pipe->status_ring = ring; in ath11k_ce_alloc_pipe()
935 if (pipe->status_ring) { in ath11k_ce_init_pipes()
945 pipe->status_ring->write_index = 0; in ath11k_ce_init_pipes()
946 pipe->status_ring->sw_index = 0; in ath11k_ce_init_pipes()
987 if (pipe->status_ring) { in ath11k_ce_free_pipes()
991 pipe->status_ring->nentries * desc_sz + in ath11k_ce_free_pipes()
993 pipe->status_ring->base_addr_owner_space, in ath11k_ce_free_pipes()
994 pipe->status_ring->base_addr_ce_space); in ath11k_ce_free_pipes()
995 kfree(pipe->status_ring); in ath11k_ce_free_pipes()
[all …]
A Ddp_tx.c538 struct hal_srng *status_ring = &ab->hal.srng_list[hal_ring_id]; in ath11k_dp_tx_completion_handler() local
546 spin_lock_bh(&status_ring->lock); in ath11k_dp_tx_completion_handler()
548 ath11k_hal_srng_access_begin(ab, status_ring); in ath11k_dp_tx_completion_handler()
552 (desc = ath11k_hal_srng_dst_get_next_entry(ab, status_ring))) { in ath11k_dp_tx_completion_handler()
559 if ((ath11k_hal_srng_dst_peek(ab, status_ring) != NULL) && in ath11k_dp_tx_completion_handler()
565 ath11k_hal_srng_access_end(ab, status_ring); in ath11k_dp_tx_completion_handler()
567 spin_unlock_bh(&status_ring->lock); in ath11k_dp_tx_completion_handler()
A Dce.h163 struct ath11k_ce_ring *status_ring; member

Completed in 7 milliseconds