Lines Matching refs:vf_reps
193 return bp->vf_reps[vf_idx]->dev; in bnxt_get_vf_rep()
273 vf_rep = bp->vf_reps[i]; in bnxt_vf_reps_close()
293 if (bp->vf_reps[i]->tx_cfa_action != CFA_HANDLE_INVALID) in bnxt_vf_reps_open()
294 bnxt_vf_rep_open(bp->vf_reps[i]->dev); in bnxt_vf_reps_open()
320 vf_rep = bp->vf_reps[i]; in __bnxt_vf_reps_destroy()
334 kfree(bp->vf_reps); in __bnxt_vf_reps_destroy()
335 bp->vf_reps = NULL; in __bnxt_vf_reps_destroy()
345 if (!bp->vf_reps) in bnxt_vf_reps_destroy()
390 __bnxt_free_one_vf_rep(bp, bp->vf_reps[i]); in bnxt_vf_reps_free()
434 vf_rep = bp->vf_reps[i]; in bnxt_vf_reps_alloc()
501 bp->vf_reps = kcalloc(num_vfs, sizeof(vf_rep), GFP_KERNEL); in bnxt_vf_reps_create()
502 if (!bp->vf_reps) in bnxt_vf_reps_create()
523 bp->vf_reps[i] = vf_rep; in bnxt_vf_reps_create()