Home
last modified time | relevance | path

Searched refs:FC_VPORT_CREATING (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/scsi/
Dscsi_transport_fc.c1082 !(vport->flags & (FC_VPORT_DEL | FC_VPORT_CREATING))) \
1098 if (vport->flags & (FC_VPORT_DEL | FC_VPORT_CREATING)) \
1163 if (vport->flags & (FC_VPORT_DEL | FC_VPORT_CREATING)) \
1291 if (vport->flags & (FC_VPORT_DEL | FC_VPORT_CREATING | FC_VPORT_DELETING)) { in store_fc_vport_delete()
1319 if (vport->flags & (FC_VPORT_DEL | FC_VPORT_CREATING)) in store_fc_vport_disable()
1937 if (vport->flags & (FC_VPORT_DEL | FC_VPORT_CREATING)) in store_fc_host_vport_delete()
3381 vport->flags = FC_VPORT_CREATING; in fc_vport_setup()
3434 vport->flags &= ~FC_VPORT_CREATING; in fc_vport_setup()
/Linux-v4.19/include/scsi/
Dscsi_transport_fc.h260 #define FC_VPORT_CREATING 0x01 macro
/Linux-v4.19/drivers/scsi/fcoe/
Dfcoe.c2755 if (vport->flags & (FC_VPORT_DEL | FC_VPORT_CREATING)) { in fcoe_vport_remove()