Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_vfr.c189 return bp->vf_reps[vf_idx]->dev; in bnxt_get_vf_rep()
269 vf_rep = bp->vf_reps[i]; in bnxt_vf_reps_close()
288 bnxt_vf_rep_open(bp->vf_reps[i]->dev); in bnxt_vf_reps_open()
298 vf_rep = bp->vf_reps[i]; in __bnxt_vf_reps_destroy()
316 kfree(bp->vf_reps); in __bnxt_vf_reps_destroy()
317 bp->vf_reps = NULL; in __bnxt_vf_reps_destroy()
327 if (!bp->vf_reps) in bnxt_vf_reps_destroy()
403 bp->vf_reps = kcalloc(num_vfs, sizeof(vf_rep), GFP_KERNEL); in bnxt_vf_reps_create()
404 if (!bp->vf_reps) in bnxt_vf_reps_create()
425 bp->vf_reps[i] = vf_rep; in bnxt_vf_reps_create()
Dbnxt.h1977 struct bnxt_vf_rep **vf_reps; /* array of vf-rep ptrs */ member