scsi: elx: libefc: Generic state machine framework
authorJames Smart <jsmart2021@gmail.com>
Tue, 1 Jun 2021 23:54:49 +0000 (16:54 -0700)
committerMartin K. Petersen <martin.petersen@oracle.com>
Wed, 16 Jun 2021 03:39:29 +0000 (23:39 -0400)
commit5aa09c48688fde15402931a4aa7e3cf31cac7a4a
tree7942becd290960f67077312b45da8dc3f10bca89
parent388f36edec42094837569391b6b4ca91d4bb4c1e
scsi: elx: libefc: Generic state machine framework

Start the population of the libefc library.

The library will contain common tasks usable by a target or initiator
driver. The library will also contain a FC discovery state machine
interface.

Creates the library directory and add definitions for the discovery state
machine interface.

Link: https://lore.kernel.org/r/20210601235512.20104-9-jsmart2021@gmail.com
Reviewed-by: Hannes Reinecke <hare@suse.de>
Reviewed-by: Daniel Wagner <dwagner@suse.de>
Co-developed-by: Ram Vegesna <ram.vegesna@broadcom.com>
Signed-off-by: Ram Vegesna <ram.vegesna@broadcom.com>
Signed-off-by: James Smart <jsmart2021@gmail.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/elx/libefc/efc_sm.c [new file with mode: 0644]
drivers/scsi/elx/libefc/efc_sm.h [new file with mode: 0644]