diff options
Diffstat (limited to 'drivers/scsi/bfa/bfad_bsg.h')
-rw-r--r-- | drivers/scsi/bfa/bfad_bsg.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/scsi/bfa/bfad_bsg.h b/drivers/scsi/bfa/bfad_bsg.h index 95694cee0cd8..22680452ee1b 100644 --- a/drivers/scsi/bfa/bfad_bsg.h +++ b/drivers/scsi/bfa/bfad_bsg.h | |||
@@ -126,6 +126,9 @@ enum { | |||
126 | IOCMD_PREBOOT_QUERY, | 126 | IOCMD_PREBOOT_QUERY, |
127 | IOCMD_ETHBOOT_CFG, | 127 | IOCMD_ETHBOOT_CFG, |
128 | IOCMD_ETHBOOT_QUERY, | 128 | IOCMD_ETHBOOT_QUERY, |
129 | IOCMD_TRUNK_ENABLE, | ||
130 | IOCMD_TRUNK_DISABLE, | ||
131 | IOCMD_TRUNK_GET_ATTR, | ||
129 | }; | 132 | }; |
130 | 133 | ||
131 | struct bfa_bsg_gen_s { | 134 | struct bfa_bsg_gen_s { |
@@ -656,6 +659,13 @@ struct bfa_bsg_ethboot_s { | |||
656 | struct bfa_ethboot_cfg_s cfg; | 659 | struct bfa_ethboot_cfg_s cfg; |
657 | }; | 660 | }; |
658 | 661 | ||
662 | struct bfa_bsg_trunk_attr_s { | ||
663 | bfa_status_t status; | ||
664 | u16 bfad_num; | ||
665 | u16 rsvd; | ||
666 | struct bfa_trunk_attr_s attr; | ||
667 | }; | ||
668 | |||
659 | struct bfa_bsg_fcpt_s { | 669 | struct bfa_bsg_fcpt_s { |
660 | bfa_status_t status; | 670 | bfa_status_t status; |
661 | u16 vf_id; | 671 | u16 vf_id; |