Home
last modified time | relevance | path

Searched refs:rx_max_channel_count (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-main.c222 if (!pdata->rx_max_channel_count) in xgbe_set_counts()
223 pdata->rx_max_channel_count = pdata->hw_feat.rx_ch_cnt; in xgbe_set_counts()
249 pdata->rx_max_channel_count); in xgbe_set_counts()
H A Dxgbe-pci.c355 pdata->rx_max_channel_count = XP_GET_BITS(pdata->pp1, XP_PROP_1, in xgbe_pci_probe()
364 pdata->rx_max_channel_count); in xgbe_pci_probe()
H A Dxgbe-ethtool.c700 rx = min(pdata->hw_feat.rx_ch_cnt, pdata->rx_max_channel_count); in xgbe_get_channels()
745 rx = min(pdata->hw_feat.rx_ch_cnt, pdata->rx_max_channel_count); in xgbe_set_channels()
H A Dxgbe.h1112 unsigned int rx_max_channel_count; member
/kernel/linux/linux-6.6/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-main.c222 if (!pdata->rx_max_channel_count) in xgbe_set_counts()
223 pdata->rx_max_channel_count = pdata->hw_feat.rx_ch_cnt; in xgbe_set_counts()
249 pdata->rx_max_channel_count); in xgbe_set_counts()
H A Dxgbe-pci.c365 pdata->rx_max_channel_count = XP_GET_BITS(pdata->pp1, XP_PROP_1, in xgbe_pci_probe()
374 pdata->rx_max_channel_count); in xgbe_pci_probe()
H A Dxgbe-ethtool.c707 rx = min(pdata->hw_feat.rx_ch_cnt, pdata->rx_max_channel_count); in xgbe_get_channels()
752 rx = min(pdata->hw_feat.rx_ch_cnt, pdata->rx_max_channel_count); in xgbe_set_channels()
H A Dxgbe.h1145 unsigned int rx_max_channel_count; member

Completed in 16 milliseconds