Home
last modified time | relevance | path

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

/freebsd/lib/libiscsiutil/
H A Dtext.c45 struct iscsi_bhs_text_request *bhstr; in text_new_request() local
48 bhstr = (struct iscsi_bhs_text_request *)request->pdu_bhs; in text_new_request()
49 bhstr->bhstr_opcode = ISCSI_BHS_OPCODE_TEXT_REQUEST | in text_new_request()
51 bhstr->bhstr_flags = BHSTR_FLAGS_FINAL; in text_new_request()
52 bhstr->bhstr_initiator_task_tag = 0; in text_new_request()
53 bhstr->bhstr_target_transfer_tag = ttt; in text_new_request()
55 bhstr->bhstr_cmdsn = conn->conn_cmdsn; in text_new_request()
56 bhstr->bhstr_expstatsn = htonl(conn->conn_statsn + 1); in text_new_request()
66 struct iscsi_bhs_text_request *bhstr; in text_receive_request() local
74 bhstr = (struct iscsi_bhs_text_request *)request->pdu_bhs; in text_receive_request()
[all …]