Home
last modified time | relevance | path

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

/openbmc/linux/include/scsi/
H A Dscsi_transport_fc.h249 #define FC_VPORT_DELETING 0x02 macro
/openbmc/linux/drivers/scsi/
H A Dscsi_transport_fc.c1691 vport->flags |= FC_VPORT_DELETING; in store_fc_vport_delete()
2393 vport->flags |= FC_VPORT_DELETING; in store_fc_host_vport_delete()
2891 vport->flags |= FC_VPORT_DELETING; in fc_remove_host()
3990 vport->flags &= ~FC_VPORT_DELETING; in fc_vport_terminate()
/openbmc/linux/drivers/scsi/fcoe/
H A Dfcoe.c2731 vport->flags |= FC_VPORT_DELETING; in fcoe_vport_remove()