Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4_main.c3106 u8 total_vfs, int existing_vfs, int reset_flow) in mlx4_enable_sriov() argument
3121 if (existing_vfs != total_vfs) { in mlx4_enable_sriov()
3123 existing_vfs, total_vfs); in mlx4_enable_sriov()
3124 total_vfs = existing_vfs; in mlx4_enable_sriov()
3216 int existing_vfs = 0; in mlx4_load_one() local
3270 existing_vfs = pci_num_vf(pdev); in mlx4_load_one()
3271 if (existing_vfs) in mlx4_load_one()
3334 existing_vfs, in mlx4_load_one()
3375 if (!existing_vfs) in mlx4_load_one()
3392 existing_vfs, reset_flow); in mlx4_load_one()
[all …]