Home
last modified time | relevance | path

Searched refs:tx_max_q_count (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/amd/xgbe/
Dxgbe-main.c225 if (!pdata->tx_max_q_count) in xgbe_set_counts()
226 pdata->tx_max_q_count = pdata->hw_feat.tx_q_cnt; in xgbe_set_counts()
242 pdata->tx_max_q_count); in xgbe_set_counts()
Dxgbe-pci.c367 pdata->tx_max_q_count = XP_GET_BITS(pdata->pp1, XP_PROP_1, in xgbe_pci_probe()
376 pdata->tx_max_q_count, pdata->rx_max_q_count); in xgbe_pci_probe()
Dxgbe-ethtool.c706 tx = min(tx, pdata->tx_max_q_count); in xgbe_get_channels()
750 tx = min(tx, pdata->tx_max_q_count); in xgbe_set_channels()
Dxgbe.h1149 unsigned int tx_max_q_count; member