Searched refs:phys (Results 126 - 129 of 129) sorted by relevance

123456

/freebsd-11-stable/sys/dev/sound/pci/
H A Demu10kx.c1048 bus_addr_t *phys = (bus_addr_t *) arg; local
1050 *phys = error ? 0 : (bus_addr_t) segs->ds_addr;
2700 /* init phys inputs and outputs */
/freebsd-11-stable/sys/dev/cxgb/
H A Dcxgb_sge.c870 bus_addr_t *phys, void *desc, void *sdesc, bus_dma_tag_t *tag,
892 bus_dmamap_load(*tag, *map, p, len, alloc_ring_cb, phys, 0);
869 alloc_ring(adapter_t *sc, size_t nelem, size_t elem_size, size_t sw_size, bus_addr_t *phys, void *desc, void *sdesc, bus_dma_tag_t *tag, bus_dmamap_t *map, bus_dma_tag_t parent_entry_tag, bus_dma_tag_t *entry_tag) argument
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_sriov.c396 return ecore_dmae_host2host(p_hwfn, p_ptt, p_vf->bulletin.phys,
516 vf->bulletin.phys = idx *
574 "PF's Requests mailbox [%p virt 0x%llx phys], Response mailbox [%p virt 0x%llx phys] Bulletins [%p virt 0x%llx phys]\n",
H A Dqlnx_os.c5222 qlnx_dma_alloc_coherent(void *ecore_dev, bus_addr_t *phys, uint32_t size) argument
5243 *phys = dma_buf.dma_addr;
5257 qlnx_dma_free_coherent(void *ecore_dev, void *v_addr, bus_addr_t phys, argument

Completed in 132 milliseconds

123456