/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_diag.c | 143 uint8_t *pkt_resp; local 259 pkt_resp = (uint8_t *)pkt->pkt_resp + 4; 263 for (i = 0; i < length; i++, pkt_resp++, pat++) { 264 if (*pkt_resp != *pat) { 268 *pkt_resp, *pat);
|
H A D | emlxs_pkt.c | 277 (caddr_t *)&pkt->pkt_resp, &real_len, 296 pkt->pkt_resp, real_len, 302 pkt->pkt_resp, real_len, 324 bzero(pkt->pkt_resp, rsplen);
|
H A D | emlxs_els.c | 171 els = (ELS_PKT *)pkt->pkt_resp; 575 sp = (SERV_PARM *)((caddr_t)pkt->pkt_resp + sizeof (uint32_t)); 766 sp = (SERV_PARM *)((caddr_t)pkt->pkt_resp + sizeof (uint32_t)); 836 sp = (SERV_PARM *)((caddr_t)pkt->pkt_resp + sizeof (uint32_t)); 961 npr = (PRLI *)((caddr_t)pkt->pkt_resp + sizeof (uint32_t)); 2886 rsp = (uint32_t *)pkt->pkt_resp; 3065 rsp = (uint32_t *)pkt->pkt_resp; 3066 CtRsp = (SLI_CT_REQUEST *)pkt->pkt_resp;
|
H A D | emlxs_dfc.c | 3696 lsrjt = (LS_RJT *) pkt->pkt_resp; 5741 bcopy((void *)pkt->pkt_resp, (void *)rsp_buf, rsp_size); 6228 rsp = (uint32_t *)pkt->pkt_resp; 6324 bcopy((void *)pkt->pkt_resp, (void *)rsp_buf, *rsp_size); 6409 rsp = (menlo_init_rsp_t *)pkt->pkt_resp; 6822 bcopy((void *)pkt->pkt_resp, (void *)rsp_buf, rsp_size); 9007 CtCmd = (SLI_CT_REQUEST*)pkt->pkt_resp; 9196 bcopy(bp, pkt->pkt_resp, size); 10263 fcp_rsp = (FCP_RSP *) pkt->pkt_resp;
|
H A D | emlxs_solaris.c | 2233 bzero(pkt->pkt_resp, pkt->pkt_rsplen); 8534 bzero((uint8_t *)pkt->pkt_resp, 9168 els_pkt = (ELS_PKT *)pkt->pkt_resp; 10713 pkt->pkt_resp) { 10714 fcp_rsp = (fcp_rsp_t *)pkt->pkt_resp; 10829 (fcp_rsp_t *)pkt->pkt_resp : NULL; 10886 (uint32_t *)pkt->pkt_resp : NULL; 11000 (uint32_t *)pkt->pkt_resp : NULL;
|
H A D | emlxs_fcp.c | 135 bzero((uint8_t *)pkt->pkt_resp, pkt->pkt_rsplen); 193 rsp = (fcp_rsp_t *)pkt->pkt_resp; 581 bzero((uint8_t *)pkt->pkt_resp, pkt->pkt_rsplen);
|
H A D | emlxs_fct.c | 1912 els = (ELS_PKT *)pkt->pkt_resp; 3901 bcopy((uint8_t *)pkt->pkt_resp, 3945 bcopy((uint8_t *)pkt->pkt_resp,
|
H A D | emlxs_sli4.c | 5472 iptr = (uint32_t *)pkt->pkt_resp;
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/fcoei/ |
H A D | fcoei_eth.c | 618 bzero(xch->xch_fpkt->pkt_resp, 12); 622 (uint8_t *)xch->xch_fpkt->pkt_resp, actual_size); 709 if (((ls_code_t *)(void *)xch->xch_fpkt->pkt_resp)->ls_code == 770 bcopy(FPLD, (uint8_t *)xch->xch_fpkt->pkt_resp, actual_size); 838 * fpkt->pkt_resp must be mapped to one data structure, and it's 845 uint8_t *dest = (uint8_t *)xch->xch_fpkt->pkt_resp;
|
H A D | fcoei_lv.c | 1834 fpkt->pkt_resp = kmem_zalloc(fpkt->pkt_rsplen, KM_SLEEP); 1897 kmem_free(xch->xch_fpkt->pkt_resp, xch->xch_fpkt->pkt_rsplen);
|
/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/ |
H A D | fctl.h | 151 caddr_t pkt_resp; /* response */ member in struct:fc_packet
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/ |
H A D | fcp.c | 2680 rsp = (struct fcp_rsp *)fpkt->pkt_resp; 5667 FCP_CP_OUT((uint8_t *)from, fpkt->pkt_resp, 5981 fpkt->pkt_resp = kmem_zalloc(fpkt->pkt_rsplen, flags); 5982 if (fpkt->pkt_resp == NULL) { 6079 if (fpkt->pkt_resp) { 6080 kmem_free(fpkt->pkt_resp, fpkt->pkt_rsplen); 6116 if (fpkt->pkt_resp) { 6117 kmem_free(fpkt->pkt_resp, icmd->ipkt_resplen); 6218 FCP_CP_IN(fpkt->pkt_resp, &resp, fpkt->pkt_resp_acc, sizeof (resp)); 6282 FCP_CP_IN(fpkt->pkt_resp, prl [all...] |
H A D | fcsm.c | 1998 pkt->pkt_resp = NULL; 2164 callback, NULL, (caddr_t *)&pkt->pkt_resp, &real_len, 2186 pkt->pkt_resp, real_len, DDI_DMA_READ | DDI_DMA_CONSISTENT, 2229 pkt->pkt_resp = kmem_zalloc(resp_len, KM_SLEEP); 2272 if (pkt->pkt_resp) { 2273 kmem_free(pkt->pkt_resp, pkt->pkt_rsplen); 2274 pkt->pkt_resp = NULL; 2792 pkt->pkt_resp, fcio->fcio_olen); 3151 pkt->pkt_resp, sizeof (la_els_logi_t));
|
H A D | fcip.c | 6477 FCIP_CP_IN(fc_pkt->pkt_resp, (uint8_t *)&logi_resp, 6736 cb, NULL, (caddr_t *)&fc_pkt->pkt_resp, 6748 (caddr_t)fc_pkt->pkt_resp, real_len,
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/ |
H A D | fp.c | 1998 pkt->pkt_resp = NULL; 2073 (caddr_t *)&pkt->pkt_resp, &real_len, 2086 pkt->pkt_resp, real_len, DDI_DMA_READ | 2118 pkt->pkt_resp = kmem_alloc(resp_len, KM_SLEEP); 2149 if (pkt->pkt_resp) { 2150 kmem_free(pkt->pkt_resp, resp_len); 2197 if (pkt->pkt_resp) { 2198 kmem_free(pkt->pkt_resp, 4981 els_data = (la_els_logi_t *)ulp_pkt->pkt_resp; 5884 acc = (la_els_logi_t *)pkt->pkt_resp; [all...] |
H A D | fctl.c | 812 * DMA setup for pkt_cmd and pkt_resp fields of the packet and 2020 brjt = *(uint32_t *)pkt->pkt_resp; 2030 lsrjt = (la_els_rjt_t *)pkt->pkt_resp;
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | ql_api.c | 2745 bzero((void *)pkt->pkt_resp, pkt->pkt_rsplen); 2839 (uint8_t *)pkt->pkt_resp, sizeof (rjt), DDI_DEV_AUTOINCR); 3178 bzero((void *)pkt->pkt_resp, pkt->pkt_rsplen); 5062 (uint8_t *)pkt->pkt_resp, sizeof (acc), DDI_DEV_AUTOINCR); 5307 (uint8_t *)pkt->pkt_resp, sizeof (acc), DDI_DEV_AUTOINCR); 5388 (uint8_t *)pkt->pkt_resp, sizeof (acc), DDI_DEV_AUTOINCR); 5452 (uint8_t *)pkt->pkt_resp, sizeof (acc), 5465 (uint8_t *)pkt->pkt_resp, sizeof (rjt), DDI_DEV_AUTOINCR); 5514 (uint8_t *)pkt->pkt_resp, sizeof (acc), DDI_DEV_AUTOINCR); 5649 (uint8_t *)pkt->pkt_resp, sizeo [all...] |
H A D | ql_isr.c | 2286 bzero(sp->pkt->pkt_resp, sp->pkt->pkt_rsplen); 2288 fcpr = (fcp_rsp_t *)sp->pkt->pkt_resp; 2289 rsp = (struct fcp_rsp_info *)(sp->pkt->pkt_resp + 3107 QL_DUMP_3(sp->pkt->pkt_resp, 8, sp->pkt->pkt_rsplen); 3116 sp->pkt->pkt_resp, B_TRUE); 3263 (uint8_t *)srb->pkt->pkt_resp,
|