mirror of
https://github.com/torvalds/linux.git
synced 2024-11-17 01:22:07 +00:00
[SCSI] scsi_transport_iscsi: Declare portal type string macros for generic use
Signed-off-by: Adheer Chandravanshi <adheer.chandravanshi@qlogic.com> Signed-off-by: Vikas Chaudhary <vikas.chaudhary@qlogic.com> Reviewed-by: Mike Christie <michaelc@cs.wisc.edu> Signed-off-by: James Bottomley <JBottomley@Parallels.com>
This commit is contained in:
parent
1e9e2be3ee
commit
2902eb495d
@ -504,6 +504,10 @@ enum iscsi_host_param {
|
||||
ISCSI_HOST_PARAM_MAX,
|
||||
};
|
||||
|
||||
/* portal type */
|
||||
#define PORTAL_TYPE_IPV4 "ipv4"
|
||||
#define PORTAL_TYPE_IPV6 "ipv6"
|
||||
|
||||
/* iSCSI Flash Target params */
|
||||
enum iscsi_flashnode_param {
|
||||
ISCSI_FLASHNODE_IS_FW_ASSIGNED_IPV6,
|
||||
|
Loading…
Reference in New Issue
Block a user