Searched refs:vf_reps (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/net/ethernet/broadcom/bnxt/ |
| H A D | bnxt_vfr.c | 193 return bp->vf_reps[vf_idx]->dev; in bnxt_get_vf_rep() 272 vf_rep = bp->vf_reps[i]; in bnxt_vf_reps_close() 291 if (bp->vf_reps[i]->tx_cfa_action != CFA_HANDLE_INVALID) in bnxt_vf_reps_open() 292 bnxt_vf_rep_open(bp->vf_reps[i]->dev); in bnxt_vf_reps_open() 318 vf_rep = bp->vf_reps[i]; in __bnxt_vf_reps_destroy() 332 kfree(bp->vf_reps); in __bnxt_vf_reps_destroy() 333 bp->vf_reps = NULL; in __bnxt_vf_reps_destroy() 343 if (!bp->vf_reps) in bnxt_vf_reps_destroy() 388 __bnxt_free_one_vf_rep(bp, bp->vf_reps[i]); in bnxt_vf_reps_free() 432 vf_rep = bp->vf_reps[i]; in bnxt_vf_reps_alloc() [all …]
|
| H A D | bnxt.h | 2747 struct bnxt_vf_rep **vf_reps; /* array of vf-rep ptrs */ member
|
| /linux/drivers/net/ethernet/sfc/ |
| H A D | ef100_sriov.c | 39 list_for_each_entry_safe(efv, next, &efx->vf_reps, list) in efx_ef100_pci_sriov_enable()
|
| H A D | ef100_rep.c | 221 list_add_tail(&efv->list, &efx->vf_reps); in efx_ef100_rep_create_netdev() 342 list_for_each_entry_safe(efv, next, &efx->vf_reps, list) in efx_ef100_fini_vfreps() 492 list_for_each_entry(efv, &efx->vf_reps, list) in efx_ef100_find_rep_by_mport()
|
| H A D | efx_common.c | 1003 INIT_LIST_HEAD(&efx->vf_reps); in efx_init_struct() 1378 list_for_each_entry(efv, &efx->vf_reps, list) { in efx_detach_reps() 1397 list_for_each_entry(efv, &efx->vf_reps, list) { in efx_attach_reps()
|
| H A D | net_driver.h | 1173 struct list_head vf_reps; member
|