Home
last modified time | relevance | path

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

/drivers/net/ethernet/amd/xgbe/
Dxgbe-main.c227 if (!pdata->rx_max_q_count) in xgbe_set_counts()
228 pdata->rx_max_q_count = pdata->hw_feat.rx_q_cnt; in xgbe_set_counts()
252 pdata->rx_max_q_count); in xgbe_set_counts()
Dxgbe-pci.c369 pdata->rx_max_q_count = XP_GET_BITS(pdata->pp1, XP_PROP_1, in xgbe_pci_probe()
376 pdata->tx_max_q_count, pdata->rx_max_q_count); in xgbe_pci_probe()
Dxgbe.h1156 unsigned int rx_max_q_count; member