Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/scsi/
Dscsi_transport_fc.c1475 !(vport->flags & (FC_VPORT_DEL | FC_VPORT_CREATING))) \
1491 if (vport->flags & (FC_VPORT_DEL | FC_VPORT_CREATING)) \
1556 if (vport->flags & (FC_VPORT_DEL | FC_VPORT_CREATING)) \
1684 if (vport->flags & (FC_VPORT_DEL | FC_VPORT_CREATING)) { in store_fc_vport_delete()
1712 if (vport->flags & (FC_VPORT_DEL | FC_VPORT_CREATING)) in store_fc_vport_disable()
2388 if (vport->flags & (FC_VPORT_DEL | FC_VPORT_CREATING)) in store_fc_host_vport_delete()
3859 vport->flags = FC_VPORT_CREATING; in fc_vport_setup()
3912 vport->flags &= ~FC_VPORT_CREATING; in fc_vport_setup()
/Linux-v6.1/include/scsi/
Dscsi_transport_fc.h248 #define FC_VPORT_CREATING 0x01 macro
/Linux-v6.1/drivers/scsi/fcoe/
Dfcoe.c2727 if (vport->flags & (FC_VPORT_DEL | FC_VPORT_CREATING)) { in fcoe_vport_remove()