Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/scsi/
Dscsi_transport_fc.c1078 !(vport->flags & (FC_VPORT_DEL | FC_VPORT_CREATING))) \
1094 if (vport->flags & (FC_VPORT_DEL | FC_VPORT_CREATING)) \
1159 if (vport->flags & (FC_VPORT_DEL | FC_VPORT_CREATING)) \
1287 if (vport->flags & (FC_VPORT_DEL | FC_VPORT_CREATING)) { in store_fc_vport_delete()
1315 if (vport->flags & (FC_VPORT_DEL | FC_VPORT_CREATING)) in store_fc_vport_disable()
1915 if (vport->flags & (FC_VPORT_DEL | FC_VPORT_CREATING)) in store_fc_host_vport_delete()
3363 vport->flags = FC_VPORT_CREATING; in fc_vport_setup()
3416 vport->flags &= ~FC_VPORT_CREATING; in fc_vport_setup()
/linux-3.4.99/include/scsi/
Dscsi_transport_fc.h248 #define FC_VPORT_CREATING 0x01 macro