Lines Matching refs:enqueue
96 * Scan: A pattern matching request through *enqueue* API.
139 * exported by the RegEx API to enqueue pattern matching job, dequeue pattern
146 * before calling rte_regexdev_start() again. The enqueue and dequeue
173 * RTE RegEx device drivers do not use interrupts for enqueue or dequeue
174 * operation. Instead, RegEx drivers export Poll-Mode enqueue and dequeue
177 * The *enqueue* operation submits a burst of RegEx pattern matching request
179 * matching response for the ones submitted through *enqueue* operation.
813 * On success, all basic functions exported by the API (RegEx enqueue,
1342 * for enqueue and dequeue operation.
1395 * between dequeue and enqueue operation.
1409 * enqueue with the following packet.
1476 if (*dev->enqueue == NULL)
1483 return (*dev->enqueue)(dev, qp_id, ops, nb_ops);