Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
HDmlx4_main.c3100 u8 total_vfs, int existing_vfs, int reset_flow) in mlx4_enable_sriov() argument
3115 if (existing_vfs != total_vfs) { in mlx4_enable_sriov()
3117 existing_vfs, total_vfs); in mlx4_enable_sriov()
3118 total_vfs = existing_vfs; in mlx4_enable_sriov()
3210 int existing_vfs = 0; in mlx4_load_one() local
3264 existing_vfs = pci_num_vf(pdev); in mlx4_load_one()
3265 if (existing_vfs) in mlx4_load_one()
3328 existing_vfs, in mlx4_load_one()
3369 if (!existing_vfs) in mlx4_load_one()
3386 existing_vfs, reset_flow); in mlx4_load_one()
[all …]