Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/comstar/port/iscsit/
H A Discsit_text.c337 iscsi_text_rsp_hdr_t *th_resp; in iscsit_send_next_text_response() local
370 th_resp = (iscsi_text_rsp_hdr_t *)resp->isp_hdr; in iscsit_send_next_text_response()
371 bzero(th_resp, sizeof (*th_resp)); in iscsit_send_next_text_response()
372 th_resp->opcode = ISCSI_OP_TEXT_RSP; in iscsit_send_next_text_response()
373 th_resp->itt = th_req->itt; in iscsit_send_next_text_response()
374 hton24(th_resp->dlength, len); in iscsit_send_next_text_response()
376 th_resp->flags = ISCSI_FLAG_FINAL; in iscsit_send_next_text_response()
377 th_resp->ttt = ISCSI_RSVD_TASK_TAG; in iscsit_send_next_text_response()
384 th_resp->flags = ISCSI_FLAG_TEXT_CONTINUE; in iscsit_send_next_text_response()
385 th_resp->ttt = ict->ict_text_rsp_ttt; in iscsit_send_next_text_response()