Lines Matching defs:tsih
396 SPDK_DEBUGLOG(iscsi, "Terminating connections(tsih %d): %d\n",
397 sess->tsih, sess->connections);
913 SPDK_DEBUGLOG(iscsi, "TSIH=%u\n", xconn->sess->tsih);
1222 SPDK_DEBUGLOG(iscsi, "send NOPIN isid=%"PRIx64", tsih=%u, cid=%u\n",
1223 conn->sess->isid, conn->sess->tsih, conn->cid);
1680 uint16_t tsih;
1695 * case, return -1 for the tsih rather than segfaulting
1699 tsih = -1;
1701 tsih = conn->sess->tsih;
1703 spdk_json_write_named_int32(w, "tsih", tsih);