Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-main.c112 if (!pdata->rx_max_channel_count) in xgbe_set_counts()
113 pdata->rx_max_channel_count = pdata->hw_feat.rx_ch_cnt; in xgbe_set_counts()
139 pdata->rx_max_channel_count); in xgbe_set_counts()
H A Dxgbe-pci.c283 pdata->rx_max_channel_count = XP_GET_BITS(pdata->pp1, XP_PROP_1, in xgbe_pci_probe()
292 pdata->rx_max_channel_count); in xgbe_pci_probe()
H A Dxgbe-ethtool.c617 rx = min(pdata->hw_feat.rx_ch_cnt, pdata->rx_max_channel_count); in xgbe_get_channels()
662 rx = min(pdata->hw_feat.rx_ch_cnt, pdata->rx_max_channel_count); in xgbe_set_channels()
H A Dxgbe.h1067 unsigned int rx_max_channel_count; member