Home
last modified time | relevance | path

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

/freebsd/sys/dev/axgbe/
H A Dif_axgbe_pci.c521 pdata->rx_max_channel_count = XP_GET_BITS(pdata->pp1, XP_PROP_1, in axgbe_if_attach_pre()
528 pdata->tx_max_channel_count, pdata->rx_max_channel_count); in axgbe_if_attach_pre()
624 if (!pdata->rx_max_channel_count) in axgbe_set_counts()
625 pdata->rx_max_channel_count = pdata->hw_feat.rx_ch_cnt; in axgbe_set_counts()
666 pdata->rx_max_channel_count); in axgbe_set_counts()
671 pdata->tx_max_channel_count, pdata->rx_max_channel_count); in axgbe_set_counts()
H A Dxgbe.h1115 unsigned int rx_max_channel_count; member
H A Dxgbe-sysctl.c1099 rx = min(pdata->hw_feat.rx_ch_cnt, pdata->rx_max_channel_count); in sysctl_channels_handler()