Home
last modified time | relevance | path

Searched refs:hw_q (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/net/wireless/mediatek/mt7601u/
A Dtx.c201 int hw_q = skb2q(skb); in mt7601u_tx() local
222 if (mt7601u_dma_enqueue_tx(dev, skb, wcid, hw_q)) in mt7601u_tx()
264 u8 cw_min = 5, cw_max = 10, hw_q = q2hwq(queue); in mt7601u_conf_tx() local
288 if (!hw_q) in mt7601u_conf_tx()
292 mt76_wr(dev, MT_EDCA_CFG_AC(hw_q), val); in mt7601u_conf_tx()
294 val = mt76_rr(dev, MT_WMM_TXOP(hw_q)); in mt7601u_conf_tx()
296 val |= params->txop << MT_WMM_TXOP_SHIFT(hw_q); in mt7601u_conf_tx()
297 mt76_wr(dev, MT_WMM_TXOP(hw_q), val); in mt7601u_conf_tx()
301 val |= params->aifs << MT_WMM_AIFSN_SHIFT(hw_q); in mt7601u_conf_tx()
306 val |= cw_min << MT_WMM_CWMIN_SHIFT(hw_q); in mt7601u_conf_tx()
[all …]
A Ddma.c366 struct mt76_wcid *wcid, int hw_q) in mt7601u_dma_enqueue_tx() argument
368 u8 ep = q2ep(hw_q); in mt7601u_dma_enqueue_tx()
A Dmt7601u.h390 struct mt76_wcid *wcid, int hw_q);
/linux/drivers/net/ethernet/cadence/
A Dmacb.h209 #define GEM_ISR(hw_q) (0x0400 + ((hw_q) << 2)) argument
210 #define GEM_TBQP(hw_q) (0x0440 + ((hw_q) << 2)) argument
211 #define GEM_TBQPH(hw_q) (0x04C8) argument
212 #define GEM_RBQP(hw_q) (0x0480 + ((hw_q) << 2)) argument
213 #define GEM_RBQS(hw_q) (0x04A0 + ((hw_q) << 2)) argument
214 #define GEM_RBQPH(hw_q) (0x04D4) argument
215 #define GEM_IER(hw_q) (0x0600 + ((hw_q) << 2)) argument
216 #define GEM_IDR(hw_q) (0x0620 + ((hw_q) << 2)) argument
217 #define GEM_IMR(hw_q) (0x0640 + ((hw_q) << 2)) argument
A Dmacb_main.c3851 unsigned int hw_q, q; in macb_init() local
3864 for (hw_q = 0, q = 0; hw_q < MACB_MAX_QUEUES; ++hw_q) { in macb_init()
3865 if (!(bp->queue_mask & (1 << hw_q))) in macb_init()
3871 if (hw_q) { in macb_init()
3872 queue->ISR = GEM_ISR(hw_q - 1); in macb_init()
3873 queue->IER = GEM_IER(hw_q - 1); in macb_init()
3874 queue->IDR = GEM_IDR(hw_q - 1); in macb_init()
3875 queue->IMR = GEM_IMR(hw_q - 1); in macb_init()
3876 queue->TBQP = GEM_TBQP(hw_q - 1); in macb_init()
3877 queue->RBQP = GEM_RBQP(hw_q - 1); in macb_init()
[all …]
/linux/drivers/scsi/elx/efct/
A Defct_hw_queues.c406 struct hw_q *q; in efct_hw_del_cq()
407 struct hw_q *q_next; in efct_hw_del_cq()
A Defct_hw.h493 struct hw_q { struct

Completed in 27 milliseconds