Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_diag.c143 uint8_t *pkt_resp; in emlxs_diag_echo_run() local
259 pkt_resp = (uint8_t *)pkt->pkt_resp + 4; in emlxs_diag_echo_run()
263 for (i = 0; i < length; i++, pkt_resp++, pat++) { in emlxs_diag_echo_run()
264 if (*pkt_resp != *pat) { in emlxs_diag_echo_run()
268 *pkt_resp, *pat); in emlxs_diag_echo_run()
H A Demlxs_pkt.c277 (caddr_t *)&pkt->pkt_resp, &real_len, in emlxs_pkt_alloc()
296 pkt->pkt_resp, real_len, in emlxs_pkt_alloc()
302 pkt->pkt_resp, real_len, in emlxs_pkt_alloc()
324 bzero(pkt->pkt_resp, rsplen); in emlxs_pkt_alloc()
H A Demlxs_els.c171 els = (ELS_PKT *)pkt->pkt_resp; in emlxs_els_handle_event()
575 sp = (SERV_PARM *)((caddr_t)pkt->pkt_resp + sizeof (uint32_t)); in emlxs_handle_sol_flogi()
766 sp = (SERV_PARM *)((caddr_t)pkt->pkt_resp + sizeof (uint32_t)); in emlxs_handle_sol_fdisc()
836 sp = (SERV_PARM *)((caddr_t)pkt->pkt_resp + sizeof (uint32_t)); in emlxs_handle_sol_plogi()
961 npr = (PRLI *)((caddr_t)pkt->pkt_resp + sizeof (uint32_t)); in emlxs_handle_sol_prli()
2886 rsp = (uint32_t *)pkt->pkt_resp; in emlxs_menlo_handle_event()
3065 rsp = (uint32_t *)pkt->pkt_resp; in emlxs_ct_handle_event()
3066 CtRsp = (SLI_CT_REQUEST *)pkt->pkt_resp; in emlxs_ct_handle_event()
H A Demlxs_dfc.c3696 lsrjt = (LS_RJT *) pkt->pkt_resp; in emlxs_dfc_npiv_test()
5741 bcopy((void *)pkt->pkt_resp, (void *)rsp_buf, rsp_size); in emlxs_dfc_send_ct()
6228 rsp = (uint32_t *)pkt->pkt_resp; in emlxs_send_menlo_cmd()
6324 bcopy((void *)pkt->pkt_resp, (void *)rsp_buf, *rsp_size); in emlxs_send_menlo_cmd()
6409 rsp = (menlo_init_rsp_t *)pkt->pkt_resp; in emlxs_fcoe_attention_thread()
6822 bcopy((void *)pkt->pkt_resp, (void *)rsp_buf, rsp_size); in emlxs_dfc_send_els()
9007 CtCmd = (SLI_CT_REQUEST*)pkt->pkt_resp; in emlxs_dfc_loopback_test()
9196 bcopy(bp, pkt->pkt_resp, size); in emlxs_dfc_handle_unsol_req()
10263 fcp_rsp = (FCP_RSP *) pkt->pkt_resp; in emlxs_dfc_send_scsi_fcp()
H A Demlxs_fcp.c135 bzero((uint8_t *)pkt->pkt_resp, pkt->pkt_rsplen); in emlxs_handle_fcp_event()
193 rsp = (fcp_rsp_t *)pkt->pkt_resp; in emlxs_handle_fcp_event()
581 bzero((uint8_t *)pkt->pkt_resp, pkt->pkt_rsplen); in emlxs_handle_fcp_event()
H A Demlxs_solaris.c2233 bzero(pkt->pkt_resp, pkt->pkt_rsplen); in emlxs_initialize_pkt()
8534 bzero((uint8_t *)pkt->pkt_resp, in emlxs_fast_target_reset()
9168 els_pkt = (ELS_PKT *)pkt->pkt_resp; in emlxs_send_els()
10713 pkt->pkt_resp) { in emlxs_set_pkt_state()
10714 fcp_rsp = (fcp_rsp_t *)pkt->pkt_resp; in emlxs_set_pkt_state()
10829 (fcp_rsp_t *)pkt->pkt_resp : NULL; in emlxs_swap_fcp_pkt()
10886 (uint32_t *)pkt->pkt_resp : NULL; in emlxs_swap_els_pkt()
11000 (uint32_t *)pkt->pkt_resp : NULL; in emlxs_swap_ct_pkt()
H A Demlxs_fct.c1912 els = (ELS_PKT *)pkt->pkt_resp;
3901 bcopy((uint8_t *)pkt->pkt_resp,
3945 bcopy((uint8_t *)pkt->pkt_resp,
H A Demlxs_sli4.c5472 iptr = (uint32_t *)pkt->pkt_resp; in emlxs_CQE_to_IOCB()
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/fcoei/
H A Dfcoei_eth.c618 bzero(xch->xch_fpkt->pkt_resp, 12); in fcoei_process_sol_fcp_resp()
622 (uint8_t *)xch->xch_fpkt->pkt_resp, actual_size); in fcoei_process_sol_fcp_resp()
709 if (((ls_code_t *)(void *)xch->xch_fpkt->pkt_resp)->ls_code == in fcoei_process_sol_els_rsp()
770 bcopy(FPLD, (uint8_t *)xch->xch_fpkt->pkt_resp, actual_size); in fcoei_process_sol_ct_rsp()
845 uint8_t *dest = (uint8_t *)xch->xch_fpkt->pkt_resp; in fcoei_fill_els_fpkt_resp()
H A Dfcoei_lv.c1834 fpkt->pkt_resp = kmem_zalloc(fpkt->pkt_rsplen, KM_SLEEP); in fcoei_logo_peer()
1897 kmem_free(xch->xch_fpkt->pkt_resp, xch->xch_fpkt->pkt_rsplen); in fcoei_fpkt_comp()
/titanic_50/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c2680 rsp = (struct fcp_rsp *)fpkt->pkt_resp; in fcp_send_scsi_ioctl()
5667 FCP_CP_OUT((uint8_t *)from, fpkt->pkt_resp, in fcp_unsol_prli()
5981 fpkt->pkt_resp = kmem_zalloc(fpkt->pkt_rsplen, flags); in fcp_alloc_dma()
5982 if (fpkt->pkt_resp == NULL) { in fcp_alloc_dma()
6079 if (fpkt->pkt_resp) { in fcp_alloc_dma()
6080 kmem_free(fpkt->pkt_resp, fpkt->pkt_rsplen); in fcp_alloc_dma()
6116 if (fpkt->pkt_resp) { in fcp_free_dma()
6117 kmem_free(fpkt->pkt_resp, icmd->ipkt_resplen); in fcp_free_dma()
6218 FCP_CP_IN(fpkt->pkt_resp, &resp, fpkt->pkt_resp_acc, sizeof (resp)); in fcp_icmd_callback()
6282 FCP_CP_IN(fpkt->pkt_resp, prli, fpkt->pkt_resp_acc, in fcp_icmd_callback()
[all …]
H A Dfcsm.c1999 pkt->pkt_resp = NULL; in fcsm_cmd_cache_constructor()
2165 callback, NULL, (caddr_t *)&pkt->pkt_resp, &real_len, in fcsm_alloc_cmd()
2187 pkt->pkt_resp, real_len, DDI_DMA_READ | DDI_DMA_CONSISTENT, in fcsm_alloc_cmd()
2230 pkt->pkt_resp = kmem_zalloc(resp_len, KM_SLEEP); in fcsm_alloc_cmd()
2273 if (pkt->pkt_resp) { in fcsm_free_cmd_dma()
2274 kmem_free(pkt->pkt_resp, pkt->pkt_rsplen); in fcsm_free_cmd_dma()
2275 pkt->pkt_resp = NULL; in fcsm_free_cmd_dma()
2793 pkt->pkt_resp, fcio->fcio_olen); in fcsm_ct_intr()
3152 pkt->pkt_resp, sizeof (la_els_logi_t)); in fcsm_xlogi_intr()
H A Dfcip.c6477 FCIP_CP_IN(fc_pkt->pkt_resp, (uint8_t *)&logi_resp, in fcip_ipkt_callback()
6736 cb, NULL, (caddr_t *)&fc_pkt->pkt_resp, in fcip_ipkt_alloc()
6748 (caddr_t)fc_pkt->pkt_resp, real_len, in fcip_ipkt_alloc()
/titanic_50/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl.h151 caddr_t pkt_resp; /* response */ member
/titanic_50/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c1998 pkt->pkt_resp = NULL; in fp_alloc_pkt()
2073 (caddr_t *)&pkt->pkt_resp, &real_len, in fp_alloc_pkt()
2086 pkt->pkt_resp, real_len, DDI_DMA_READ | in fp_alloc_pkt()
2118 pkt->pkt_resp = kmem_alloc(resp_len, KM_SLEEP); in fp_alloc_pkt()
2149 if (pkt->pkt_resp) { in fp_alloc_pkt()
2150 kmem_free(pkt->pkt_resp, resp_len); in fp_alloc_pkt()
2197 if (pkt->pkt_resp) { in fp_free_pkt()
2198 kmem_free(pkt->pkt_resp, in fp_free_pkt()
4981 els_data = (la_els_logi_t *)ulp_pkt->pkt_resp; in fp_plogi_group()
5884 acc = (la_els_logi_t *)pkt->pkt_resp; in fp_flogi_intr()
[all …]
H A Dfctl.c2020 brjt = *(uint32_t *)pkt->pkt_resp; in fc_fca_update_errors()
2030 lsrjt = (la_els_rjt_t *)pkt->pkt_resp; in fc_fca_update_errors()
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_isr.c2286 bzero(sp->pkt->pkt_resp, sp->pkt->pkt_rsplen); in ql_status_error()
2288 fcpr = (fcp_rsp_t *)sp->pkt->pkt_resp; in ql_status_error()
2289 rsp = (struct fcp_rsp_info *)(sp->pkt->pkt_resp + in ql_status_error()
3107 QL_DUMP_3(sp->pkt->pkt_resp, 8, sp->pkt->pkt_rsplen); in ql_ms_entry()
3116 sp->pkt->pkt_resp, B_TRUE); in ql_ms_entry()
3263 (uint8_t *)srb->pkt->pkt_resp, in ql_els_passthru_entry()
H A Dql_api.c2745 bzero((void *)pkt->pkt_resp, pkt->pkt_rsplen); in ql_els_send()
2839 (uint8_t *)pkt->pkt_resp, sizeof (rjt), DDI_DEV_AUTOINCR); in ql_els_send()
3178 bzero((void *)pkt->pkt_resp, pkt->pkt_rsplen); in ql_transport()
5062 (uint8_t *)pkt->pkt_resp, sizeof (acc), DDI_DEV_AUTOINCR); in ql_els_plogi()
5307 (uint8_t *)pkt->pkt_resp, sizeof (acc), DDI_DEV_AUTOINCR); in ql_els_flogi()
5388 (uint8_t *)pkt->pkt_resp, sizeof (acc), DDI_DEV_AUTOINCR); in ql_els_logo()
5452 (uint8_t *)pkt->pkt_resp, sizeof (acc), in ql_els_prli()
5465 (uint8_t *)pkt->pkt_resp, sizeof (rjt), DDI_DEV_AUTOINCR); in ql_els_prli()
5514 (uint8_t *)pkt->pkt_resp, sizeof (acc), DDI_DEV_AUTOINCR); in ql_els_prlo()
5649 (uint8_t *)pkt->pkt_resp, sizeof (acc), DDI_DEV_AUTOINCR); in ql_els_adisc()
[all …]