Home
last modified time | relevance | path

Searched defs:ioat (Results 1 – 2 of 2) sorted by relevance

/spdk/lib/ioat/
H A Dioat.c27 ioat_get_chansts(struct spdk_ioat_chan *ioat) in ioat_get_chansts() argument
33 ioat_write_chancmp(struct spdk_ioat_chan *ioat, uint64_t addr) in ioat_write_chancmp() argument
39 ioat_write_chainaddr(struct spdk_ioat_chan *ioat, uint64_t addr) in ioat_write_chainaddr() argument
45 ioat_suspend(struct spdk_ioat_chan *ioat) in ioat_suspend() argument
51 ioat_reset(struct spdk_ioat_chan *ioat) in ioat_reset() argument
57 ioat_reset_pending(struct spdk_ioat_chan * ioat) ioat_reset_pending() argument
66 ioat_map_pci_bar(struct spdk_ioat_chan * ioat) ioat_map_pci_bar() argument
86 ioat_unmap_pci_bar(struct spdk_ioat_chan * ioat) ioat_unmap_pci_bar() argument
99 ioat_get_active(struct spdk_ioat_chan * ioat) ioat_get_active() argument
105 ioat_get_ring_space(struct spdk_ioat_chan * ioat) ioat_get_ring_space() argument
111 ioat_get_ring_index(struct spdk_ioat_chan * ioat,uint32_t index) ioat_get_ring_index() argument
117 ioat_get_ring_entry(struct spdk_ioat_chan * ioat,uint32_t index,struct ioat_descriptor ** desc,union spdk_ioat_hw_desc ** hw_desc) ioat_get_ring_entry() argument
128 ioat_submit_single(struct spdk_ioat_chan * ioat) ioat_submit_single() argument
134 spdk_ioat_flush(struct spdk_ioat_chan * ioat) spdk_ioat_flush() argument
145 ioat_prep_null(struct spdk_ioat_chan * ioat) ioat_prep_null() argument
173 ioat_prep_copy(struct spdk_ioat_chan * ioat,uint64_t dst,uint64_t src,uint32_t len) ioat_prep_copy() argument
203 ioat_prep_fill(struct spdk_ioat_chan * ioat,uint64_t dst,uint64_t fill_pattern,uint32_t len) ioat_prep_fill() argument
233 ioat_reset_hw(struct spdk_ioat_chan * ioat) ioat_reset_hw() argument
291 ioat_process_channel_events(struct spdk_ioat_chan * ioat) ioat_process_channel_events() argument
332 ioat_channel_destruct(struct spdk_ioat_chan * ioat) ioat_channel_destruct() argument
351 spdk_ioat_get_max_descriptors(struct spdk_ioat_chan * ioat) spdk_ioat_get_max_descriptors() argument
357 ioat_channel_start(struct spdk_ioat_chan * ioat) ioat_channel_start() argument
471 struct spdk_ioat_chan *ioat; ioat_attach() local
506 struct spdk_ioat_chan *ioat; ioat_enum_cb() local
559 spdk_ioat_detach(struct spdk_ioat_chan * ioat) spdk_ioat_detach() argument
575 spdk_ioat_build_copy(struct spdk_ioat_chan * ioat,void * cb_arg,spdk_ioat_req_cb cb_fn,void * dst,const void * src,uint64_t nbytes) spdk_ioat_build_copy() argument
641 spdk_ioat_submit_copy(struct spdk_ioat_chan * ioat,void * cb_arg,spdk_ioat_req_cb cb_fn,void * dst,const void * src,uint64_t nbytes) spdk_ioat_submit_copy() argument
656 spdk_ioat_build_fill(struct spdk_ioat_chan * ioat,void * cb_arg,spdk_ioat_req_cb cb_fn,void * dst,uint64_t fill_pattern,uint64_t nbytes) spdk_ioat_build_fill() argument
714 spdk_ioat_submit_fill(struct spdk_ioat_chan * ioat,void * cb_arg,spdk_ioat_req_cb cb_fn,void * dst,uint64_t fill_pattern,uint64_t nbytes) spdk_ioat_submit_fill() argument
729 spdk_ioat_get_dma_capabilities(struct spdk_ioat_chan * ioat) spdk_ioat_get_dma_capabilities() argument
738 spdk_ioat_process_events(struct spdk_ioat_chan * ioat) spdk_ioat_process_events() argument
[all...]
/spdk/module/accel/ioat/
H A Daccel_ioat.c25 struct spdk_ioat_chan *ioat; member
260 attach_cb(void *cb_ctx, struct spdk_pci_device *pci_dev, struct spdk_ioat_chan *ioat) in attach_cb()