Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/cavium/liquidio/
Docteon_mem_ops.c45 u8 *hostbuf, u32 len) in octeon_pci_fastwrite() argument
48 writeb(*(hostbuf++), mapped_addr++); in octeon_pci_fastwrite()
55 writeq(*((u64 *)hostbuf), mapped_addr); in octeon_pci_fastwrite()
57 hostbuf += 8; in octeon_pci_fastwrite()
64 writeb(*(hostbuf++), mapped_addr++); in octeon_pci_fastwrite()
69 u8 *hostbuf, u32 len) in octeon_pci_fastread() argument
72 *(hostbuf++) = readb(mapped_addr++); in octeon_pci_fastread()
79 *((u64 *)hostbuf) = readq(mapped_addr); in octeon_pci_fastread()
81 hostbuf += 8; in octeon_pci_fastread()
88 *(hostbuf++) = readb(mapped_addr++); in octeon_pci_fastread()
[all …]
/linux-5.19.10/drivers/scsi/elx/libefc_sli/
Dsli4.c3242 read_rev->hostbuf.low = in sli_cmd_read_rev()
3244 read_rev->hostbuf.high = in sli_cmd_read_rev()
Dsli4.h2336 struct sli4_dmaaddr hostbuf; member