diff options
Diffstat (limited to 'drivers/scsi/qla2xxx/tcm_qla2xxx.h')
| -rw-r--r-- | drivers/scsi/qla2xxx/tcm_qla2xxx.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/drivers/scsi/qla2xxx/tcm_qla2xxx.h b/drivers/scsi/qla2xxx/tcm_qla2xxx.h index 23295115c9fc..3bbf4cb6fd97 100644 --- a/drivers/scsi/qla2xxx/tcm_qla2xxx.h +++ b/drivers/scsi/qla2xxx/tcm_qla2xxx.h | |||
| @@ -13,6 +13,8 @@ | |||
| 13 | #include "qla_target.h" | 13 | #include "qla_target.h" |
| 14 | 14 | ||
| 15 | struct tcm_qla2xxx_nacl { | 15 | struct tcm_qla2xxx_nacl { |
| 16 | struct se_node_acl se_node_acl; | ||
| 17 | |||
| 16 | /* From libfc struct fc_rport->port_id */ | 18 | /* From libfc struct fc_rport->port_id */ |
| 17 | u32 nport_id; | 19 | u32 nport_id; |
| 18 | /* Binary World Wide unique Node Name for remote FC Initiator Nport */ | 20 | /* Binary World Wide unique Node Name for remote FC Initiator Nport */ |
| @@ -23,8 +25,6 @@ struct tcm_qla2xxx_nacl { | |||
| 23 | struct qla_tgt_sess *qla_tgt_sess; | 25 | struct qla_tgt_sess *qla_tgt_sess; |
| 24 | /* Pointer to TCM FC nexus */ | 26 | /* Pointer to TCM FC nexus */ |
| 25 | struct se_session *nport_nexus; | 27 | struct se_session *nport_nexus; |
| 26 | /* Returned by tcm_qla2xxx_make_nodeacl() */ | ||
| 27 | struct se_node_acl se_node_acl; | ||
| 28 | }; | 28 | }; |
| 29 | 29 | ||
| 30 | struct tcm_qla2xxx_tpg_attrib { | 30 | struct tcm_qla2xxx_tpg_attrib { |
| @@ -57,8 +57,6 @@ struct tcm_qla2xxx_fc_loopid { | |||
| 57 | }; | 57 | }; |
| 58 | 58 | ||
| 59 | struct tcm_qla2xxx_lport { | 59 | struct tcm_qla2xxx_lport { |
| 60 | /* SCSI protocol the lport is providing */ | ||
| 61 | u8 lport_proto_id; | ||
| 62 | /* Binary World Wide unique Port Name for FC Target Lport */ | 60 | /* Binary World Wide unique Port Name for FC Target Lport */ |
| 63 | u64 lport_wwpn; | 61 | u64 lport_wwpn; |
| 64 | /* Binary World Wide unique Port Name for FC NPIV Target Lport */ | 62 | /* Binary World Wide unique Port Name for FC NPIV Target Lport */ |
