Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/raw/ioat/
H A Drte_ioat_rawdev_fns.h192 struct rte_idxd_rawdev { struct
193 enum rte_ioat_dev_type type;
194 struct rte_ioat_xstats xstats;
196 void *portal; /* address to write the batch descriptor */
199 uint16_t batch_ring_sz; /* size of batch ring */
200 uint16_t hdl_ring_sz; /* size of the user hdl ring */
202 uint16_t next_batch; /* where we write descriptor ops */
203 uint16_t next_completed; /* batch where we read completions */
204 uint16_t next_ret_hdl; /* the next user hdl to return */
209 struct rte_idxd_user_hdl *hdl_ring;
[all …]