Lines Matching defs:n_ok
471 uint16_t n_ok;
473 n_ok = rte_cryptodev_enqueue_burst(ipsec->dev_id, ipsec->qp_id, src, n_src);
474 ipsec->n_pkts_crypto = n_pkts_crypto + n_ok;
476 for (i = n_ok; i < n_src; i++) {
488 uint32_t n_ok;
497 n_ok = rte_cryptodev_enqueue_burst(ipsec->dev_id, ipsec->qp_id, dst0, n_dst_max);
498 n_pkts_crypto += n_ok;
500 for (i = n_ok ; i < n_dst_max; i++) {
643 uint32_t n_ok;
652 n_ok = rte_ring_sp_enqueue_burst(ipsec->ring_out, (void **)dst0, n_dst_max, NULL);
654 for (i = n_ok ; i < n_dst_max; i++) {