Home
last modified time | relevance | path

Searched refs:next_ret_hdl (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/raw/ioat/
H A Drte_ioat_rawdev_fns.h204 uint16_t next_ret_hdl; /* the next user hdl to return */ member
380 if (((idxd->next_free_hdl + 1) & (idxd->hdl_ring_sz - 1)) == idxd->next_ret_hdl) in __idxd_write_desc()
489 uint16_t h_idx = idxd->next_ret_hdl; in __idxd_completed_ops()
515 idxd->next_ret_hdl = h_idx; in __idxd_completed_ops()
H A Dioat_common.c101 fprintf(f, "Next returned hdl: %u\n", rte_idxd->next_ret_hdl); in idxd_dev_dump()