Home
last modified time | relevance | path

Searched refs:active_version (Results 1 – 3 of 3) sorted by path

/illumos-gate/usr/src/uts/common/io/comstar/port/iscsit/
H A Discsit_login.c905 lh_resp->active_version = in login_sm_handle_initial_login()
909 lh_resp->active_version = ISCSIT_MAX_VERSION; in login_sm_handle_initial_login()
1926 ((lh->min_version > lh_resp->active_version) || in login_sm_req_pdu_check()
1927 (lh->max_version < lh_resp->active_version))) { in login_sm_req_pdu_check()
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi_login.c1104 if (ilrhp->active_version != ISCSI_DRAFT20_VERSION) { in iscsi_process_login_response()
1108 icp->conn_oid, ilrhp->active_version, in iscsi_process_login_response()
/illumos-gate/usr/src/uts/common/sys/
H A Discsi_protocol.h503 uint8_t active_version; /* Active version */ member