Searched refs:rx_max_channel_count (Results 1 – 4 of 4) sorted by relevance
224 if (!pdata->rx_max_channel_count) in xgbe_set_counts()225 pdata->rx_max_channel_count = pdata->hw_feat.rx_ch_cnt; in xgbe_set_counts()251 pdata->rx_max_channel_count); in xgbe_set_counts()
355 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()
720 rx = min(pdata->hw_feat.rx_ch_cnt, pdata->rx_max_channel_count); in xgbe_get_channels()765 rx = min(pdata->hw_feat.rx_ch_cnt, pdata->rx_max_channel_count); in xgbe_set_channels()
1118 unsigned int rx_max_channel_count; member