Lines Matching +full:11 +full:ac
603 GENMASK(11, 0)); in mt7996_hw_queue_read()
607 GENMASK(11, 0)); in mt7996_hw_queue_read()
621 u8 ac; in mt7996_sta_hw_queue_read() local
623 for (ac = 0; ac < 4; ac++) { in mt7996_sta_hw_queue_read()
628 ctrl = BIT(31) | BIT(11) | (ac << 24); in mt7996_sta_hw_queue_read()
629 val = mt76_rr(dev, MT_PLE_AC_QEMPTY(ac, idx)); in mt7996_sta_hw_queue_read()
636 GENMASK(11, 0)); in mt7996_sta_hw_queue_read()
637 seq_printf(s, "\tSTA %pM wcid %d: AC%d%d queued:%d\n", in mt7996_sta_hw_queue_read()
639 msta->vif->deflink.mt76.wmm_idx, ac, qlen); in mt7996_sta_hw_queue_read()
656 { "PSMP_Q0", 11, 2, MT_LMAC_PSMP0 }, in mt7996_hw_queues_show()
670 { "HIF_Q3", 11, 0, MT_HIF0 + 3 }, in mt7996_hw_queues_show()
683 head = mt76_get_field(dev, MT_PLE_FREEPG_HEAD_TAIL, GENMASK(11, 0)); in mt7996_hw_queues_show()
691 head = mt76_get_field(dev, MT_PLE_HIF_PG_INFO, GENMASK(11, 0)); in mt7996_hw_queues_show()
952 * mcs - cck: 0~4, ofdm: 0~7, ht: 0~32, vht: 0~9, he_su: 0~11, he_er: 0~2, eht: 0~13 in mt7996_sta_fixed_rate_set()