Lines Matching refs:dequeue
105 * the dequeue function of a PMD cannot be invoked in parallel on two logical
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
178 * to the RegEx device and the *dequeue* operation gets a burst of pattern
814 * RegEx dequeue and so on) can be invoked.
1342 * for enqueue and dequeue operation.
1395 * between dequeue and enqueue operation.
1407 * This ID is returned from the RegEx device on the dequeue
1519 * The maximum number of operations to dequeue.
1536 if (*dev->dequeue == NULL)
1543 return (*dev->dequeue)(dev, qp_id, ops, nb_ops);