Searched refs:vf_reps (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt_vfr.c | 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() 385 __bnxt_free_one_vf_rep(bp, bp->vf_reps[i]); in bnxt_vf_reps_free() 429 vf_rep = bp->vf_reps[i]; in bnxt_vf_reps_alloc() [all …]
|
D | bnxt.h | 2150 struct bnxt_vf_rep **vf_reps; /* array of vf-rep ptrs */ member
|
/linux-6.1.9/drivers/net/ethernet/sfc/ |
D | ef100_sriov.c | 39 list_for_each_entry_safe(efv, next, &efx->vf_reps, list) in efx_ef100_pci_sriov_enable()
|
D | ef100_rep.c | 219 list_add_tail(&efv->list, &efx->vf_reps); in efx_ef100_rep_create_netdev() 340 list_for_each_entry_safe(efv, next, &efx->vf_reps, list) in efx_ef100_fini_vfreps() 443 list_for_each_entry(efv, &efx->vf_reps, list) in efx_ef100_find_rep_by_mport()
|
D | efx_common.c | 1026 INIT_LIST_HEAD(&efx->vf_reps); in efx_init_struct() 1403 list_for_each_entry(efv, &efx->vf_reps, list) { in efx_detach_reps() 1422 list_for_each_entry(efv, &efx->vf_reps, list) { in efx_attach_reps()
|
D | net_driver.h | 1158 struct list_head vf_reps; member
|