Lines Matching refs:virt
2891 lpfc_mbuf_free(phba, mp->virt, mp->phys);
3224 fc_hdr = nvmebuf->hbuf.virt;
3284 axchg->payload = nvmebuf->dbuf.virt;
5851 lpfc_parse_fcoe_conf(phba, mp->virt, data_length);
5892 dmabuf->virt = dma_alloc_coherent(&phba->pcidev->dev, dma_size,
5894 if (!dmabuf->virt) {
5915 dmabuf->virt, dmabuf->phys);
5928 memcpy(vpd, dmabuf->virt, *vpd_size);
5931 dmabuf->virt, dmabuf->phys);
6879 dmabuf->virt, dmabuf->phys);
6884 if (ras_fwlog->lwpd.virt) {
6887 ras_fwlog->lwpd.virt,
6889 ras_fwlog->lwpd.virt = NULL;
6920 ras_fwlog->lwpd.virt = dma_alloc_coherent(&phba->pcidev->dev,
6924 if (!ras_fwlog->lwpd.virt) {
6942 dmabuf->virt = dma_alloc_coherent(&phba->pcidev->dev,
6945 if (!dmabuf->virt) {
7042 if (!ras_fwlog->lwpd.virt) {
7080 memset(dmabuf->virt, 0, LPFC_RAS_MAX_ENTRY_SIZE);
8287 mp->virt = dma_alloc_coherent
8291 if (!mp || !mp->virt) {
8338 phba->cgn_i->virt, phba->cgn_i->phys);
8768 memcpy(&vport->fc_sparam, mp->virt, sizeof(struct serv_parm));
8777 lpfc_mbuf_free(phba, mp->virt, mp->phys);
10953 bpl = (struct ulp_bde64_le *)bmp->virt;
11053 bpl = (struct ulp_bde64 *)bmp->virt;
12061 lpfc_mbuf_free(phba, buf_ptr->virt, buf_ptr->phys);
14651 fc_hdr = (struct fc_frame_header *)dma_buf->hbuf.virt;
15202 fc_hdr = (struct fc_frame_header *)dma_buf->hbuf.virt;
15801 dmabuf->virt, dmabuf->phys);
15875 dmabuf->virt = dma_alloc_coherent(&phba->pcidev->dev,
15878 if (!dmabuf->virt) {
15885 queue->q_pgs[x] = dmabuf->virt;
16141 memset(dmabuf->virt, 0, hw_page_size);
16342 memset(dmabuf->virt, 0, cq->page_size);
16596 memset(dmabuf->virt, 0, hw_page_size);
16801 memset(dmabuf->virt, 0, hw_page_size);
16959 memset(dmabuf->virt, 0, hw_page_size);
17223 memset(dmabuf->virt, 0, hw_page_size);
17522 memset(dmabuf->virt, 0, hw_page_size);
17534 memset(dmabuf->virt, 0, hw_page_size);
18695 new_hdr = (struct fc_frame_header *)dmabuf->hbuf.virt;
18699 temp_hdr = (struct fc_frame_header *)h_buf->virt;
18717 temp_hdr = seq_dmabuf->hbuf.virt;
18738 temp_hdr = (struct fc_frame_header *)temp_dmabuf->hbuf.virt;
18788 new_hdr = (struct fc_frame_header *)dmabuf->hbuf.virt;
18790 temp_hdr = (struct fc_frame_header *)h_buf->virt;
19064 memcpy(&fc_hdr, dmabuf->hbuf.virt, sizeof(struct fc_frame_header));
19108 hdr = (struct fc_frame_header *)dmabuf->hbuf.virt;
19120 hdr = (struct fc_frame_header *)seq_dmabuf->hbuf.virt;
19157 fc_hdr = (struct fc_frame_header *)seq_dmabuf->hbuf.virt;
19273 fc_hdr = (struct fc_frame_header *)seq_dmabuf->hbuf.virt;
19310 if (pcmd && pcmd->virt)
19311 dma_pool_free(phba->lpfc_drb_pool, pcmd->virt, pcmd->phys);
19330 fc_hdr = (struct fc_frame_header *)dmabuf->hbuf.virt;
19349 pcmd->virt = dma_pool_alloc(phba->lpfc_drb_pool, GFP_KERNEL,
19351 if (!pcmd || !pcmd->virt)
19357 memcpy(pcmd->virt, dmabuf->dbuf.virt, frame_len);
19409 if (pcmd && pcmd->virt)
19410 dma_pool_free(phba->lpfc_drb_pool, pcmd->virt, pcmd->phys);
19440 fc_hdr = (struct fc_frame_header *)dmabuf->hbuf.virt;
20676 lpfc_sli_pcimem_bcopy((char *)mp->virt, rgn23_data, data_length);
21239 bpl = (struct ulp_bde64 *)dmabuf->virt;
22210 pcmd->virt = lpfc_mbuf_alloc(phba, MEM_PRI, &pcmd->phys);
22211 if (!pcmd || !pcmd->virt) {
22216 memset((void *)pcmd->virt, 0, LPFC_BPL_SIZE);
22257 lpfc_sli_pcimem_bcopy(pcmd->virt, datap, byte_cnt);
22264 lpfc_mbuf_free(phba, pcmd->virt, pcmd->phys);
22601 pcmd = (u32 *)job->cmd_dmabuf->virt;