Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dtx.c19 static const u8 tid_to_ac[] = { variable
598 txq_id = iwlagn_alloc_agg_txq(priv, ctx->ac_to_queue[tid_to_ac[tid]]); in iwlagn_tx_agg_start()
695 fifo = ctx->ac_to_fifo[tid_to_ac[tid]]; in iwlagn_tx_agg_oper()
/linux/drivers/net/wireless/ath/ath10k/
H A Dhtt_rx.c1322 static const char * const tid_to_ac[] = { variable
1344 snprintf(out, size, "tid %d (%s)", tid, tid_to_ac[tid]); in ath10k_get_tid()