Searched refs:tid_to_ac (Results 1 – 5 of 5) sorted by relevance
10 static const u8 tid_to_ac[8] = { in mt7603_rx_loopback_skb() local55 skb_set_queue_mapping(skb, tid_to_ac[tid]); in mt7603_rx_loopback_skb()
18 static const u8 tid_to_ac[] = { variable595 txq_id = iwlagn_alloc_agg_txq(priv, ctx->ac_to_queue[tid_to_ac[tid]]); in iwlagn_tx_agg_start()692 fifo = ctx->ac_to_fifo[tid_to_ac[tid]]; in iwlagn_tx_agg_oper()
1442 static const u8 tid_to_ac[] = { variable1456 if (likely(tid < ARRAY_SIZE(tid_to_ac))) in il4965_get_ac_from_tid()1457 return tid_to_ac[tid]; in il4965_get_ac_from_tid()1473 if (likely(tid < ARRAY_SIZE(tid_to_ac))) in il4965_get_fifo_from_tid()1474 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()
1318 static const char * const tid_to_ac[] = { variable1340 snprintf(out, size, "tid %d (%s)", tid, tid_to_ac[tid]); in ath10k_get_tid()
Completed in 43 milliseconds