Home
last modified time | relevance | path

Searched refs:queue_map (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt792x_debugfs.c104 } queue_map[] = { in mt792x_queues_read() local
111 for (i = 0; i < ARRAY_SIZE(queue_map); i++) { in mt792x_queues_read()
112 struct mt76_queue *q = queue_map[i].q; in mt792x_queues_read()
119 queue_map[i].queue, q->queued, q->head, in mt792x_queues_read()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/
H A Ddebugfs.c397 } queue_map[] = { in mt7615_queues_read() local
404 for (i = 0; i < ARRAY_SIZE(queue_map); i++) { in mt7615_queues_read()
405 struct mt76_queue *q = queue_map[i].q; in mt7615_queues_read()
409 queue_map[i].queue, q->queued, q->head, in mt7615_queues_read()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/
H A Ddebugfs.c700 } queue_map[] = { in mt7996_xmit_queues_show() local
709 for (i = 0; i < ARRAY_SIZE(queue_map); i++) { in mt7996_xmit_queues_show()
710 struct mt76_queue *q = queue_map[i].q; in mt7996_xmit_queues_show()
716 queue_map[i].queue, q->queued, q->head, in mt7996_xmit_queues_show()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Ddebugfs.c928 } queue_map[] = { in mt7915_xmit_queues_show() local
937 for (i = 0; i < ARRAY_SIZE(queue_map); i++) { in mt7915_xmit_queues_show()
938 struct mt76_queue *q = queue_map[i].q; in mt7915_xmit_queues_show()
944 queue_map[i].queue, q->queued, q->head, in mt7915_xmit_queues_show()
/freebsd/sbin/pfctl/
H A Dpfctl_altq.c58 static struct hsearch_data queue_map; variable
117 if (hcreate_r(0, &queue_map) == 0) in pfctl_altq_init()
150 if (hsearch_r(item, ENTER, &ret_item, &queue_map) == 0) in pfaltq_store()
182 if (hsearch_r(item, FIND, &ret_item, &queue_map) == 0) in qname_to_pfaltq()