Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/cavium/liquidio/
Docteon_mem_ops.c44 u8 *hostbuf, u32 len) in octeon_pci_fastwrite() argument
47 writeb(*(hostbuf++), mapped_addr++); in octeon_pci_fastwrite()
54 writeq(*((u64 *)hostbuf), mapped_addr); in octeon_pci_fastwrite()
56 hostbuf += 8; in octeon_pci_fastwrite()
63 writeb(*(hostbuf++), mapped_addr++); in octeon_pci_fastwrite()
68 u8 *hostbuf, u32 len) in octeon_pci_fastread() argument
71 *(hostbuf++) = readb(mapped_addr++); in octeon_pci_fastread()
78 *((u64 *)hostbuf) = readq(mapped_addr); in octeon_pci_fastread()
80 hostbuf += 8; in octeon_pci_fastread()
87 *(hostbuf++) = readb(mapped_addr++); in octeon_pci_fastread()
[all …]