Lines Matching refs:processed
301 Crypto devices the enqueue burst API will place the operations to be processed
304 device. The dequeue burst API will retrieve any processed operations available
306 directly from the devices processed queue, and for virtual device's from a
307 ``rte_ring`` where processed operations are placed after being processed on the
358 The dequeue API uses the same format as the enqueue API of processed but
359 the ``nb_ops`` and ``ops`` parameters are now used to specify the max processed
361 The API call returns the actual number of processed operations returned, this
375 Crypto operation to be processed on a particular Crypto device poll mode driver.
953 * are processed in the crypto device.
962 /* Check if operation was processed successfully */
966 "Some operations were not processed correctly");
1219 * are processed in the crypto device.
1228 /* Check if operation was processed successfully */
1231 "Some operations were not processed correctly");