Home
last modified time | relevance | path

Searched refs:next_vport (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/ethernet/intel/idpf/
H A Didpf.h579 * @next_vport: Next free slot in pf->vport[] - 0-based!
637 u16 next_vport; member
H A Didpf_lib.c1047 adapter->next_vport = idpf_get_free_slot(adapter); in idpf_vport_dealloc()
1126 u16 idx = adapter->next_vport; in idpf_vport_alloc()
1197 /* prepare adapter->next_vport for next use */ in idpf_vport_alloc()
1198 adapter->next_vport = idpf_get_free_slot(adapter); in idpf_vport_alloc()
H A Didpf_virtchnl.c1381 u16 idx = adapter->next_vport; in idpf_send_create_vport_msg()
/linux/drivers/scsi/fcoe/
H A Dfcoe.c2700 struct fc_vport *next_vport; in fcoe_vport_remove() local
2707 list_for_each_entry_safe(vport, next_vport, &fc_host->vports, peers) { in fcoe_vport_remove()
/linux/drivers/scsi/
H A Dscsi_transport_fc.c2871 struct fc_vport *vport = NULL, *next_vport = NULL; in fc_remove_host() local
2880 list_for_each_entry_safe(vport, next_vport, &fc_host->vports, peers) { in fc_remove_host()