public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/8] lpfc 8.3.45: Added dport mailbox pass through support.
@ 2014-02-20 14:56 James Smart
  0 siblings, 0 replies; only message in thread
From: James Smart @ 2014-02-20 14:56 UTC (permalink / raw)
  To: linux-scsi

Added dport mailbox pass through support.


Signed-off-by: James Smart <james.smart@emulex.com>

 ---

 lpfc_bsg.c |    3 +++
 lpfc_bsg.h |    2 ++
 2 files changed, 5 insertions(+)


diff -upNr a/drivers/scsi/lpfc/lpfc_bsg.c b/drivers/scsi/lpfc/lpfc_bsg.c
--- a/drivers/scsi/lpfc/lpfc_bsg.c	2014-02-12 10:40:47.000000000 -0500
+++ b/drivers/scsi/lpfc/lpfc_bsg.c	2014-02-19 15:29:25.278023648 -0500
@@ -4153,6 +4153,7 @@ lpfc_bsg_handle_sli_cfg_mbox(struct lpfc
 		if (subsys == SLI_CONFIG_SUBSYS_FCOE) {
 			switch (opcode) {
 			case FCOE_OPCODE_READ_FCF:
+			case FCOE_OPCODE_GET_DPORT_RESULTS:
 				lpfc_printf_log(phba, KERN_INFO, LOG_LIBDFC,
 						"2957 Handled SLI_CONFIG "
 						"subsys_fcoe, opcode:x%x\n",
@@ -4161,6 +4162,8 @@ lpfc_bsg_handle_sli_cfg_mbox(struct lpfc
 							nemb_mse, dmabuf);
 				break;
 			case FCOE_OPCODE_ADD_FCF:
+			case FCOE_OPCODE_SET_DPORT_MODE:
+			case LPFC_MBOX_OPCODE_FCOE_LINK_DIAG_STATE:
 				lpfc_printf_log(phba, KERN_INFO, LOG_LIBDFC,
 						"2958 Handled SLI_CONFIG "
 						"subsys_fcoe, opcode:x%x\n",
diff -upNr a/drivers/scsi/lpfc/lpfc_bsg.h b/drivers/scsi/lpfc/lpfc_bsg.h
--- a/drivers/scsi/lpfc/lpfc_bsg.h	2014-02-11 16:07:17.000000000 -0500
+++ b/drivers/scsi/lpfc/lpfc_bsg.h	2014-02-19 15:29:25.282023648 -0500
@@ -231,6 +231,8 @@ struct lpfc_sli_config_emb0_subsys {
 #define SLI_CONFIG_SUBSYS_FCOE		0x0C
 #define FCOE_OPCODE_READ_FCF		0x08
 #define FCOE_OPCODE_ADD_FCF		0x09
+#define FCOE_OPCODE_SET_DPORT_MODE	0x27
+#define FCOE_OPCODE_GET_DPORT_RESULTS	0x28
 };
 
 struct lpfc_sli_config_emb1_subsys {




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-02-20 14:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-20 14:56 [PATCH 1/8] lpfc 8.3.45: Added dport mailbox pass through support James Smart

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox