|
@@ -6,7 +6,6 @@ struct target_core_fabric_ops {
|
|
|
const char *name;
|
|
const char *name;
|
|
|
size_t node_acl_size;
|
|
size_t node_acl_size;
|
|
|
char *(*get_fabric_name)(void);
|
|
char *(*get_fabric_name)(void);
|
|
|
- u8 (*get_fabric_proto_ident)(struct se_portal_group *);
|
|
|
|
|
char *(*tpg_get_wwn)(struct se_portal_group *);
|
|
char *(*tpg_get_wwn)(struct se_portal_group *);
|
|
|
u16 (*tpg_get_tag)(struct se_portal_group *);
|
|
u16 (*tpg_get_tag)(struct se_portal_group *);
|
|
|
u32 (*tpg_get_default_depth)(struct se_portal_group *);
|
|
u32 (*tpg_get_default_depth)(struct se_portal_group *);
|
|
@@ -179,7 +178,6 @@ int core_tpg_register(const struct target_core_fabric_ops *,
|
|
|
int core_tpg_deregister(struct se_portal_group *);
|
|
int core_tpg_deregister(struct se_portal_group *);
|
|
|
|
|
|
|
|
/* SAS helpers */
|
|
/* SAS helpers */
|
|
|
-u8 sas_get_fabric_proto_ident(struct se_portal_group *);
|
|
|
|
|
u32 sas_get_pr_transport_id(struct se_portal_group *, struct se_node_acl *,
|
|
u32 sas_get_pr_transport_id(struct se_portal_group *, struct se_node_acl *,
|
|
|
struct t10_pr_registration *, int *, unsigned char *);
|
|
struct t10_pr_registration *, int *, unsigned char *);
|
|
|
u32 sas_get_pr_transport_id_len(struct se_portal_group *, struct se_node_acl *,
|
|
u32 sas_get_pr_transport_id_len(struct se_portal_group *, struct se_node_acl *,
|
|
@@ -188,7 +186,6 @@ char *sas_parse_pr_out_transport_id(struct se_portal_group *, const char *,
|
|
|
u32 *, char **);
|
|
u32 *, char **);
|
|
|
|
|
|
|
|
/* FC helpers */
|
|
/* FC helpers */
|
|
|
-u8 fc_get_fabric_proto_ident(struct se_portal_group *);
|
|
|
|
|
u32 fc_get_pr_transport_id(struct se_portal_group *, struct se_node_acl *,
|
|
u32 fc_get_pr_transport_id(struct se_portal_group *, struct se_node_acl *,
|
|
|
struct t10_pr_registration *, int *, unsigned char *);
|
|
struct t10_pr_registration *, int *, unsigned char *);
|
|
|
u32 fc_get_pr_transport_id_len(struct se_portal_group *, struct se_node_acl *,
|
|
u32 fc_get_pr_transport_id_len(struct se_portal_group *, struct se_node_acl *,
|
|
@@ -197,7 +194,6 @@ char *fc_parse_pr_out_transport_id(struct se_portal_group *, const char *,
|
|
|
u32 *, char **);
|
|
u32 *, char **);
|
|
|
|
|
|
|
|
/* iSCSI helpers */
|
|
/* iSCSI helpers */
|
|
|
-u8 iscsi_get_fabric_proto_ident(struct se_portal_group *);
|
|
|
|
|
u32 iscsi_get_pr_transport_id(struct se_portal_group *, struct se_node_acl *,
|
|
u32 iscsi_get_pr_transport_id(struct se_portal_group *, struct se_node_acl *,
|
|
|
struct t10_pr_registration *, int *, unsigned char *);
|
|
struct t10_pr_registration *, int *, unsigned char *);
|
|
|
u32 iscsi_get_pr_transport_id_len(struct se_portal_group *, struct se_node_acl *,
|
|
u32 iscsi_get_pr_transport_id_len(struct se_portal_group *, struct se_node_acl *,
|