Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/amd/xgbe/
Dxgbe-pci.c388 pdata->rx_max_fifo_size = XP_GET_BITS(pdata->pp2, XP_PROP_2, in xgbe_pci_probe()
390 pdata->rx_max_fifo_size *= 16384; in xgbe_pci_probe()
391 pdata->rx_max_fifo_size = min(pdata->rx_max_fifo_size, in xgbe_pci_probe()
392 pdata->vdata->rx_max_fifo_size); in xgbe_pci_probe()
395 pdata->tx_max_fifo_size, pdata->rx_max_fifo_size); in xgbe_pci_probe()
481 .rx_max_fifo_size = 229376,
497 .rx_max_fifo_size = 65536,
Dxgbe-platform.c417 pdata->rx_max_fifo_size = pdata->vdata->rx_max_fifo_size; in xgbe_platform_probe()
537 .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.h1040 unsigned int rx_max_fifo_size; member
1176 unsigned int rx_max_fifo_size; member
Dxgbe-dev.c2430 return min_t(unsigned int, pdata->rx_max_fifo_size, in xgbe_get_rx_fifo_size()