Lines Matching refs:virt

193 		lpfc_mbuf_free(phba, mlast->virt, mlast->phys);  in lpfc_free_ct_rsp()
197 lpfc_mbuf_free(phba, mlist->virt, mlist->phys); in lpfc_free_ct_rsp()
226 mp->virt = lpfc_mbuf_alloc(phba, MEM_PRI, &(mp->phys)); in lpfc_alloc_ct_rsp()
228 mp->virt = lpfc_mbuf_alloc(phba, 0, &(mp->phys)); in lpfc_alloc_ct_rsp()
230 if (!mp->virt) { in lpfc_alloc_ct_rsp()
270 lpfc_mbuf_free(phba, buf_ptr->virt, buf_ptr->phys); in lpfc_ct_free_iocb()
281 lpfc_mbuf_free(phba, buf_ptr->virt, buf_ptr->phys); in lpfc_ct_free_iocb()
380 struct ulp_bde64 *bpl = (struct ulp_bde64 *) bmp->virt; in lpfc_ct_cmd()
383 int cmdcode = ((struct lpfc_sli_ct_request *) inmp->virt)-> in lpfc_ct_cmd()
428 (struct lpfc_sli_ct_request *) mp->virt; in lpfc_ns_rsp()
450 ctptr = (uint32_t *) mlast->virt; in lpfc_ns_rsp()
642 CTrsp = (struct lpfc_sli_ct_request *) outp->virt; in lpfc_cmpl_ct_cmd_gid_ft()
744 did = ((struct lpfc_sli_ct_request *) inp->virt)->un.gff.PortId; in lpfc_cmpl_ct_cmd_gff_id()
753 CTrsp = (struct lpfc_sli_ct_request *) outp->virt; in lpfc_cmpl_ct_cmd_gff_id()
878 cmdcode = be16_to_cpu(((struct lpfc_sli_ct_request *) inp->virt)-> in lpfc_cmpl_ct()
880 CTrsp = (struct lpfc_sli_ct_request *) outp->virt; in lpfc_cmpl_ct()
938 CTrsp = (struct lpfc_sli_ct_request *) outp->virt; in lpfc_cmpl_ct_cmd_rft_id()
959 CTrsp = (struct lpfc_sli_ct_request *) outp->virt; in lpfc_cmpl_ct_cmd_rnn_id()
980 CTrsp = (struct lpfc_sli_ct_request *) outp->virt; in lpfc_cmpl_ct_cmd_rspn_id()
1001 CTrsp = (struct lpfc_sli_ct_request *) outp->virt; in lpfc_cmpl_ct_cmd_rsnn_nn()
1034 CTrsp = (struct lpfc_sli_ct_request *) outp->virt; in lpfc_cmpl_ct_cmd_rff_id()
1157 mp->virt = lpfc_mbuf_alloc(phba, MEM_PRI, &(mp->phys)); in lpfc_ns_cmd()
1158 if (!mp->virt) { in lpfc_ns_cmd()
1171 bmp->virt = lpfc_mbuf_alloc(phba, MEM_PRI, &(bmp->phys)); in lpfc_ns_cmd()
1172 if (!bmp->virt) { in lpfc_ns_cmd()
1182 bpl = (struct ulp_bde64 *) bmp->virt; in lpfc_ns_cmd()
1207 CtReq = (struct lpfc_sli_ct_request *) mp->virt; in lpfc_ns_cmd()
1309 lpfc_mbuf_free(phba, bmp->virt, bmp->phys); in lpfc_ns_cmd()
1313 lpfc_mbuf_free(phba, mp->virt, mp->phys); in lpfc_ns_cmd()
1329 struct lpfc_sli_ct_request *CTrsp = outp->virt; in lpfc_cmpl_ct_cmd_fdmi()
1330 struct lpfc_sli_ct_request *CTcmd = inp->virt; in lpfc_cmpl_ct_cmd_fdmi()
1373 struct lpfc_sli_ct_request *CTcmd = inp->virt; in lpfc_cmpl_ct_disc_fdmi()
1436 mp->virt = lpfc_mbuf_alloc(phba, 0, &(mp->phys)); in lpfc_fdmi_cmd()
1437 if (!mp->virt) in lpfc_fdmi_cmd()
1445 bmp->virt = lpfc_mbuf_alloc(phba, 0, &(bmp->phys)); in lpfc_fdmi_cmd()
1446 if (!bmp->virt) in lpfc_fdmi_cmd()
1456 CtReq = (struct lpfc_sli_ct_request *)mp->virt; in lpfc_fdmi_cmd()
2075 bpl = (struct ulp_bde64 *)bmp->virt; in lpfc_fdmi_cmd()
2095 lpfc_mbuf_free(phba, bmp->virt, bmp->phys); in lpfc_fdmi_cmd()
2099 lpfc_mbuf_free(phba, mp->virt, mp->phys); in lpfc_fdmi_cmd()