Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Drx_res.c40 bool multi_vhca = res->features & MLX5E_RX_RES_FEATURE_MULTI_VHCA; in get_vhca_ids() local
42 return multi_vhca ? res->rss_vhca_ids + offset : NULL; in get_vhca_ids()
304 bool multi_vhca) in mlx5e_rx_res_alloc() argument
318 if (multi_vhca) { in mlx5e_rx_res_alloc()
453 bool multi_vhca = features & MLX5E_RX_RES_FEATURE_MULTI_VHCA; in mlx5e_rx_res_create() local
457 res = mlx5e_rx_res_alloc(mdev, max_nch, multi_vhca); in mlx5e_rx_res_create()