Searched refs:tx_max_q_count (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/amd/xgbe/ |
H A D | xgbe-main.c | 225 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()
|
H A D | xgbe-pci.c | 357 pdata->tx_max_q_count = XP_GET_BITS(pdata->pp1, XP_PROP_1, in xgbe_pci_probe() 366 pdata->tx_max_q_count, pdata->rx_max_q_count); in xgbe_pci_probe()
|
H A D | xgbe-ethtool.c | 704 tx = min(tx, pdata->tx_max_q_count); in xgbe_get_channels() 748 tx = min(tx, pdata->tx_max_q_count); in xgbe_set_channels()
|
H A D | xgbe.h | 1122 unsigned int tx_max_q_count; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/amd/xgbe/ |
H A D | xgbe-main.c | 225 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()
|
H A D | xgbe-pci.c | 367 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()
|
H A D | xgbe-ethtool.c | 711 tx = min(tx, pdata->tx_max_q_count); in xgbe_get_channels() 755 tx = min(tx, pdata->tx_max_q_count); in xgbe_set_channels()
|
H A D | xgbe.h | 1155 unsigned int tx_max_q_count; member
|
Completed in 12 milliseconds