Searched refs:hdls_read (Results 1 – 2 of 2) sorted by relevance
112 unsigned short hdls_read; /* the read pointer for hdls/desc rings */ member143 if (idxd->hdls_read > write_idx) in __idxd_burst_capacity()145 used_space = write_idx - idxd->hdls_read; in __idxd_burst_capacity()180 if (((write_idx + 2) & mask) == idxd->hdls_read || in __idxd_write_desc()181 ((write_idx + 1) & mask) == idxd->hdls_read) in __idxd_write_desc()355 h_idx = idxd->hdls_read; in __idxd_completed_ops()387 idxd->hdls_read = h_idx; in __idxd_completed_ops()
175 rte_idxd->hdls_read = rte_idxd->batch_start = 0; in idxd_dev_configure()