aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/bfa/include/bfa_svc.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/bfa/include/bfa_svc.h')
-rw-r--r--drivers/scsi/bfa/include/bfa_svc.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/scsi/bfa/include/bfa_svc.h b/drivers/scsi/bfa/include/bfa_svc.h
index 0c80b74f72ef..268d956bad89 100644
--- a/drivers/scsi/bfa/include/bfa_svc.h
+++ b/drivers/scsi/bfa/include/bfa_svc.h
@@ -34,10 +34,10 @@ struct bfa_fcxp_s;
34 */ 34 */
35struct bfa_rport_info_s { 35struct bfa_rport_info_s {
36 u16 max_frmsz; /* max rcv pdu size */ 36 u16 max_frmsz; /* max rcv pdu size */
37 u32 pid : 24, /* remote port ID */ 37 u32 pid:24, /* remote port ID */
38 lp_tag : 8; 38 lp_tag:8;
39 u32 local_pid : 24, /* local port ID */ 39 u32 local_pid:24, /* local port ID */
40 cisc : 8; /* CIRO supported */ 40 cisc:8; /* CIRO supported */
41 u8 fc_class; /* supported FC classes. enum fc_cos */ 41 u8 fc_class; /* supported FC classes. enum fc_cos */
42 u8 vf_en; /* virtual fabric enable */ 42 u8 vf_en; /* virtual fabric enable */
43 u16 vf_id; /* virtual fabric ID */ 43 u16 vf_id; /* virtual fabric ID */