Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/net/ethernet/stmicro/stmmac/
Dcommon.h442 unsigned int number_tx_queues; member
Dstmmac_ethtool.c1158 chan->max_tx = priv->dma_cap.number_tx_queues; in stmmac_get_channels()
1167 chan->tx_count > priv->dma_cap.number_tx_queues || in stmmac_set_channels()
Ddwxgmac2_dma.c470 dma_cap->number_tx_queues = in dwxgmac2_get_hw_feature()
Ddwmac4_dma.c451 dma_cap->number_tx_queues = in dwmac4_get_hw_feature()
Dstmmac_main.c6440 priv->dma_cap.number_tx_queues); in stmmac_dma_cap_show()
7229 if (priv->dma_cap.number_tx_queues && in stmmac_hw_init()
7230 priv->plat->tx_queues_to_use > priv->dma_cap.number_tx_queues) { in stmmac_hw_init()
7234 priv->plat->tx_queues_to_use = priv->dma_cap.number_tx_queues; in stmmac_hw_init()