Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 08dcd4cf authored by James Smart's avatar James Smart Committed by Martin K. Petersen
Browse files

lpfc: Add sysfs proc_name support



Add sysfs proc_name support

Signed-off-by: default avatarDick Kennedy <dick.kennedy@broadcom.com>
Signed-off-by: default avatarJames Smart <james.smart@broadcom.com>
Reviewed-by: default avatarHannes Reinecke <hare@suse.com>
Signed-off-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
parent 7d933313
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -5886,6 +5886,7 @@ lpfc_disable_oas_lun(struct lpfc_hba *phba, struct lpfc_name *vport_wwpn,
struct scsi_host_template lpfc_template_s3 = {
struct scsi_host_template lpfc_template_s3 = {
	.module			= THIS_MODULE,
	.module			= THIS_MODULE,
	.name			= LPFC_DRIVER_NAME,
	.name			= LPFC_DRIVER_NAME,
	.proc_name		= LPFC_DRIVER_NAME,
	.info			= lpfc_info,
	.info			= lpfc_info,
	.queuecommand		= lpfc_queuecommand,
	.queuecommand		= lpfc_queuecommand,
	.eh_abort_handler	= lpfc_abort_handler,
	.eh_abort_handler	= lpfc_abort_handler,
@@ -5910,6 +5911,7 @@ struct scsi_host_template lpfc_template_s3 = {
struct scsi_host_template lpfc_template = {
struct scsi_host_template lpfc_template = {
	.module			= THIS_MODULE,
	.module			= THIS_MODULE,
	.name			= LPFC_DRIVER_NAME,
	.name			= LPFC_DRIVER_NAME,
	.proc_name		= LPFC_DRIVER_NAME,
	.info			= lpfc_info,
	.info			= lpfc_info,
	.queuecommand		= lpfc_queuecommand,
	.queuecommand		= lpfc_queuecommand,
	.eh_abort_handler	= lpfc_abort_handler,
	.eh_abort_handler	= lpfc_abort_handler,
@@ -5935,6 +5937,7 @@ struct scsi_host_template lpfc_template = {
struct scsi_host_template lpfc_vport_template = {
struct scsi_host_template lpfc_vport_template = {
	.module			= THIS_MODULE,
	.module			= THIS_MODULE,
	.name			= LPFC_DRIVER_NAME,
	.name			= LPFC_DRIVER_NAME,
	.proc_name		= LPFC_DRIVER_NAME,
	.info			= lpfc_info,
	.info			= lpfc_info,
	.queuecommand		= lpfc_queuecommand,
	.queuecommand		= lpfc_queuecommand,
	.eh_abort_handler	= lpfc_abort_handler,
	.eh_abort_handler	= lpfc_abort_handler,