Home
last modified time | relevance | path

Searched refs:mlx4_low_memory_profile (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/
Den_main.c156 params->num_tx_rings_p_up = mlx4_low_memory_profile() ? in mlx4_en_get_profile()
Den_rx.c344 num_rx_rings = mlx4_low_memory_profile() ? MIN_RX_RINGS : in mlx4_en_set_num_rx_rings()
Dmain.c430 if (mlx4_low_memory_profile()) { in mlx4_dev_cap()
2076 if (mlx4_low_memory_profile()) { in mlx4_init_hca()
/linux-4.4.14/include/linux/mlx4/
Ddevice.h1485 static inline bool mlx4_low_memory_profile(void) in mlx4_low_memory_profile() function