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.h449 unsigned int number_tx_queues; member
H A Dstmmac_ethtool.c987 chan->max_tx = priv->dma_cap.number_tx_queues; in stmmac_get_channels()
996 chan->tx_count > priv->dma_cap.number_tx_queues || in stmmac_set_channels()
H A Ddwmac4_dma.c426 dma_cap->number_tx_queues = in dwmac4_get_hw_feature()
H A Ddwxgmac2_dma.c440 dma_cap->number_tx_queues = in dwxgmac2_get_hw_feature()
H A Dstmmac_main.c6587 priv->dma_cap.number_tx_queues); in stmmac_dma_cap_show()
7449 if (priv->dma_cap.number_tx_queues && in stmmac_hw_init()
7450 priv->plat->tx_queues_to_use > priv->dma_cap.number_tx_queues) { in stmmac_hw_init()
7454 priv->plat->tx_queues_to_use = priv->dma_cap.number_tx_queues; in stmmac_hw_init()