Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_vfr.c189 return bp->vf_reps[vf_idx]->dev; in bnxt_get_vf_rep()
270 vf_rep = bp->vf_reps[i]; in bnxt_vf_reps_close()
289 bnxt_vf_rep_open(bp->vf_reps[i]->dev); in bnxt_vf_reps_open()
299 vf_rep = bp->vf_reps[i]; in __bnxt_vf_reps_destroy()
317 kfree(bp->vf_reps); in __bnxt_vf_reps_destroy()
318 bp->vf_reps = NULL; in __bnxt_vf_reps_destroy()
328 if (!bp->vf_reps) in bnxt_vf_reps_destroy()
401 bp->vf_reps = kcalloc(num_vfs, sizeof(vf_rep), GFP_KERNEL); in bnxt_vf_reps_create()
402 if (!bp->vf_reps) in bnxt_vf_reps_create()
423 bp->vf_reps[i] = vf_rep; in bnxt_vf_reps_create()
Dbnxt.h1814 struct bnxt_vf_rep **vf_reps; /* array of vf-rep ptrs */ member