Home
last modified time | relevance | path

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

/drivers/net/ethernet/amd/xgbe/
A Dxgbe-pci.c306 pdata->rx_max_fifo_size = XP_GET_BITS(pdata->pp2, XP_PROP_2, in xgbe_pci_probe()
308 pdata->rx_max_fifo_size *= 16384; in xgbe_pci_probe()
309 pdata->rx_max_fifo_size = min(pdata->rx_max_fifo_size, in xgbe_pci_probe()
310 pdata->vdata->rx_max_fifo_size); in xgbe_pci_probe()
313 pdata->tx_max_fifo_size, pdata->rx_max_fifo_size); in xgbe_pci_probe()
399 .rx_max_fifo_size = 65536,
415 .rx_max_fifo_size = 229376,
432 .rx_max_fifo_size = 65536,
A Dxgbe-platform.c308 pdata->rx_max_fifo_size = pdata->vdata->rx_max_fifo_size; in xgbe_platform_probe()
428 .rx_max_fifo_size = 81920,
A Dxgbe-main.c192 if (!pdata->rx_max_fifo_size) in xgbe_config_netdev()
193 pdata->rx_max_fifo_size = pdata->hw_feat.rx_fifo_size; in xgbe_config_netdev()
A Dxgbe.h952 unsigned int rx_max_fifo_size; member
1090 unsigned int rx_max_fifo_size; member
A Dxgbe-dev.c2293 return min_t(unsigned int, pdata->rx_max_fifo_size, in xgbe_get_rx_fifo_size()

Completed in 22 milliseconds