Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/amd/xgbe/
A Dxgbe-main.c220 if (!pdata->tx_max_channel_count) in xgbe_set_counts()
221 pdata->tx_max_channel_count = pdata->hw_feat.tx_ch_cnt; in xgbe_set_counts()
240 pdata->tx_max_channel_count); in xgbe_set_counts()
A Dxgbe-pci.c363 pdata->tx_max_channel_count = XP_GET_BITS(pdata->pp1, XP_PROP_1, in xgbe_pci_probe()
373 pdata->tx_max_channel_count, in xgbe_pci_probe()
A Dxgbe-ethtool.c704 tx = min(pdata->hw_feat.tx_ch_cnt, pdata->tx_max_channel_count); in xgbe_get_channels()
749 tx = min(pdata->hw_feat.tx_ch_cnt, pdata->tx_max_channel_count); in xgbe_set_channels()
A Dxgbe.h1144 unsigned int tx_max_channel_count; member

Completed in 14 milliseconds