Home
last modified time | relevance | path

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

/drivers/net/ethernet/amd/xgbe/
A Dxgbe-main.c116 if (!pdata->tx_max_q_count) in xgbe_set_counts()
117 pdata->tx_max_q_count = pdata->hw_feat.tx_q_cnt; in xgbe_set_counts()
133 pdata->tx_max_q_count); in xgbe_set_counts()
A Dxgbe-pci.c285 pdata->tx_max_q_count = XP_GET_BITS(pdata->pp1, XP_PROP_1, in xgbe_pci_probe()
294 pdata->tx_max_q_count, pdata->rx_max_q_count); in xgbe_pci_probe()
A Dxgbe-ethtool.c595 tx = min(tx, pdata->tx_max_q_count); in xgbe_get_channels()
639 tx = min(tx, pdata->tx_max_q_count); in xgbe_set_channels()
A Dxgbe.h1069 unsigned int tx_max_q_count; member

Completed in 13 milliseconds