Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath12k/wifi7/
H A Dhw.c159 .dp_srng_is_tx_comp_ring = ath12k_wifi7_dp_srng_is_comp_ring_qcn9274,
169 .dp_srng_is_tx_comp_ring = ath12k_wifi7_dp_srng_is_comp_ring_wcn7850,
179 .dp_srng_is_tx_comp_ring = ath12k_wifi7_dp_srng_is_comp_ring_wcn7850,
/linux/drivers/net/wireless/ath/ath12k/
H A Dhw.h224 bool (*dp_srng_is_tx_comp_ring)(int ring_num); member
H A Ddp.c292 if (ab->hw_params->hw_ops->dp_srng_is_tx_comp_ring(ring_num)) { in ath12k_dp_srng_setup()