Lines Matching refs:hostbuf
113 uint8_t *hostbuf, uint32_t len) in lio_pci_fastwrite() argument
117 lio_write_bar1_mem8(oct, offset++, *(hostbuf++)); in lio_pci_fastwrite()
124 lio_write_bar1_mem64(oct, offset, *((uint64_t *)hostbuf)); in lio_pci_fastwrite()
126 hostbuf += 8; in lio_pci_fastwrite()
133 lio_write_bar1_mem8(oct, offset++, *(hostbuf++)); in lio_pci_fastwrite()
146 uint8_t *hostbuf, uint32_t len) in lio_pci_fastread() argument
150 *(hostbuf++) = lio_read_bar1_mem8(oct, offset++); in lio_pci_fastread()
157 *((uint64_t *)hostbuf) = lio_read_bar1_mem64(oct, offset); in lio_pci_fastread()
159 hostbuf += 8; in lio_pci_fastread()
166 *(hostbuf++) = lio_read_bar1_mem8(oct, offset++); in lio_pci_fastread()
173 uint8_t *hostbuf, uint32_t len, uint32_t op) in lio_pci_rw_core_mem() argument
188 lio_pci_fastread(oct, offset, hostbuf, len); in lio_pci_rw_core_mem()
190 lio_pci_fastwrite(oct, offset, hostbuf, len); in lio_pci_rw_core_mem()
214 lio_pci_fastread(oct, offset, hostbuf, in lio_pci_rw_core_mem()
217 lio_pci_fastwrite(oct, offset, hostbuf, in lio_pci_rw_core_mem()
223 hostbuf += copy_len; in lio_pci_rw_core_mem()