Searched refs:tx_max_channel_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 | 220 if (!pdata->tx_max_channel_count) in xgbe_set_counts() 221 pdata->tx_max_channel_count = pdata->hw_feat.tx_ch_cnt; in xgbe_set_counts() 240 pdata->tx_max_channel_count); in xgbe_set_counts()
|
H A D | xgbe-pci.c | 353 pdata->tx_max_channel_count = XP_GET_BITS(pdata->pp1, XP_PROP_1, in xgbe_pci_probe() 363 pdata->tx_max_channel_count, in xgbe_pci_probe()
|
H A D | xgbe-ethtool.c | 702 tx = min(pdata->hw_feat.tx_ch_cnt, pdata->tx_max_channel_count); in xgbe_get_channels() 747 tx = min(pdata->hw_feat.tx_ch_cnt, pdata->tx_max_channel_count); in xgbe_set_channels()
|
H A D | xgbe.h | 1111 unsigned int tx_max_channel_count; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/amd/xgbe/ |
H A D | xgbe-main.c | 220 if (!pdata->tx_max_channel_count) in xgbe_set_counts() 221 pdata->tx_max_channel_count = pdata->hw_feat.tx_ch_cnt; in xgbe_set_counts() 240 pdata->tx_max_channel_count); in xgbe_set_counts()
|
H A D | xgbe-pci.c | 363 pdata->tx_max_channel_count = XP_GET_BITS(pdata->pp1, XP_PROP_1, in xgbe_pci_probe() 373 pdata->tx_max_channel_count, in xgbe_pci_probe()
|
H A D | xgbe-ethtool.c | 709 tx = min(pdata->hw_feat.tx_ch_cnt, pdata->tx_max_channel_count); in xgbe_get_channels() 754 tx = min(pdata->hw_feat.tx_ch_cnt, pdata->tx_max_channel_count); in xgbe_set_channels()
|
H A D | xgbe.h | 1144 unsigned int tx_max_channel_count; member
|
Completed in 11 milliseconds