Searched refs:hostbuf (Results 1 – 3 of 3) sorted by relevance
45 u8 *hostbuf, u32 len) in octeon_pci_fastwrite() argument48 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() argument72 *(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 …]
3242 read_rev->hostbuf.low = in sli_cmd_read_rev()3244 read_rev->hostbuf.high = in sli_cmd_read_rev()
2336 struct sli4_dmaaddr hostbuf; member