Home
last modified time | relevance | path

Searched refs:tx_conf (Results 1 – 2 of 2) sorted by relevance

/src/sys/contrib/dev/athk/ath12k/
H A Dcore.h318 struct ath12k_tx_conf tx_conf; member
H A Dmac.c7827 cache->tx_conf.changed = true; in ath12k_mac_op_conf_tx()
7828 cache->tx_conf.ac = ac; in ath12k_mac_op_conf_tx()
7829 cache->tx_conf.tx_queue_params = *params; in ath12k_mac_op_conf_tx()
10286 if (cache->tx_conf.changed) { in ath12k_mac_vif_cache_flush()
10287 ret = ath12k_mac_conf_tx(arvif, cache->tx_conf.ac, in ath12k_mac_vif_cache_flush()
10288 &cache->tx_conf.tx_queue_params); in ath12k_mac_vif_cache_flush()