/titanic_50/usr/src/uts/common/io/ntxn/ |
H A D | unm_nic_ctx.c | 261 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()
|
/titanic_50/usr/src/uts/common/io/comstar/port/iscsit/ |
H A D | iscsit_isns.c | 319 isns_pdu_t *rsp, size_t rsp_size); 1624 size_t pdu_size, rsp_size; in isnst_register() local 1645 rsp_size = isnst_rcv_pdu(so, &rsp); in isnst_register() 1646 if (rsp_size == 0) { in isnst_register() 1652 rc = isnst_verify_rsp(svr, pdu, rsp, rsp_size); in isnst_register() 1655 kmem_free(rsp, rsp_size); in isnst_register() 2168 size_t pdu_size, rsp_size; in isnst_deregister() local 2190 rsp_size = isnst_rcv_pdu(so, &rsp); in isnst_deregister() 2191 if (rsp_size == 0) { in isnst_deregister() 2197 rc = isnst_verify_rsp(svr, pdu, rsp, rsp_size); in isnst_deregister() [all …]
|
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_dump.c | 45 uint32_t rsp_size; in emlxs_menlo_set_mode() local 57 rsp_size = 4; in emlxs_menlo_set_mode() 58 rsp_buf = (menlo_rsp_t *)kmem_zalloc(rsp_size, KM_SLEEP); in emlxs_menlo_set_mode() 69 (uint8_t *)rsp_buf, &rsp_size)) { in emlxs_menlo_set_mode() 75 emlxs_swap32_buffer((uint8_t *)rsp_buf, rsp_size); in emlxs_menlo_set_mode() 108 uint32_t rsp_size; in emlxs_menlo_reset() local 120 rsp_size = 4; in emlxs_menlo_reset() 121 rsp_buf = (menlo_rsp_t *)kmem_zalloc(rsp_size, KM_SLEEP); in emlxs_menlo_reset() 131 (uint8_t *)rsp_buf, &rsp_size)) { in emlxs_menlo_reset() 137 emlxs_swap32_buffer((uint8_t *)rsp_buf, rsp_size); in emlxs_menlo_reset() [all …]
|
H A D | emlxs_dhchap.c | 104 uint32_t d_id, uint32_t cmd_size, uint32_t rsp_size, 1164 uint32_t rsp_size; in emlxs_issue_dhchap_success() local 1193 rsp_size = 4; in emlxs_issue_dhchap_success() 1196 rsp_size, 0, KM_NOSLEEP)) == NULL) { 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() 1363 rsp_size, 0, KM_NOSLEEP)) == NULL) { in emlxs_issue_auth_reject() 1427 uint32_t rsp_size, in emlxs_prep_els_fc_pkt() argument 1434 if (!(pkt = emlxs_pkt_alloc(port, cmd_size, rsp_size, in emlxs_prep_els_fc_pkt() 1486 uint32_t rsp_size; in emlxs_issue_auth_negotiate() local [all …]
|
H A D | emlxs_dfc.c | 5563 uint32_t rsp_size; in emlxs_dfc_send_ct() local 5575 rsp_size = dfc->buf2_size; in emlxs_dfc_send_ct() 5584 rsp_size); in emlxs_dfc_send_ct() 5595 if (!rsp_size || !rsp_buf) { in emlxs_dfc_send_ct() 5619 if (rsp_size > MAX_CT_PAYLOAD) { in emlxs_dfc_send_ct() 5622 emlxs_dfc_xlate(dfc->cmd), rsp_size); in emlxs_dfc_send_ct() 5685 if (!(pkt = emlxs_pkt_alloc(port, cmd_size, rsp_size, 0, KM_NOSLEEP))) { in emlxs_dfc_send_ct() 5741 bcopy((void *)pkt->pkt_resp, (void *)rsp_buf, rsp_size); in emlxs_dfc_send_ct() 5743 rsp_size -= pkt->pkt_resp_resid; in emlxs_dfc_send_ct() 5744 bcopy((void *)&rsp_size, (void *)dfc->buf4, sizeof (uint32_t)); in emlxs_dfc_send_ct() [all …]
|
/titanic_50/usr/src/uts/sun/io/ |
H A D | socal.c | 4409 uint32_t cmd_size, uint32_t rsp_size, caddr_t *rprivp, uint32_t polled) in socal_els_alloc() argument 4471 if (rsp_size) { in socal_els_alloc() 4477 if (ddi_dma_mem_alloc(rhandle, rsp_size, &socal_acc_attr, in socal_els_alloc() 4483 if (real_len < rsp_size) in socal_els_alloc() 4487 rsp, rsp_size, in socal_els_alloc() 4506 if (rsp_size == 0) { in socal_els_alloc() 4511 srp->sr_dataseg[1].fc_count = rsp_size; in socal_els_alloc() 4558 uint32_t cmd_size, uint32_t rsp_size, caddr_t *rprivp, in socal_lbf_alloc() argument 4617 if (rsp_size) { in socal_lbf_alloc() 4623 if (ddi_dma_mem_alloc(rhandle, rsp_size, &socal_acc_attr, in socal_lbf_alloc() [all …]
|
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/qlc/ |
H A D | ql_iocb.h | 678 uint8_t rsp_size; member
|
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/emlxs/ |
H A D | emlxs_extern.h | 841 uint32_t *rsp_size);
|
/titanic_50/usr/src/uts/sun/io/scsi/adapters/ |
H A D | sf.c | 3002 int rsp_size, caddr_t *rprivp, caddr_t *cmd_buf) in sf_els_alloc() argument 3079 if (ddi_dma_mem_alloc(rsp_dma_handle, rsp_size, in sf_els_alloc() 3088 if (real_size < rsp_size) { in sf_els_alloc() 3137 fpkt->fcal_socal_request.sr_dataseg[1].fc_count = rsp_size; in sf_els_alloc()
|
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | ql_mbx.c | 1672 if (pkt->log.rsp_size == 0xB) { in ql_log_iocb()
|