Searched refs:tx_max_channel_count (Results 1 – 4 of 4) sorted by relevance
222 if (!pdata->tx_max_channel_count) in xgbe_set_counts()223 pdata->tx_max_channel_count = pdata->hw_feat.tx_ch_cnt; in xgbe_set_counts()242 pdata->tx_max_channel_count); in xgbe_set_counts()
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()
722 tx = min(pdata->hw_feat.tx_ch_cnt, pdata->tx_max_channel_count); in xgbe_get_channels()767 tx = min(pdata->hw_feat.tx_ch_cnt, pdata->tx_max_channel_count); in xgbe_set_channels()
1117 unsigned int tx_max_channel_count; member