Lines Matching refs:num_vfs
266 u16 num_vfs, i; in bnxt_vf_reps_close() local
271 num_vfs = pci_num_vf(bp->pdev); in bnxt_vf_reps_close()
272 for (i = 0; i < num_vfs; i++) { in bnxt_vf_reps_close()
315 u16 num_vfs = pci_num_vf(bp->pdev); in __bnxt_vf_reps_destroy() local
319 for (i = 0; i < num_vfs; i++) { in __bnxt_vf_reps_destroy()
378 u16 num_vfs = pci_num_vf(bp->pdev); in bnxt_vf_reps_free() local
384 for (i = 0; i < num_vfs; i++) in bnxt_vf_reps_free()
415 u16 *cfa_code_map = bp->cfa_code_map, num_vfs = pci_num_vf(bp->pdev); in bnxt_vf_reps_alloc() local
428 for (i = 0; i < num_vfs; i++) { in bnxt_vf_reps_alloc()
487 u16 *cfa_code_map = NULL, num_vfs = pci_num_vf(bp->pdev); in bnxt_vf_reps_create() local
495 bp->vf_reps = kcalloc(num_vfs, sizeof(vf_rep), GFP_KERNEL); in bnxt_vf_reps_create()
509 for (i = 0; i < num_vfs; i++) { in bnxt_vf_reps_create()