Home
last modified time | relevance | path

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

/dpdk/drivers/raw/ioat/
H A Drte_idxd_rawdev_fns.h111 unsigned short hdls_avail; /* handles for ops completed */ member
323 uint16_t batch_start = idxd->hdls_avail; in __idxd_completed_ops()
348 idxd->hdls_avail = (idx_to_chk + 1) & idxd->desc_ring_mask; in __idxd_completed_ops()
356 while (h_idx != idxd->hdls_avail) { in __idxd_completed_ops()
382 while (idxd->hdl_ring_flags[h_idx] == RTE_IDXD_HDL_INVALID && h_idx != idxd->hdls_avail) { in __idxd_completed_ops()
H A Dioat_common.c99 fprintf(f, "hdls avail: %u\n", rte_idxd->hdls_avail); in idxd_dev_dump()
177 rte_idxd->hdls_avail = 0; in idxd_dev_configure()