Lines Matching refs:cb_arg
61 void *cb_arg; /**< Parameter for callback */ member
1269 void *cb_arg) in rte_cryptodev_add_enq_callback() argument
1305 cb->arg = cb_arg; in rte_cryptodev_add_enq_callback()
1404 void *cb_arg) in rte_cryptodev_add_deq_callback() argument
1440 cb->arg = cb_arg; in rte_cryptodev_add_deq_callback()
1598 rte_cryptodev_cb_fn cb_fn, void *cb_arg) in rte_cryptodev_callback_register() argument
1616 user_cb->cb_arg == cb_arg && in rte_cryptodev_callback_register()
1628 user_cb->cb_arg = cb_arg; in rte_cryptodev_callback_register()
1641 rte_cryptodev_cb_fn cb_fn, void *cb_arg) in rte_cryptodev_callback_unregister() argument
1664 (cb->cb_arg != (void *)-1 && in rte_cryptodev_callback_unregister()
1665 cb->cb_arg != cb_arg)) in rte_cryptodev_callback_unregister()
1699 dev_cb.cb_arg); in rte_cryptodev_pmd_callback_process()