Lines Matching refs:virt

194 		lpfc_mbuf_free(phba, mlast->virt, mlast->phys);  in lpfc_free_ct_rsp()
198 lpfc_mbuf_free(phba, mlist->virt, mlist->phys); in lpfc_free_ct_rsp()
227 mp->virt = lpfc_mbuf_alloc(phba, MEM_PRI, &(mp->phys)); in lpfc_alloc_ct_rsp()
229 mp->virt = lpfc_mbuf_alloc(phba, 0, &(mp->phys)); in lpfc_alloc_ct_rsp()
231 if (!mp->virt) { in lpfc_alloc_ct_rsp()
271 lpfc_mbuf_free(phba, buf_ptr->virt, buf_ptr->phys); in lpfc_ct_free_iocb()
282 lpfc_mbuf_free(phba, buf_ptr->virt, buf_ptr->phys); in lpfc_ct_free_iocb()
381 struct ulp_bde64 *bpl = (struct ulp_bde64 *) bmp->virt; in lpfc_ct_cmd()
384 int cmdcode = ((struct lpfc_sli_ct_request *) inmp->virt)-> in lpfc_ct_cmd()
429 (struct lpfc_sli_ct_request *) mp->virt; in lpfc_ns_rsp()
451 ctptr = (uint32_t *) mlast->virt; in lpfc_ns_rsp()
641 CTrsp = (struct lpfc_sli_ct_request *) outp->virt; in lpfc_cmpl_ct_cmd_gid_ft()
743 did = ((struct lpfc_sli_ct_request *) inp->virt)->un.gff.PortId; in lpfc_cmpl_ct_cmd_gff_id()
752 CTrsp = (struct lpfc_sli_ct_request *) outp->virt; in lpfc_cmpl_ct_cmd_gff_id()
877 cmdcode = be16_to_cpu(((struct lpfc_sli_ct_request *) inp->virt)-> in lpfc_cmpl_ct()
879 CTrsp = (struct lpfc_sli_ct_request *) outp->virt; in lpfc_cmpl_ct()
937 CTrsp = (struct lpfc_sli_ct_request *) outp->virt; in lpfc_cmpl_ct_cmd_rft_id()
958 CTrsp = (struct lpfc_sli_ct_request *) outp->virt; in lpfc_cmpl_ct_cmd_rnn_id()
979 CTrsp = (struct lpfc_sli_ct_request *) outp->virt; in lpfc_cmpl_ct_cmd_rspn_id()
1000 CTrsp = (struct lpfc_sli_ct_request *) outp->virt; in lpfc_cmpl_ct_cmd_rsnn_nn()
1033 CTrsp = (struct lpfc_sli_ct_request *) outp->virt; in lpfc_cmpl_ct_cmd_rff_id()
1156 mp->virt = lpfc_mbuf_alloc(phba, MEM_PRI, &(mp->phys)); in lpfc_ns_cmd()
1157 if (!mp->virt) { in lpfc_ns_cmd()
1170 bmp->virt = lpfc_mbuf_alloc(phba, MEM_PRI, &(bmp->phys)); in lpfc_ns_cmd()
1171 if (!bmp->virt) { in lpfc_ns_cmd()
1181 bpl = (struct ulp_bde64 *) bmp->virt; in lpfc_ns_cmd()
1206 CtReq = (struct lpfc_sli_ct_request *) mp->virt; in lpfc_ns_cmd()
1308 lpfc_mbuf_free(phba, bmp->virt, bmp->phys); in lpfc_ns_cmd()
1312 lpfc_mbuf_free(phba, mp->virt, mp->phys); in lpfc_ns_cmd()
1328 struct lpfc_sli_ct_request *CTrsp = outp->virt; in lpfc_cmpl_ct_cmd_fdmi()
1329 struct lpfc_sli_ct_request *CTcmd = inp->virt; in lpfc_cmpl_ct_cmd_fdmi()
1372 struct lpfc_sli_ct_request *CTcmd = inp->virt; in lpfc_cmpl_ct_disc_fdmi()
1435 mp->virt = lpfc_mbuf_alloc(phba, 0, &(mp->phys)); in lpfc_fdmi_cmd()
1436 if (!mp->virt) in lpfc_fdmi_cmd()
1444 bmp->virt = lpfc_mbuf_alloc(phba, 0, &(bmp->phys)); in lpfc_fdmi_cmd()
1445 if (!bmp->virt) in lpfc_fdmi_cmd()
1455 CtReq = (struct lpfc_sli_ct_request *)mp->virt; in lpfc_fdmi_cmd()
2076 bpl = (struct ulp_bde64 *)bmp->virt; in lpfc_fdmi_cmd()
2096 lpfc_mbuf_free(phba, bmp->virt, bmp->phys); in lpfc_fdmi_cmd()
2100 lpfc_mbuf_free(phba, mp->virt, mp->phys); in lpfc_fdmi_cmd()