Searched refs:next_vport (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/net/ethernet/intel/idpf/ |
| H A D | idpf.h | 710 u16 next_vport; member
|
| H A D | idpf_lib.c | 1152 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 D | idpf_virtchnl.c | 1555 u16 idx = adapter->next_vport; in idpf_send_create_vport_msg()
|
| /linux/drivers/scsi/elx/efct/ |
| H A D | efct_lio.c | 862 struct efct_lio_vport_list_t *vport, *next_vport; in efct_lio_npiv_drop_nport() local 871 list_for_each_entry_safe(vport, next_vport, &efct->tgt_efct.vport_list, in efct_lio_npiv_drop_nport()
|
| /linux/drivers/scsi/fcoe/ |
| H A D | fcoe.c | 2700 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 D | scsi_transport_fc.c | 2914 struct fc_vport *vport = NULL, *next_vport = NULL; in fc_remove_host() local 2923 list_for_each_entry_safe(vport, next_vport, &fc_host->vports, peers) { in fc_remove_host()
|