Searched refs:queue_map (Results 1 – 4 of 4) sorted by relevance
/drivers/net/wireless/mediatek/mt76/mt7921/ |
D | debugfs.c | 162 } queue_map[] = { in mt7921_queues_read() local 169 for (i = 0; i < ARRAY_SIZE(queue_map); i++) { in mt7921_queues_read() 170 struct mt76_queue *q = queue_map[i].q; in mt7921_queues_read() 177 queue_map[i].queue, q->queued, q->head, in mt7921_queues_read()
|
/drivers/net/wireless/mediatek/mt76/mt7615/ |
D | debugfs.c | 399 } queue_map[] = { in mt7615_queues_read() local 406 for (i = 0; i < ARRAY_SIZE(queue_map); i++) { in mt7615_queues_read() 407 struct mt76_queue *q = queue_map[i].q; in mt7615_queues_read() 411 queue_map[i].queue, q->queued, q->head, in mt7615_queues_read()
|
/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_amdkfd_gfx_v9.c | 768 int queue_map; in kgd_gfx_v9_get_cu_occupancy() local 791 queue_map = RREG32_SOC15(GC, 0, mmSPI_CSQ_WF_ACTIVE_STATUS); in kgd_gfx_v9_get_cu_occupancy() 807 if (!(queue_map & (1 << qidx))) in kgd_gfx_v9_get_cu_occupancy()
|
/drivers/net/wireless/mediatek/mt76/mt7915/ |
D | debugfs.c | 884 } queue_map[] = { in mt7915_xmit_queues_show() local 893 for (i = 0; i < ARRAY_SIZE(queue_map); i++) { in mt7915_xmit_queues_show() 894 struct mt76_queue *q = queue_map[i].q; in mt7915_xmit_queues_show() 900 queue_map[i].queue, q->queued, q->head, in mt7915_xmit_queues_show()
|