Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/idpf/
H A Didpf.h710 u16 next_vport; member
H A Didpf_lib.c1152 adapter->next_vport = idpf_get_free_slot(adapter); in idpf_vport_dealloc()
1231 u16 idx = adapter->next_vport; in idpf_vport_alloc()
1315 adapter->next_vport = idpf_get_free_slot(adapter); in idpf_vport_alloc()
H A Didpf_virtchnl.c1555 u16 idx = adapter->next_vport; in idpf_send_create_vport_msg()
/linux/drivers/scsi/
H A Dscsi_transport_fc.c2919 struct fc_vport *vport = NULL, *next_vport = NULL; in fc_remove_host() local
2928 list_for_each_entry_safe(vport, next_vport, &fc_host->vports, peers) { in fc_remove_host()