Searched refs:tid_to_ac (Results 1 – 5 of 5) sorted by relevance
31 static const u8 tid_to_ac[8] = { in mt7603_rx_loopback_skb() local76 skb_set_queue_mapping(skb, tid_to_ac[tid]); in mt7603_rx_loopback_skb()
23 static const u8 tid_to_ac[] = { variable600 txq_id = iwlagn_alloc_agg_txq(priv, ctx->ac_to_queue[tid_to_ac[tid]]); in iwlagn_tx_agg_start()697 fifo = ctx->ac_to_fifo[tid_to_ac[tid]]; in iwlagn_tx_agg_oper()
1441 static const u8 tid_to_ac[] = { variable1455 if (likely(tid < ARRAY_SIZE(tid_to_ac))) in il4965_get_ac_from_tid()1456 return tid_to_ac[tid]; in il4965_get_ac_from_tid()1472 if (likely(tid < ARRAY_SIZE(tid_to_ac))) in il4965_get_fifo_from_tid()1473 return ac_to_fifo[tid_to_ac[tid]]; in il4965_get_fifo_from_tid()
135 static const u8 tid_to_ac[] = { variable148 return tid_to_ac[tid]; in rtl_tid_to_ac()
1253 static const char * const tid_to_ac[] = { variable1275 snprintf(out, size, "tid %d (%s)", tid, tid_to_ac[tid]); in ath10k_get_tid()