Home
last modified time | relevance | path

Searched refs:mapped_addr (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/cavium/liquidio/
Docteon_mem_ops.c61 octeon_pci_fastwrite(struct octeon_device *oct, u8 __iomem *mapped_addr, in octeon_pci_fastwrite() argument
64 while ((len) && ((unsigned long)mapped_addr) & 7) { in octeon_pci_fastwrite()
65 writeb(*(hostbuf++), mapped_addr++); in octeon_pci_fastwrite()
72 writeq(*((u64 *)hostbuf), mapped_addr); in octeon_pci_fastwrite()
73 mapped_addr += 8; in octeon_pci_fastwrite()
81 writeb(*(hostbuf++), mapped_addr++); in octeon_pci_fastwrite()
85 octeon_pci_fastread(struct octeon_device *oct, u8 __iomem *mapped_addr, in octeon_pci_fastread() argument
88 while ((len) && ((unsigned long)mapped_addr) & 7) { in octeon_pci_fastread()
89 *(hostbuf++) = readb(mapped_addr++); in octeon_pci_fastread()
96 *((u64 *)hostbuf) = readq(mapped_addr); in octeon_pci_fastread()
[all …]
/linux-4.4.14/include/rdma/
Diw_portmap.h210 struct sockaddr_storage *mapped_addr, u8 nl_client);
222 struct sockaddr_storage *mapped_addr);
/linux-4.4.14/drivers/staging/rdma/ehca/
Dipz_pt_fn.h70 void *mapped_addr; member