Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath12k/
H A Dhw.h197 bool (*dp_srng_is_tx_comp_ring)(int ring_num); member
H A Dhw.c79 .dp_srng_is_tx_comp_ring = ath12k_dp_srng_is_comp_ring_qcn9274,
88 .dp_srng_is_tx_comp_ring = ath12k_dp_srng_is_comp_ring_wcn7850,
H A Ddp.c270 if (ab->hw_params->hw_ops->dp_srng_is_tx_comp_ring(ring_num)) { in ath12k_dp_srng_setup()