Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/
H A Dtpm_emul_passthru.c61 uint32_t rsp_size) in tpm_passthru_execute_cmd() argument
66 if (rsp_size < (ssize_t)sizeof(struct tpm_resp_hdr)) { in tpm_passthru_execute_cmd()
67 warn("%s: rsp_size of %u is too small", __func__, rsp_size); in tpm_passthru_execute_cmd()
80 len = read(tpm->fd, rsp, rsp_size); in tpm_passthru_execute_cmd()
83 len, rsp_size); in tpm_passthru_execute_cmd()
H A Dtpm_intf_crb.c138 uint32_t rsp_size; /* 64h */ member
158 #define CRB_RSP_SIZE_READ(regs) (regs.rsp_size)
161 regs.rsp_size = val; \
202 const uint32_t rsp_size = CRB_RSP_SIZE_READ(crb->regs); in tpm_crb_thread() local
210 rsp_off + rsp_size > TPM_CRB_DATA_BUFFER_SIZE) { in tpm_crb_thread()
214 rsp_addr + rsp_size); in tpm_crb_thread()
242 &rsp[rsp_off], rsp_size); in tpm_crb_thread()
246 memcpy(&crb->regs.data_buffer[rsp_off], &rsp[rsp_off], rsp_size); in tpm_crb_thread()
365 case offsetof(struct tpm_crb_regs, rsp_size): in tpm_crb_mem_handler()
H A Dtpm_emul.h22 uint32_t rsp_size);
/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dunm_nic_ctx.c261 size_t rq_size, rsp_size; in nx_fw_cmd_create_rx_ctx() local
271 rsp_size = in nx_fw_cmd_create_rx_ctx()
280 if (unm_pci_alloc_consistent(adapter, rsp_size, (caddr_t *)&addr, in nx_fw_cmd_create_rx_ctx()
402 size_t rq_size, rsp_size; in nx_fw_cmd_create_tx_ctx() local
414 rsp_size = SIZEOF_CARDRSP_TX(nx_cardrsp_tx_ctx_t); in nx_fw_cmd_create_tx_ctx()
415 if (unm_pci_alloc_consistent(adapter, rsp_size, (caddr_t *)&rsp_addr, in nx_fw_cmd_create_tx_ctx()
425 (void) memset(rsp_addr, 0, rsp_size); in nx_fw_cmd_create_tx_ctx()
/illumos-gate/usr/src/uts/common/io/comstar/port/iscsit/
H A Discsit_isns.c1624 size_t pdu_size, rsp_size; in isnst_register() local
1646 if (rsp_size == 0) { in isnst_register()
1655 kmem_free(rsp, rsp_size); in isnst_register()
2168 size_t pdu_size, rsp_size; in isnst_deregister() local
2191 if (rsp_size == 0) { in isnst_deregister()
2201 kmem_free(rsp, rsp_size); in isnst_deregister()
2211 size_t pdu_size, rsp_size; in isnst_keepalive() local
2234 if (rsp_size == 0) { in isnst_keepalive()
2244 kmem_free(rsp, rsp_size); in isnst_keepalive()
2436 (int)rsp_size, in isnst_verify_rsp()
[all …]
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dump.c45 uint32_t rsp_size; in emlxs_menlo_set_mode() local
58 rsp_size = 4; in emlxs_menlo_set_mode()
109 uint32_t rsp_size; in emlxs_menlo_reset() local
122 rsp_size = 4; in emlxs_menlo_reset()
169 uint32_t rsp_size) in emlxs_menlo_get_cfg() argument
188 cmd_buf->get.length = rsp_size; in emlxs_menlo_get_cfg()
228 uint32_t rsp_size) in emlxs_menlo_get_logcfg() argument
245 cmd_buf->get.length = rsp_size; in emlxs_menlo_get_logcfg()
285 uint32_t rsp_size) in emlxs_menlo_get_log() argument
302 cmd_buf->get.length = rsp_size; in emlxs_menlo_get_log()
[all …]
H A Demlxs_dhchap.c1164 uint32_t rsp_size; in emlxs_issue_dhchap_success() local
1193 rsp_size = 4; in emlxs_issue_dhchap_success()
1349 uint32_t rsp_size; in emlxs_issue_auth_reject() local
1360 rsp_size = 4; in emlxs_issue_auth_reject()
1427 uint32_t rsp_size, in emlxs_prep_els_fc_pkt() argument
1486 uint32_t rsp_size; in emlxs_issue_auth_negotiate() local
1597 rsp_size = 4; in emlxs_issue_auth_negotiate()
2179 rsp_size = 4; in emlxs_issue_dhchap_challenge()
2182 rsp_size, in emlxs_issue_dhchap_challenge()
2561 rsp_size = 4; in emlxs_issue_dhchap_reply()
[all …]
H A Demlxs_dfc.c5619 uint32_t rsp_size; in emlxs_dfc_send_ct() local
5631 rsp_size = dfc->buf2_size; in emlxs_dfc_send_ct()
5640 rsp_size); in emlxs_dfc_send_ct()
5651 if (!rsp_size || !rsp_buf) { in emlxs_dfc_send_ct()
5920 uint32_t rsp_size = 0; in emlxs_dfc_send_menlo() local
5976 rsp_size = dfc->buf2_size; in emlxs_dfc_send_menlo()
5981 rsp_buf, &rsp_size); in emlxs_dfc_send_menlo()
6382 *rsp_size = *rsp_size - pkt->pkt_resp_resid; in emlxs_send_menlo_cmd()
6708 uint32_t rsp_size; in emlxs_dfc_send_els() local
6720 rsp_size = dfc->buf2_size; in emlxs_dfc_send_els()
[all …]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_iocb.h650 uint8_t rsp_size; member
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_extern.h844 uint32_t *rsp_size);
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_mbx.c1770 if (pkt->log.rsp_size == 0xB) { in ql_log_iocb()