Searched refs:tx_max_channel_count (Results 1 – 3 of 3) sorted by relevance
520 pdata->tx_max_channel_count = XP_GET_BITS(pdata->pp1, XP_PROP_1, in axgbe_if_attach_pre()529 pdata->tx_max_channel_count, pdata->rx_max_channel_count); in axgbe_if_attach_pre()614 if (!pdata->tx_max_channel_count) in axgbe_set_counts()615 pdata->tx_max_channel_count = pdata->hw_feat.tx_ch_cnt; in axgbe_set_counts()642 pdata->tx_max_channel_count); in axgbe_set_counts()654 pdata->tx_max_channel_count, pdata->rx_max_channel_count); in axgbe_set_counts()
1114 unsigned int tx_max_channel_count; member
1085 tx = min(pdata->hw_feat.tx_ch_cnt, pdata->tx_max_channel_count); in sysctl_channels_handler()