Searched refs:rx_max_fifo_size (Results 1 – 5 of 5) sorted by relevance
| /drivers/net/ethernet/amd/xgbe/ |
| A D | xgbe-pci.c | 306 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 D | xgbe-platform.c | 308 pdata->rx_max_fifo_size = pdata->vdata->rx_max_fifo_size; in xgbe_platform_probe() 428 .rx_max_fifo_size = 81920,
|
| A D | xgbe-main.c | 192 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 D | xgbe.h | 952 unsigned int rx_max_fifo_size; member 1090 unsigned int rx_max_fifo_size; member
|
| A D | xgbe-dev.c | 2293 return min_t(unsigned int, pdata->rx_max_fifo_size, in xgbe_get_rx_fifo_size()
|
Completed in 22 milliseconds