Home
last modified time | relevance | path

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

/titanic_41/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()
/titanic_41/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl.h163 ddi_acc_handle_t pkt_resp_acc; /* response access */ member
/titanic_41/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c1901 pkt->pkt_cmd_acc = pkt->pkt_resp_acc = NULL; in fp_cache_constructor()
2074 &pkt->pkt_resp_acc); in fp_alloc_pkt()
2237 if (pkt->pkt_resp_acc) { in fp_free_dma()
2238 ddi_dma_mem_free(&pkt->pkt_resp_acc); in fp_free_dma()
4986 FC_SET_CMD(pd->pd_port, ulp_pkt->pkt_resp_acc, in fp_plogi_group()
4990 FC_SET_CMD(pd->pd_port, ulp_pkt->pkt_resp_acc, in fp_plogi_group()
4995 FC_SET_CMD(pd->pd_port, ulp_pkt->pkt_resp_acc, in fp_plogi_group()
5000 FC_SET_CMD(pd->pd_port, ulp_pkt->pkt_resp_acc, in fp_plogi_group()
5005 FC_SET_CMD(pd->pd_port, ulp_pkt->pkt_resp_acc, in fp_plogi_group()
5010 FC_SET_CMD(pd->pd_port, ulp_pkt->pkt_resp_acc, in fp_plogi_group()
[all …]
/titanic_41/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c5668 fpkt->pkt_resp_acc, sizeof (struct la_els_prli)); in fcp_unsol_prli()
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()
6717 fpkt->pkt_resp_acc, sizeof (new_resp)); in fcp_check_reportlun()
6724 fpkt->pkt_resp_acc, sizeof (new_resp)); in fcp_check_reportlun()
6759 rsp->fcp_response_len, sense, fpkt->pkt_resp_acc, in fcp_check_reportlun()
6780 fpkt->pkt_resp_acc, sizeof (new_resp)); in fcp_check_reportlun()
6787 fpkt->pkt_resp_acc, sizeof (new_resp)); in fcp_check_reportlun()
6810 fpkt->pkt_resp_acc, sizeof (new_resp)); in fcp_check_reportlun()
6817 fpkt->pkt_resp_acc, sizeof (new_resp)); in fcp_check_reportlun()
[all …]
H A Dfcsm.c2002 pkt->pkt_cmd_acc = pkt->pkt_resp_acc = NULL; in fcsm_cmd_cache_constructor()
2166 &pkt->pkt_resp_acc); in fcsm_alloc_cmd()
2311 if (pkt->pkt_resp_acc) { in fcsm_free_cmd_dma()
2312 ddi_dma_mem_free(&pkt->pkt_resp_acc); in fcsm_free_cmd_dma()
2792 FCSM_REP_RD(pkt->pkt_resp_acc, fcio->fcio_obuf, in fcsm_ct_intr()
3151 FCSM_REP_RD(pkt->pkt_resp_acc, &fcsm->sm_ms_service_params, in fcsm_xlogi_intr()
H A Dfcip.c5876 fc_pkt->pkt_cmd_acc = fc_pkt->pkt_resp_acc = NULL; in fcip_cache_constructor()
6478 fc_pkt->pkt_resp_acc, sizeof (logi_resp)); in fcip_ipkt_callback()
6737 &real_len, &fc_pkt->pkt_resp_acc) != DDI_SUCCESS) { in fcip_ipkt_alloc()
6988 ddi_dma_mem_free(&fc_pkt->pkt_resp_acc); in fcip_free_pkt_dma()
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c2838 ddi_rep_put8(pkt->pkt_resp_acc, (uint8_t *)&rjt, in ql_els_send()
4843 if (pkt->pkt_resp_acc != NULL && *rval == DDI_SUCCESS && in ql_cmd_setup()
4848 *rval = ddi_check_acc_handle(pkt->pkt_resp_acc); in ql_cmd_setup()
5061 ddi_rep_put8(pkt->pkt_resp_acc, (uint8_t *)&acc, in ql_els_plogi()
5306 ddi_rep_put8(pkt->pkt_resp_acc, (uint8_t *)&acc, in ql_els_flogi()
5387 ddi_rep_put8(pkt->pkt_resp_acc, (uint8_t *)&acc, in ql_els_logo()
5451 ddi_rep_put8(pkt->pkt_resp_acc, (uint8_t *)&acc, in ql_els_prli()
5464 ddi_rep_put8(pkt->pkt_resp_acc, (uint8_t *)&rjt, in ql_els_prli()
5513 ddi_rep_put8(pkt->pkt_resp_acc, (uint8_t *)&acc, in ql_els_prlo()
5648 ddi_rep_put8(pkt->pkt_resp_acc, (uint8_t *)&acc, in ql_els_adisc()
[all …]
H A Dql_isr.c3115 ql_cthdr_endian(sp->pkt->pkt_resp_acc, in ql_ms_entry()
3262 ddi_rep_put8(srb->pkt->pkt_resp_acc, (uint8_t *)&rjt, in ql_els_passthru_entry()