Lines Matching refs:virt

2483 		lpfc_mbuf_free(phba, mp->virt, mp->phys);
2815 fc_hdr = nvmebuf->hbuf.virt;
2875 axchg->payload = nvmebuf->dbuf.virt;
5367 lpfc_mbuf_free(phba, mp->virt, mp->phys);
5374 lpfc_mbuf_free(phba, mp->virt, mp->phys);
5380 lpfc_parse_fcoe_conf(phba, mp->virt, data_length);
5381 lpfc_mbuf_free(phba, mp->virt, mp->phys);
5423 dmabuf->virt = dma_alloc_coherent(&phba->pcidev->dev, dma_size,
5425 if (!dmabuf->virt) {
5446 dmabuf->virt, dmabuf->phys);
5459 memcpy(vpd, dmabuf->virt, *vpd_size);
5462 dmabuf->virt, dmabuf->phys);
6350 dmabuf->virt, dmabuf->phys);
6355 if (ras_fwlog->lwpd.virt) {
6358 ras_fwlog->lwpd.virt,
6360 ras_fwlog->lwpd.virt = NULL;
6391 ras_fwlog->lwpd.virt = dma_alloc_coherent(&phba->pcidev->dev,
6395 if (!ras_fwlog->lwpd.virt) {
6413 dmabuf->virt = dma_alloc_coherent(&phba->pcidev->dev,
6416 if (!dmabuf->virt) {
6513 if (!ras_fwlog->lwpd.virt) {
6551 memset(dmabuf->virt, 0, LPFC_RAS_MAX_ENTRY_SIZE);
7670 memcpy(&vport->fc_sparam, mp->virt, sizeof(struct serv_parm));
7678 lpfc_mbuf_free(phba, mp->virt, mp->phys);
9446 bpl = (struct ulp_bde64 *)dmabuf->virt;
9562 ((struct lpfc_dmabuf *)iocbq->context3)->virt;
9617 iocbq->context2)->virt);
9957 iocbq->context2)->virt);
11066 lpfc_mbuf_free(phba, buf_ptr->virt, buf_ptr->phys);
13177 bpl = (struct ulp_bde64 *)dmabuf->virt;
13188 bpl = (struct ulp_bde64 *)dmabuf->virt;
13706 fc_hdr = (struct fc_frame_header *)dma_buf->hbuf.virt;
14237 fc_hdr = (struct fc_frame_header *)dma_buf->hbuf.virt;
14840 dmabuf->virt, dmabuf->phys);
14914 dmabuf->virt = dma_alloc_coherent(&phba->pcidev->dev,
14917 if (!dmabuf->virt) {
14924 queue->q_pgs[x] = dmabuf->virt;
15181 memset(dmabuf->virt, 0, hw_page_size);
15326 memset(dmabuf->virt, 0, cq->page_size);
15582 memset(dmabuf->virt, 0, hw_page_size);
15787 memset(dmabuf->virt, 0, hw_page_size);
15951 memset(dmabuf->virt, 0, hw_page_size);
16215 memset(dmabuf->virt, 0, hw_page_size);
16514 memset(dmabuf->virt, 0, hw_page_size);
16526 memset(dmabuf->virt, 0, hw_page_size);
17687 new_hdr = (struct fc_frame_header *)dmabuf->hbuf.virt;
17691 temp_hdr = (struct fc_frame_header *)h_buf->virt;
17709 temp_hdr = seq_dmabuf->hbuf.virt;
17723 temp_hdr = dmabuf->hbuf.virt;
17731 temp_hdr = (struct fc_frame_header *)temp_dmabuf->hbuf.virt;
17781 new_hdr = (struct fc_frame_header *)dmabuf->hbuf.virt;
17783 temp_hdr = (struct fc_frame_header *)h_buf->virt;
18061 memcpy(&fc_hdr, dmabuf->hbuf.virt, sizeof(struct fc_frame_header));
18105 hdr = (struct fc_frame_header *)dmabuf->hbuf.virt;
18117 hdr = (struct fc_frame_header *)seq_dmabuf->hbuf.virt;
18155 fc_hdr = (struct fc_frame_header *)seq_dmabuf->hbuf.virt;
18274 fc_hdr = (struct fc_frame_header *)seq_dmabuf->hbuf.virt;
18311 if (pcmd && pcmd->virt)
18312 dma_pool_free(phba->lpfc_drb_pool, pcmd->virt, pcmd->phys);
18331 fc_hdr = (struct fc_frame_header *)dmabuf->hbuf.virt;
18350 pcmd->virt = dma_pool_alloc(phba->lpfc_drb_pool, GFP_KERNEL,
18352 if (!pcmd || !pcmd->virt)
18358 memcpy(pcmd->virt, dmabuf->dbuf.virt, frame_len);
18398 if (pcmd && pcmd->virt)
18399 dma_pool_free(phba->lpfc_drb_pool, pcmd->virt, pcmd->phys);
18429 fc_hdr = (struct fc_frame_header *)dmabuf->hbuf.virt;
19649 lpfc_sli_pcimem_bcopy((char *)mp->virt, rgn23_data, data_length);
19653 lpfc_mbuf_free(phba, mp->virt, mp->phys);
19980 __lpfc_mbuf_free(phba, mp->virt, mp->phys);
20162 bpl = (struct ulp_bde64 *)dmabuf->virt;