Home
last modified time | relevance | path

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

/illumos-gate/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_fcp.c136 bzero((uint8_t *)pkt->pkt_resp, pkt->pkt_rsplen); in emlxs_handle_fcp_event()
194 rsp = (fcp_rsp_t *)pkt->pkt_resp; in emlxs_handle_fcp_event()
582 bzero((uint8_t *)pkt->pkt_resp, pkt->pkt_rsplen); in emlxs_handle_fcp_event()
H A Demlxs_dfc.c3747 lsrjt = (LS_RJT *) pkt->pkt_resp; in emlxs_dfc_npiv_test()
5797 bcopy((void *)pkt->pkt_resp, (void *)rsp_buf, rsp_size); in emlxs_dfc_send_ct()
6285 rsp = (uint32_t *)pkt->pkt_resp; in emlxs_send_menlo_cmd()
6381 bcopy((void *)pkt->pkt_resp, (void *)rsp_buf, *rsp_size); in emlxs_send_menlo_cmd()
6466 rsp = (menlo_init_rsp_t *)pkt->pkt_resp; in emlxs_fcoe_attention_thread()
6880 bcopy((void *)pkt->pkt_resp, (void *)rsp_buf, rsp_size); in emlxs_dfc_send_els()
9068 CtCmd = (SLI_CT_REQUEST*)pkt->pkt_resp; in emlxs_dfc_loopback_test()
9257 bcopy(bp, pkt->pkt_resp, size); in emlxs_dfc_handle_unsol_req()
10324 fcp_rsp = (FCP_RSP *) pkt->pkt_resp; in emlxs_dfc_send_scsi_fcp()
H A Demlxs_solaris.c2243 bzero(pkt->pkt_resp, pkt->pkt_rsplen); in emlxs_initialize_pkt()
8557 bzero((uint8_t *)pkt->pkt_resp, in emlxs_fast_target_reset()
9191 els_pkt = (ELS_PKT *)pkt->pkt_resp; in emlxs_send_els()
10736 pkt->pkt_resp) { in emlxs_set_pkt_state()
10737 fcp_rsp = (fcp_rsp_t *)pkt->pkt_resp; in emlxs_set_pkt_state()
10852 (fcp_rsp_t *)pkt->pkt_resp : NULL; in emlxs_swap_fcp_pkt()
10909 (uint32_t *)pkt->pkt_resp : NULL; in emlxs_swap_els_pkt()
11023 (uint32_t *)pkt->pkt_resp : NULL; in emlxs_swap_ct_pkt()
H A Demlxs_fct.c1923 els = (ELS_PKT *)pkt->pkt_resp; in emlxs_fct_flogi_xchg()
3915 bcopy((uint8_t *)pkt->pkt_resp, in emlxs_fct_pkt_comp()
3959 bcopy((uint8_t *)pkt->pkt_resp, in emlxs_fct_pkt_comp()
H A Demlxs_sli4.c5827 iptr = (uint32_t *)pkt->pkt_resp; in emlxs_CQE_to_IOCB()
/illumos-gate/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()
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c5987 if (fpkt->pkt_resp == NULL) { in fcp_alloc_dma()
6084 if (fpkt->pkt_resp) { in fcp_alloc_dma()
6121 if (fpkt->pkt_resp) { in fcp_free_dma()
6721 FCP_CP_IN(fpkt->pkt_resp, &new_resp, in fcp_check_reportlun()
6784 FCP_CP_IN(fpkt->pkt_resp, &new_resp, in fcp_check_reportlun()
7124 FCP_CP_IN(fpkt->pkt_resp, rsp, in fcp_scsi_callback()
8868 FCP_CP_IN(fpkt->pkt_resp + in fcp_complete_pkt()
9180 FCP_CP_IN(fpkt->pkt_resp, rsp, in fcp_complete_pkt()
10510 fpkt->pkt_resp = cmd->cmd_fcp_rsp; in fcp_kmem_cache_constructor()
15315 ((caddr_t)fpkt->pkt_resp + in fcp_print_error()
[all …]
H A Dfcsm.c1998 pkt->pkt_resp = NULL; in fcsm_cmd_cache_constructor()
2164 callback, NULL, (caddr_t *)&pkt->pkt_resp, &real_len, in fcsm_alloc_cmd()
2186 pkt->pkt_resp, real_len, DDI_DMA_READ | DDI_DMA_CONSISTENT, in fcsm_alloc_cmd()
2229 pkt->pkt_resp = kmem_zalloc(resp_len, KM_SLEEP); in fcsm_alloc_cmd()
2272 if (pkt->pkt_resp) { in fcsm_free_cmd_dma()
2273 kmem_free(pkt->pkt_resp, pkt->pkt_rsplen); in fcsm_free_cmd_dma()
2274 pkt->pkt_resp = NULL; in fcsm_free_cmd_dma()
2792 pkt->pkt_resp, fcio->fcio_olen); in fcsm_ct_intr()
3151 pkt->pkt_resp, sizeof (la_els_logi_t)); in fcsm_xlogi_intr()
H A Dfcip.c6297 FCIP_CP_IN(fc_pkt->pkt_resp, (uint8_t *)&logi_resp, in fcip_ipkt_callback()
6556 cb, NULL, (caddr_t *)&fc_pkt->pkt_resp, in fcip_ipkt_alloc()
6568 (caddr_t)fc_pkt->pkt_resp, real_len, in fcip_ipkt_alloc()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl.h153 caddr_t pkt_resp; /* response */ member
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c1999 pkt->pkt_resp = NULL; in fp_alloc_pkt()
2150 if (pkt->pkt_resp) { in fp_alloc_pkt()
2151 kmem_free(pkt->pkt_resp, resp_len); in fp_alloc_pkt()
2198 if (pkt->pkt_resp) { in fp_free_pkt()
2199 kmem_free(pkt->pkt_resp, in fp_free_pkt()
5885 acc = (la_els_logi_t *)pkt->pkt_resp; in fp_flogi_intr()
6130 acc = (la_els_logi_t *)pkt->pkt_resp; in fp_plogi_intr()
6445 bcopy((caddr_t)pkt->pkt_resp, in fp_plogi_intr()
6549 acc = (la_els_adisc_t *)pkt->pkt_resp; in fp_adisc_intr()
6697 bcopy((caddr_t)pkt->pkt_resp, in fp_adisc_intr()
[all …]
H A Dfctl.c2021 brjt = *(uint32_t *)pkt->pkt_resp; in fc_fca_update_errors()
2031 lsrjt = (la_els_rjt_t *)pkt->pkt_resp; in fc_fca_update_errors()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_isr.c2412 bzero(sp->pkt->pkt_resp, sp->pkt->pkt_rsplen); in ql_status_error()
2414 fcpr = (fcp_rsp_t *)sp->pkt->pkt_resp; in ql_status_error()
2415 rsp = (struct fcp_rsp_info *)(sp->pkt->pkt_resp + in ql_status_error()
3275 QL_DUMP_3(sp->pkt->pkt_resp, 8, sp->pkt->pkt_rsplen); in ql_ms_entry()
3284 sp->pkt->pkt_resp, B_TRUE); in ql_ms_entry()
3473 (uint8_t *)srb->pkt->pkt_resp, in ql_els_passthru_entry()
H A Dql_api.c3025 bzero((void *)pkt->pkt_resp, pkt->pkt_rsplen); in ql_els_send()
3438 bzero((void *)pkt->pkt_resp, pkt->pkt_rsplen); in ql_transport()
5413 (uint8_t *)pkt->pkt_resp, sizeof (acc), DDI_DEV_AUTOINCR); in ql_els_plogi()
5694 (uint8_t *)pkt->pkt_resp, sizeof (acc), DDI_DEV_AUTOINCR); in ql_els_flogi()
5773 (uint8_t *)pkt->pkt_resp, sizeof (acc), DDI_DEV_AUTOINCR); in ql_els_logo()
5838 (uint8_t *)pkt->pkt_resp, sizeof (acc), in ql_els_prli()
5875 (uint8_t *)pkt->pkt_resp, sizeof (rjt), in ql_els_prli()
5924 (uint8_t *)pkt->pkt_resp, sizeof (acc), DDI_DEV_AUTOINCR); in ql_els_prlo()
7405 ptr = (uint64_t *)pkt->pkt_resp; in ql_fcp_scsi_cmd()
7494 fcpr = (fcp_rsp_t *)pkt->pkt_resp; in ql_task_mgmt()
[all …]