Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/amd/xgbe/
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()
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()
Dxgbe-ethtool.c702 rx = min(pdata->hw_feat.rx_ch_cnt, pdata->rx_max_channel_count); in xgbe_get_channels()
747 rx = min(pdata->hw_feat.rx_ch_cnt, pdata->rx_max_channel_count); in xgbe_set_channels()
Dxgbe.h1139 unsigned int rx_max_channel_count; member