Searched refs:curr_cb (Results 1 – 1 of 1) sorted by relevance
1336 struct rte_cryptodev_cb **prev_cb, *curr_cb; in rte_cryptodev_remove_enq_callback() local1376 for (; *prev_cb != NULL; prev_cb = &curr_cb->next) { in rte_cryptodev_remove_enq_callback()1377 curr_cb = *prev_cb; in rte_cryptodev_remove_enq_callback()1378 if (curr_cb == cb) { in rte_cryptodev_remove_enq_callback()1380 __atomic_store_n(prev_cb, curr_cb->next, in rte_cryptodev_remove_enq_callback()1471 struct rte_cryptodev_cb **prev_cb, *curr_cb; in rte_cryptodev_remove_deq_callback() local1511 for (; *prev_cb != NULL; prev_cb = &curr_cb->next) { in rte_cryptodev_remove_deq_callback()1512 curr_cb = *prev_cb; in rte_cryptodev_remove_deq_callback()1513 if (curr_cb == cb) { in rte_cryptodev_remove_deq_callback()1515 __atomic_store_n(prev_cb, curr_cb->next, in rte_cryptodev_remove_deq_callback()