| /freebsd/sys/contrib/dev/mediatek/mt76/mt7915/ |
| H A D | dma.c | 9 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 D | vnic_rq.h | 14 u64 ring_base; /* 0x00 */ member
|
| H A D | vnic_wq.h | 14 u64 ring_base; /* 0x00 */ member
|
| H A D | vnic_cq.h | 14 u64 ring_base; /* 0x00 */ member
|
| /freebsd/sys/dev/qat/qat_common/ |
| H A D | adf_transport.c | 316 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 D | mt76.h | 303 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 D | mt76_connac.h | 415 int ring_base, void *wed, u32 flags);
|
| H A D | dma.c | 803 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 D | mt76_connac_mac.c | 262 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 D | mac80211.c | 2002 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 D | dma.c | 14 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 D | mt7996.h | 657 int n_desc, int ring_base, struct mtk_wed_device *wed);
|
| /freebsd/sys/dev/qat_c2xxx/ |
| H A D | qat.c | 897 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()
|