[SCSI] lpfc 8.3.45: Added dport mailbox pass through support.
Signed-off-by: James Smart <james.smart@emulex.com> Signed-off-by: James Bottomley <JBottomley@Parallels.com>
This commit is contained in:
parent
70ecd49d3c
commit
2a2719d370
2 changed files with 5 additions and 0 deletions
|
@ -4153,6 +4153,7 @@ lpfc_bsg_handle_sli_cfg_mbox(struct lpfc_hba *phba, struct fc_bsg_job *job,
|
||||||
if (subsys == SLI_CONFIG_SUBSYS_FCOE) {
|
if (subsys == SLI_CONFIG_SUBSYS_FCOE) {
|
||||||
switch (opcode) {
|
switch (opcode) {
|
||||||
case FCOE_OPCODE_READ_FCF:
|
case FCOE_OPCODE_READ_FCF:
|
||||||
|
case FCOE_OPCODE_GET_DPORT_RESULTS:
|
||||||
lpfc_printf_log(phba, KERN_INFO, LOG_LIBDFC,
|
lpfc_printf_log(phba, KERN_INFO, LOG_LIBDFC,
|
||||||
"2957 Handled SLI_CONFIG "
|
"2957 Handled SLI_CONFIG "
|
||||||
"subsys_fcoe, opcode:x%x\n",
|
"subsys_fcoe, opcode:x%x\n",
|
||||||
|
@ -4161,6 +4162,8 @@ lpfc_bsg_handle_sli_cfg_mbox(struct lpfc_hba *phba, struct fc_bsg_job *job,
|
||||||
nemb_mse, dmabuf);
|
nemb_mse, dmabuf);
|
||||||
break;
|
break;
|
||||||
case FCOE_OPCODE_ADD_FCF:
|
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,
|
lpfc_printf_log(phba, KERN_INFO, LOG_LIBDFC,
|
||||||
"2958 Handled SLI_CONFIG "
|
"2958 Handled SLI_CONFIG "
|
||||||
"subsys_fcoe, opcode:x%x\n",
|
"subsys_fcoe, opcode:x%x\n",
|
||||||
|
|
|
@ -231,6 +231,8 @@ struct lpfc_sli_config_emb0_subsys {
|
||||||
#define SLI_CONFIG_SUBSYS_FCOE 0x0C
|
#define SLI_CONFIG_SUBSYS_FCOE 0x0C
|
||||||
#define FCOE_OPCODE_READ_FCF 0x08
|
#define FCOE_OPCODE_READ_FCF 0x08
|
||||||
#define FCOE_OPCODE_ADD_FCF 0x09
|
#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 {
|
struct lpfc_sli_config_emb1_subsys {
|
||||||
|
|
Loading…
Reference in a new issue