Home
last modified time | relevance | path

Searched refs:ring_base (Results 1 – 13 of 13) sorted by relevance

/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Ddma.c9 mt7915_init_tx_queues(struct mt7915_phy *phy, int idx, int n_desc, int ring_base) in mt7915_init_tx_queues() argument
16 ring_base += MT_TXQ_ID(0) * MT_RING_SIZE; in mt7915_init_tx_queues()
18 ring_base = MT_WED_TX_RING_BASE; in mt7915_init_tx_queues()
24 return mt76_connac_init_tx_queues(phy->mt76, idx, n_desc, ring_base, in mt7915_init_tx_queues()
/freebsd/sys/dev/enic/
H A Dvnic_rq.h14 u64 ring_base; /* 0x00 */ member
H A Dvnic_wq.h14 u64 ring_base; /* 0x00 */ member
H A Dvnic_cq.h14 u64 ring_base; /* 0x00 */ member
/freebsd/sys/dev/qat/qat_common/
H A Dadf_transport.c316 u64 ring_base; in adf_init_ring() local
347 ring_base = in adf_init_ring()
352 ring_base); in adf_init_ring()
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt76.h303 u32 ring_base);
1345 int ring_base, void *wed, u32 flags);
1347 int n_desc, int ring_base, void *wed, in mt76_init_tx_queue() argument
1352 q = mt76_init_queue(phy->dev, qid, idx, n_desc, ring_base, wed, flags); in mt76_init_tx_queue()
1362 int n_desc, int ring_base) in mt76_init_mcu_queue() argument
1366 q = mt76_init_queue(dev, qid, idx, n_desc, ring_base, NULL, 0); in mt76_init_mcu_queue()
H A Dmt76_connac.h415 int ring_base, void *wed, u32 flags);
H A Ddma.c803 u32 ring_base) in mt76_dma_alloc_queue() argument
811 q->regs = dev->mmio.regs + ring_base + idx * MT_RING_SIZE; in mt76_dma_alloc_queue()
813 q->regs = (void *)((u8 *)dev->mmio.regs + ring_base + idx * MT_RING_SIZE); in mt76_dma_alloc_queue()
H A Dmt76_connac_mac.c262 int ring_base, void *wed, u32 flags) in mt76_connac_init_tx_queues() argument
266 err = mt76_init_tx_queue(phy, 0, idx, n_desc, ring_base, in mt76_connac_init_tx_queues()
H A Dmac80211.c2002 int ring_base, void *wed, u32 flags) in mt76_init_queue() argument
2014 err = dev->queue_ops->alloc(dev, hwq, idx, n_desc, 0, ring_base); in mt76_init_queue()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/
H A Ddma.c14 int ring_base, struct mtk_wed_device *wed) in mt7996_init_tx_queues() argument
20 ring_base += MT_TXQ_ID(0) * MT_RING_SIZE; in mt7996_init_tx_queues()
33 ring_base, wed, flags); in mt7996_init_tx_queues()
H A Dmt7996.h657 int n_desc, int ring_base, struct mtk_wed_device *wed);
/freebsd/sys/dev/qat_c2xxx/
H A Dqat.c897 uint64_t ring_base; in qat_etr_setup_ring() local
956 ring_base = ETR_RING_BASE_BUILD(qr->qr_ring_paddr, qr->qr_ring_size); in qat_etr_setup_ring()
957 qat_etr_bank_ring_base_write_8(sc, bank, ring, ring_base); in qat_etr_setup_ring()