Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_pkt.c114 (void) ddi_dma_mem_free(&pkt->pkt_resp_acc); in emlxs_pkt_free()
278 &pkt->pkt_resp_acc) != DDI_SUCCESS) { in emlxs_pkt_alloc()
287 (void) ddi_dma_mem_free(&pkt->pkt_resp_acc); in emlxs_pkt_alloc()
307 (void) ddi_dma_mem_free(&pkt->pkt_resp_acc); in emlxs_pkt_alloc()
407 (void) ddi_dma_mem_free(&pkt->pkt_resp_acc); in emlxs_pkt_alloc()
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c1902 pkt->pkt_cmd_acc = pkt->pkt_resp_acc = NULL; in fp_cache_constructor()
2075 &pkt->pkt_resp_acc); in fp_alloc_pkt()
2238 if (pkt->pkt_resp_acc) { in fp_free_dma()
2239 ddi_dma_mem_free(&pkt->pkt_resp_acc); in fp_free_dma()
4987 FC_SET_CMD(pd->pd_port, ulp_pkt->pkt_resp_acc, in fp_plogi_group()
4991 FC_SET_CMD(pd->pd_port, ulp_pkt->pkt_resp_acc, in fp_plogi_group()
4996 FC_SET_CMD(pd->pd_port, ulp_pkt->pkt_resp_acc, in fp_plogi_group()
5001 FC_SET_CMD(pd->pd_port, ulp_pkt->pkt_resp_acc, in fp_plogi_group()
5006 FC_SET_CMD(pd->pd_port, ulp_pkt->pkt_resp_acc, in fp_plogi_group()
5011 FC_SET_CMD(pd->pd_port, ulp_pkt->pkt_resp_acc, in fp_plogi_group()
[all …]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl.h165 ddi_acc_handle_t pkt_resp_acc; /* response access */ member
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_fm.c153 if (pkt->pkt_resp_acc != NULL && rval == DDI_FM_OK && in qlc_fm_check_pkt_dma_handle()
H A Dql_api.c3112 ddi_rep_put8(pkt->pkt_resp_acc, (uint8_t *)&rjt, in ql_els_send()
5188 if (pkt->pkt_resp_acc != NULL && *rval == DDI_SUCCESS && in ql_cmd_setup()
5195 pkt->pkt_resp_acc); in ql_cmd_setup()
5412 ddi_rep_put8(pkt->pkt_resp_acc, (uint8_t *)&acc, in ql_els_plogi()
5693 ddi_rep_put8(pkt->pkt_resp_acc, (uint8_t *)&acc, in ql_els_flogi()
5772 ddi_rep_put8(pkt->pkt_resp_acc, (uint8_t *)&acc, in ql_els_logo()
5837 ddi_rep_put8(pkt->pkt_resp_acc, (uint8_t *)&acc, in ql_els_prli()
5874 ddi_rep_put8(pkt->pkt_resp_acc, (uint8_t *)&rjt, in ql_els_prli()
5923 ddi_rep_put8(pkt->pkt_resp_acc, (uint8_t *)&acc, in ql_els_prlo()
6053 ddi_rep_put8(pkt->pkt_resp_acc, (uint8_t *)&acc, in ql_els_adisc()
[all …]
H A Dql_isr.c3283 ql_cthdr_endian(sp->pkt->pkt_resp_acc, in ql_ms_entry()
3472 ddi_rep_put8(srb->pkt->pkt_resp_acc, (uint8_t *)&rjt, in ql_els_passthru_entry()
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c5673 fpkt->pkt_resp_acc, sizeof (struct la_els_prli)); in fcp_unsol_prli()
6223 FCP_CP_IN(fpkt->pkt_resp, &resp, fpkt->pkt_resp_acc, sizeof (resp)); in fcp_icmd_callback()
6287 FCP_CP_IN(fpkt->pkt_resp, prli, fpkt->pkt_resp_acc, in fcp_icmd_callback()
6722 fpkt->pkt_resp_acc, sizeof (new_resp)); in fcp_check_reportlun()
6729 fpkt->pkt_resp_acc, sizeof (new_resp)); in fcp_check_reportlun()
6764 rsp->fcp_response_len, sense, fpkt->pkt_resp_acc, in fcp_check_reportlun()
6785 fpkt->pkt_resp_acc, sizeof (new_resp)); in fcp_check_reportlun()
6792 fpkt->pkt_resp_acc, sizeof (new_resp)); in fcp_check_reportlun()
6815 fpkt->pkt_resp_acc, sizeof (new_resp)); in fcp_check_reportlun()
6822 fpkt->pkt_resp_acc, sizeof (new_resp)); in fcp_check_reportlun()
[all …]
H A Dfcsm.c2001 pkt->pkt_cmd_acc = pkt->pkt_resp_acc = NULL; in fcsm_cmd_cache_constructor()
2165 &pkt->pkt_resp_acc); in fcsm_alloc_cmd()
2310 if (pkt->pkt_resp_acc) { in fcsm_free_cmd_dma()
2311 ddi_dma_mem_free(&pkt->pkt_resp_acc); in fcsm_free_cmd_dma()
2791 FCSM_REP_RD(pkt->pkt_resp_acc, fcio->fcio_obuf, in fcsm_ct_intr()
3150 FCSM_REP_RD(pkt->pkt_resp_acc, &fcsm->sm_ms_service_params, in fcsm_xlogi_intr()
H A Dfcip.c5696 fc_pkt->pkt_cmd_acc = fc_pkt->pkt_resp_acc = NULL; in fcip_cache_constructor()
6298 fc_pkt->pkt_resp_acc, sizeof (logi_resp)); in fcip_ipkt_callback()
6557 &real_len, &fc_pkt->pkt_resp_acc) != DDI_SUCCESS) { in fcip_ipkt_alloc()
6806 ddi_dma_mem_free(&fc_pkt->pkt_resp_acc); in fcip_free_pkt_dma()