Home
last modified time | relevance | path

Searched refs:rx_max_fifo_size (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/drivers/net/ethernet/amd/xgbe/
Dxgbe-pci.c378 pdata->rx_max_fifo_size = XP_GET_BITS(pdata->pp2, XP_PROP_2, in xgbe_pci_probe()
380 pdata->rx_max_fifo_size *= 16384; in xgbe_pci_probe()
381 pdata->rx_max_fifo_size = min(pdata->rx_max_fifo_size, in xgbe_pci_probe()
382 pdata->vdata->rx_max_fifo_size); in xgbe_pci_probe()
385 pdata->tx_max_fifo_size, pdata->rx_max_fifo_size); in xgbe_pci_probe()
468 .rx_max_fifo_size = 229376,
483 .rx_max_fifo_size = 65536,
Dxgbe-platform.c457 pdata->rx_max_fifo_size = pdata->vdata->rx_max_fifo_size; in xgbe_platform_probe()
579 .rx_max_fifo_size = 81920,
Dxgbe-main.c301 if (!pdata->rx_max_fifo_size) in xgbe_config_netdev()
302 pdata->rx_max_fifo_size = pdata->hw_feat.rx_fifo_size; in xgbe_config_netdev()
Dxgbe.h1007 unsigned int rx_max_fifo_size; member
1142 unsigned int rx_max_fifo_size; member
Dxgbe-dev.c2373 return min_t(unsigned int, pdata->rx_max_fifo_size, in xgbe_get_rx_fifo_size()