Home
last modified time | relevance | path

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

/freebsd/lib/libiscsiutil/
H A Dtext.c101 struct iscsi_bhs_text_response *bhstr2; in text_new_response() local
107 bhstr2 = (struct iscsi_bhs_text_response *)response->pdu_bhs; in text_new_response()
108 bhstr2->bhstr_opcode = ISCSI_BHS_OPCODE_TEXT_RESPONSE; in text_new_response()
110 bhstr2->bhstr_flags = BHSTR_FLAGS_FINAL; in text_new_response()
112 bhstr2->bhstr_flags = BHSTR_FLAGS_CONTINUE; in text_new_response()
113 bhstr2->bhstr_lun = bhstr->bhstr_lun; in text_new_response()
114 bhstr2->bhstr_initiator_task_tag = bhstr->bhstr_initiator_task_tag; in text_new_response()
115 bhstr2->bhstr_target_transfer_tag = ttt; in text_new_response()
116 bhstr2->bhstr_statsn = htonl(conn->conn_statsn++); in text_new_response()
117 bhstr2->bhstr_expcmdsn = htonl(conn->conn_cmdsn); in text_new_response()
[all …]