Home
last modified time | relevance | path

Searched refs:sessiontype (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/target/iscsi/
H A Discsi_target_login.c133 int sessiontype; in iscsi_check_for_session_reinstatement() local
150 sessiontype = (strncmp(sessiontype_param->value, NORMAL, 6)) ? 1 : 0; in iscsi_check_for_session_reinstatement()
168 (sess_p->sess_ops->SessionType == sessiontype))) { in iscsi_check_for_session_reinstatement()
188 " performing session reinstatement.\n", (sessiontype) ? in iscsi_check_for_session_reinstatement()
H A Discsi_target_nego.c1119 int sessiontype = 0, ret = 0, tag_num, tag_size; in iscsi_target_locate_portal() local
1191 sessiontype = strncmp(s_buf, DISCOVERY, 9); in iscsi_target_locate_portal()
1192 if (!sessiontype) { in iscsi_target_locate_portal()