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

/illumos-gate/usr/src/uts/common/io/comstar/port/iscsit/
H A Discsit_text.c348 iscsi_text_hdr_t *th_req = (iscsi_text_hdr_t *)rx_pdu->isp_hdr; local
385 th_resp->itt = th_req->itt;
442 iscsi_text_hdr_t *th_req = (iscsi_text_hdr_t *)rx_pdu->isp_hdr; local
451 flags = th_req->flags;
457 if (th_req->ttt != ISCSI_RSVD_TASK_TAG) {
467 if (th_req->ttt != ict->ict_text_rsp_ttt) {
476 if (th_req->itt != ict->ict_text_req_itt) {
505 ict->ict_text_req_itt = th_req->itt;

Completed in 53 milliseconds