target: move transport ID handling to the core
[deliverable/linux.git] / drivers / infiniband / ulp / srpt / ib_srpt.h
index 355f6f5ce8b2a10bde55e543d842c8a065a8c995..33b2c88b73ba8db825785a763790d8a59d6a4aba 100644 (file)
@@ -422,22 +422,4 @@ struct srpt_node_acl {
        struct list_head        list;
 };
 
-/*
- * SRP-releated SCSI persistent reservation definitions.
- *
- * See also SPC4r28, section 7.6.1 (Protocol specific parameters introduction).
- * See also SPC4r28, section 7.6.4.5 (TransportID for initiator ports using
- * SCSI over an RDMA interface).
- */
-
-enum {
-       SCSI_TRANSPORTID_PROTOCOLID_SRP = 4,
-};
-
-struct spc_rdma_transport_id {
-       uint8_t protocol_identifier;
-       uint8_t reserved[7];
-       uint8_t i_port_id[16];
-};
-
 #endif                         /* IB_SRPT_H */
This page took 0.028172 seconds and 5 git commands to generate.