aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/bfa/bfad_bsg.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/bfa/bfad_bsg.h')
-rw-r--r--drivers/scsi/bfa/bfad_bsg.h19
1 files changed, 17 insertions, 2 deletions
diff --git a/drivers/scsi/bfa/bfad_bsg.h b/drivers/scsi/bfa/bfad_bsg.h
index 15e1fc8e796b..612463b60061 100644
--- a/drivers/scsi/bfa/bfad_bsg.h
+++ b/drivers/scsi/bfa/bfad_bsg.h
@@ -46,8 +46,9 @@ enum {
46 IOCMD_PORT_CFG_ALPA, 46 IOCMD_PORT_CFG_ALPA,
47 IOCMD_PORT_CFG_MAXFRSZ, 47 IOCMD_PORT_CFG_MAXFRSZ,
48 IOCMD_PORT_CLR_ALPA, 48 IOCMD_PORT_CLR_ALPA,
49 IOCMD_PORT_BBSC_ENABLE, 49 IOCMD_PORT_BBCR_ENABLE,
50 IOCMD_PORT_BBSC_DISABLE, 50 IOCMD_PORT_BBCR_DISABLE,
51 IOCMD_PORT_BBCR_GET_ATTR,
51 IOCMD_LPORT_GET_ATTR, 52 IOCMD_LPORT_GET_ATTR,
52 IOCMD_LPORT_GET_RPORTS, 53 IOCMD_LPORT_GET_RPORTS,
53 IOCMD_LPORT_GET_STATS, 54 IOCMD_LPORT_GET_STATS,
@@ -495,6 +496,20 @@ struct bfa_bsg_port_cfg_mode_s {
495 struct bfa_port_cfg_mode_s cfg; 496 struct bfa_port_cfg_mode_s cfg;
496}; 497};
497 498
499struct bfa_bsg_bbcr_enable_s {
500 bfa_status_t status;
501 u16 bfad_num;
502 u8 bb_scn;
503 u8 rsvd;
504};
505
506struct bfa_bsg_bbcr_attr_s {
507 bfa_status_t status;
508 u16 bfad_num;
509 u16 rsvd;
510 struct bfa_bbcr_attr_s attr;
511};
512
498struct bfa_bsg_faa_attr_s { 513struct bfa_bsg_faa_attr_s {
499 bfa_status_t status; 514 bfa_status_t status;
500 u16 bfad_num; 515 u16 bfad_num;