Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A Dscsi_transport_fc.c1473 !(vport->flags & (FC_VPORT_DEL | FC_VPORT_CREATING))) \
1489 if (vport->flags & (FC_VPORT_DEL | FC_VPORT_CREATING)) \
1554 if (vport->flags & (FC_VPORT_DEL | FC_VPORT_CREATING)) \
1682 if (vport->flags & (FC_VPORT_DEL | FC_VPORT_CREATING)) { in store_fc_vport_delete()
1710 if (vport->flags & (FC_VPORT_DEL | FC_VPORT_CREATING)) in store_fc_vport_disable()
2386 if (vport->flags & (FC_VPORT_DEL | FC_VPORT_CREATING)) in store_fc_host_vport_delete()
/linux/include/scsi/
H A Dscsi_transport_fc.h251 #define FC_VPORT_DEL 0x06 /* Any DELETE state */ macro
/linux/drivers/scsi/fcoe/
H A Dfcoe.c2728 if (vport->flags & (FC_VPORT_DEL | FC_VPORT_CREATING)) { in fcoe_vport_remove()