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.h667 u16 next_vport; member
H A Didpf_lib.c1147 adapter->next_vport = idpf_get_free_slot(adapter); in idpf_vport_dealloc()
1226 u16 idx = adapter->next_vport; in idpf_vport_alloc()
1305 adapter->next_vport = idpf_get_free_slot(adapter); in idpf_vport_alloc()
H A Didpf_virtchnl.c1511 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.c2872 struct fc_vport *vport = NULL, *next_vport = NULL; in fc_remove_host() local
2881 list_for_each_entry_safe(vport, next_vport, &fc_host->vports, peers) { in fc_remove_host()