Searched refs:ident_pa (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/fwctl/pds/ |
| H A D | main.c | 76 dma_addr_t ident_pa; in pdsfc_identify() local 79 ident = dma_alloc_coherent(dev->parent, sizeof(*ident), &ident_pa, GFP_KERNEL); in pdsfc_identify() 90 .ident_pa = cpu_to_le64(ident_pa), in pdsfc_identify() 101 dma_free_coherent(dev->parent, sizeof(*ident), ident, ident_pa); in pdsfc_identify()
|
| /linux/drivers/vdpa/pds/ |
| H A D | vdpa_dev.c | 803 dma_addr_t ident_pa; in pds_vdpa_get_mgmt_info() local 819 ident_pa = dma_map_single(pf_dev, &vdpa_aux->ident, in pds_vdpa_get_mgmt_info() 821 if (dma_mapping_error(pf_dev, ident_pa)) { in pds_vdpa_get_mgmt_info() 826 cmd.vdpa_ident.ident_pa = cpu_to_le64(ident_pa); in pds_vdpa_get_mgmt_info() 830 dma_unmap_single(pf_dev, ident_pa, in pds_vdpa_get_mgmt_info()
|