Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dcommon.h431 unsigned int number_tx_queues; member
H A Dstmmac_ethtool.c1115 chan->max_tx = priv->dma_cap.number_tx_queues; in stmmac_get_channels()
1124 chan->tx_count > priv->dma_cap.number_tx_queues || in stmmac_set_channels()
H A Ddwxgmac2_dma.c468 dma_cap->number_tx_queues = in dwxgmac2_get_hw_feature()
H A Ddwmac4_dma.c451 dma_cap->number_tx_queues = in dwmac4_get_hw_feature()
H A Dstmmac_main.c6497 priv->dma_cap.number_tx_queues); in stmmac_dma_cap_show()
7293 if (priv->dma_cap.number_tx_queues && in stmmac_hw_init()
7294 priv->plat->tx_queues_to_use > priv->dma_cap.number_tx_queues) { in stmmac_hw_init()
7298 priv->plat->tx_queues_to_use = priv->dma_cap.number_tx_queues; in stmmac_hw_init()