Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7615/
H A Ddma.c57 ret = mt76_connac_init_tx_queues(&dev->mphy, 0, MT7615_TX_RING_SIZE, in mt7615_init_tx_queues()
/openbmc/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt76_connac.h387 int mt76_connac_init_tx_queues(struct mt76_phy *phy, int idx, int n_desc,
H A Dmt76_connac_mac.c258 int mt76_connac_init_tx_queues(struct mt76_phy *phy, int idx, int n_desc, in mt76_connac_init_tx_queues() function
272 EXPORT_SYMBOL_GPL(mt76_connac_init_tx_queues);
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7996/
H A Ddma.c268 ret = mt76_connac_init_tx_queues(dev->phy.mt76, in mt7996_dma_init()
H A Dinit.c384 ret = mt76_connac_init_tx_queues(phy->mt76, in mt7996_register_phy()
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7921/
H A Dpci.c172 ret = mt76_connac_init_tx_queues(dev->phy.mt76, MT7921_TXQ_BAND0, in mt7921_dma_init()
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7915/
H A Ddma.c22 return mt76_connac_init_tx_queues(phy->mt76, idx, n_desc, ring_base, in mt7915_init_tx_queues()