Searched refs:phys_addr (Results 51 - 67 of 67) sorted by relevance

123

/freebsd-11-stable/sys/dev/bxe/
H A Decore_init_ops.h45 ecore_dma_addr_t phys_addr, uint32_t addr,
H A Dbxe.h2184 void bxe_write_dmae_phys_len(struct bxe_softc *sc, bus_addr_t phys_addr,
H A Dbxe.c1713 bus_addr_t phys_addr,
1722 (phys_addr + offset), /* src DMA address */
1730 (phys_addr + offset), /* src DMA address */
18713 bus_addr_t phys_addr,
18717 bxe_write_dmae_phys_len(sc, phys_addr, addr, len);
1712 bxe_write_dmae_phys_len(struct bxe_softc *sc, bus_addr_t phys_addr, uint32_t addr, uint32_t len) argument
18712 ecore_write_dmae_phys_len(struct bxe_softc *sc, bus_addr_t phys_addr, uint32_t addr, uint32_t len) argument
H A Decore_hsi.h12981 struct regpair_t phys_addr /* used in initiate offload ramrod */; member in union:toe_spe_data
/freebsd-11-stable/sys/dev/cxgbe/common/
H A Dcommon.h587 int t4_eeprom_ptov(unsigned int phys_addr, unsigned int fn, unsigned int sz);
H A Dt4_hw.c2918 * @phys_addr: the physical EEPROM address
2933 int t4_eeprom_ptov(unsigned int phys_addr, unsigned int fn, unsigned int sz) argument
2936 if (phys_addr < 1024)
2937 return phys_addr + (31 << 10);
2938 if (phys_addr < 1024 + fn)
2939 return EEPROMSIZE - fn + phys_addr - 1024;
2940 if (phys_addr < EEPROMSIZE)
2941 return phys_addr - 1024 - fn;
/freebsd-11-stable/sys/arm/arm/
H A Dpmap-v6.c1723 m->phys_addr = pa;
4330 KASSERT(m->phys_addr == pa, ("%s: vm_page_t %p addr mismatch %#x %#x",
4331 __func__, m, m->phys_addr, pa));
4369 KASSERT(m->phys_addr == pa, ("%s: vm_page_t %p addr mismatch %#x %#x",
4370 __func__, m, m->phys_addr, pa));
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_int.c1544 u64 phys_addr = (u64)sb_phys; local
1546 ecore_dmae_host2grc(p_hwfn, p_ptt, (u64)(osal_uintptr_t)&phys_addr,
H A Decore_dbg_fw_funcs.c2595 next_wr_byte_offset = ecore_phys_addr_diff(&next_wr_phys_addr, &dev_data->bus.pci_buf.phys_addr);
2648 OSAL_MEMCPY(&pci_buf_phys_addr, &dev_data->bus.pci_buf.phys_addr, sizeof(pci_buf_phys_addr));
5034 OSAL_MEMCPY(&dev_data->bus.pci_buf.phys_addr, &pci_buf_phys_addr, sizeof(pci_buf_phys_addr));
5039 ecore_wr(p_hwfn, p_ptt, DBG_REG_PCI_EXT_BUFFER_STRT_ADDR_LSB, dev_data->bus.pci_buf.phys_addr.lo);
5040 ecore_wr(p_hwfn, p_ptt, DBG_REG_PCI_EXT_BUFFER_STRT_ADDR_MSB, dev_data->bus.pci_buf.phys_addr.hi);
/freebsd-11-stable/sys/dev/mrsas/
H A Dmrsas.h2373 u_int32_t phys_addr; member in struct:mrsas_sge32
2381 u_int64_t phys_addr; member in struct:mrsas_sge64
/freebsd-11-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_compat.c1807 _ioremap_attr(vm_paddr_t phys_addr, unsigned long size, int attr) argument
1811 addr = pmap_mapdev_attr(phys_addr, size, attr);
/freebsd-11-stable/sys/dev/cxgbe/cxgbei/
H A Dcxgbei.c130 cpu_to_be64(gl->dma_sg[pidx].phys_addr) : 0ULL;
/freebsd-11-stable/sys/dev/oce/
H A Doce_if.h998 uint32_t oce_page_list(oce_ring_buffer_t *ring, struct phys_addr *pa_list);
/freebsd-11-stable/sys/dev/mfi/
H A Dmfi.c2993 kern_sge[i].phys_addr = sc->mfi_kbuff_arr_busaddr[i];
2998 kern_sge[i].phys_addr;
3003 kern_sge[i].phys_addr;
/freebsd-11-stable/sys/dev/pms/freebsd/driver/ini/src/
H A Dagtiapi.c2616 U32_64 phys_addr; local
2753 phys_addr = vtophys(&csio->sense_data);
2754 CPU_TO_LE32(pccb->tiSuperScsiRequest.agSgl1, phys_addr);
/freebsd-11-stable/sys/i386/i386/
H A Dpmap.c807 mpte->phys_addr = KPTphys + (i << PAGE_SHIFT);
4596 KASSERT(m->phys_addr == (tpte & PG_FRAME),
4597 ("vm_page_t %p phys_addr mismatch %016jx %016jx",
4598 m, (uintmax_t)m->phys_addr,
/freebsd-11-stable/sys/dev/drm2/i915/
H A Di915_gem.c1570 page->phys_addr);

Completed in 640 milliseconds

123