Searched refs:active_version (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Discsi_protocol.h503 uint8_t active_version; /* Active version */ member in struct:_iscsi_login_rsp_hdr
/illumos-gate/usr/src/uts/common/io/comstar/port/iscsit/
H A Discsit_login.c873 lh_resp->active_version =
877 lh_resp->active_version = ISCSIT_MAX_VERSION;
1880 * check against our active_version -- we can't change the active
1887 ((lh->min_version > lh_resp->active_version) ||
1888 (lh->max_version < lh_resp->active_version))) {
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi_login.c1098 if (ilrhp->active_version != ISCSI_DRAFT20_VERSION) {
1102 icp->conn_oid, ilrhp->active_version,

Completed in 71 milliseconds