Lines Matching refs:ISCSI_IOCTL

103 #define	ISCSI_IOCTL		(('i' << 24) | ('S' << 16) | ('C' << 8))  macro
104 #define ISCSI_CREATE_OID (ISCSI_IOCTL | 2)
105 #define ISCSI_LOGIN (ISCSI_IOCTL | 3)
106 #define ISCSI_LOGOUT (ISCSI_IOCTL | 4)
107 #define ISCSI_PARAM_GET (ISCSI_IOCTL | 5)
108 #define ISCSI_PARAM_SET (ISCSI_IOCTL | 6)
109 #define ISCSI_TARGET_PARAM_CLEAR (ISCSI_IOCTL | 8)
110 #define ISCSI_TARGET_OID_LIST_GET (ISCSI_IOCTL | 9)
111 #define ISCSI_TARGET_PROPS_GET (ISCSI_IOCTL | 10)
112 #define ISCSI_TARGET_PROPS_SET (ISCSI_IOCTL | 11)
113 #define ISCSI_TARGET_ADDRESS_GET (ISCSI_IOCTL | 12)
114 #define ISCSI_CHAP_SET (ISCSI_IOCTL | 13)
115 #define ISCSI_CHAP_GET (ISCSI_IOCTL | 14)
116 #define ISCSI_CHAP_CLEAR (ISCSI_IOCTL | 15)
117 #define ISCSI_STATIC_GET (ISCSI_IOCTL | 16)
118 #define ISCSI_STATIC_SET (ISCSI_IOCTL | 17)
119 #define ISCSI_STATIC_CLEAR (ISCSI_IOCTL | 18)
120 #define ISCSI_DISCOVERY_SET (ISCSI_IOCTL | 19)
121 #define ISCSI_DISCOVERY_GET (ISCSI_IOCTL | 20)
122 #define ISCSI_DISCOVERY_CLEAR (ISCSI_IOCTL | 21)
123 #define ISCSI_DISCOVERY_PROPS (ISCSI_IOCTL | 22)
124 #define ISCSI_DISCOVERY_ADDR_SET (ISCSI_IOCTL | 23)
125 #define ISCSI_DISCOVERY_ADDR_LIST_GET (ISCSI_IOCTL | 24)
126 #define ISCSI_DISCOVERY_ADDR_CLEAR (ISCSI_IOCTL | 25)
127 #define ISCSI_RADIUS_SET (ISCSI_IOCTL | 26)
128 #define ISCSI_RADIUS_GET (ISCSI_IOCTL | 27)
129 #define ISCSI_DB_RELOAD (ISCSI_IOCTL | 28)
130 #define ISCSI_LUN_OID_LIST_GET (ISCSI_IOCTL | 29)
131 #define ISCSI_LUN_PROPS_GET (ISCSI_IOCTL | 30)
132 #define ISCSI_CONN_OID_LIST_GET (ISCSI_IOCTL | 31)
133 #define ISCSI_CONN_PROPS_GET (ISCSI_IOCTL | 32)
134 #define ISCSI_USCSI (ISCSI_IOCTL | 33)
135 #define ISCSI_DOOR_HANDLE_SET (ISCSI_IOCTL | 34)
136 #define ISCSI_DISCOVERY_EVENTS (ISCSI_IOCTL | 35)
137 #define ISCSI_AUTH_SET (ISCSI_IOCTL | 36)
138 #define ISCSI_AUTH_GET (ISCSI_IOCTL | 37)
139 #define ISCSI_AUTH_CLEAR (ISCSI_IOCTL | 38)
140 #define ISCSI_SENDTGTS_GET (ISCSI_IOCTL | 39)
141 #define ISCSI_ISNS_SERVER_ADDR_SET (ISCSI_IOCTL | 40)
142 #define ISCSI_ISNS_SERVER_ADDR_LIST_GET (ISCSI_IOCTL | 41)
143 #define ISCSI_ISNS_SERVER_ADDR_CLEAR (ISCSI_IOCTL | 42)
144 #define ISCSI_ISNS_SERVER_GET (ISCSI_IOCTL | 43)
145 #define ISCSI_GET_CONFIG_SESSIONS (ISCSI_IOCTL | 44)
146 #define ISCSI_SET_CONFIG_SESSIONS (ISCSI_IOCTL | 45)
147 #define ISCSI_INIT_NODE_NAME_SET (ISCSI_IOCTL | 46)
148 #define ISCSI_DB_DUMP (ISCSI_IOCTL | 100) /* DBG */