Searched defs:th_resp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/comstar/port/iscsit/
H A Discsit_text.c349 iscsi_text_rsp_hdr_t *th_resp; local
382 th_resp = (iscsi_text_rsp_hdr_t *)resp->isp_hdr;
383 bzero(th_resp, sizeof (*th_resp));
384 th_resp->opcode = ISCSI_OP_TEXT_RSP;
385 th_resp->itt = th_req->itt;
386 hton24(th_resp->dlength, len);
388 th_resp->flags = ISCSI_FLAG_FINAL;
389 th_resp->ttt = ISCSI_RSVD_TASK_TAG;
396 th_resp
[all...]

Completed in 58 milliseconds