Home
last modified time | relevance | path

Searched refs:nb_sent (Results 1 – 12 of 12) sorted by relevance

/f-stack/dpdk/examples/qos_sched/
H A Dapp_thread.c206 int nb_sent = rte_sched_port_enqueue(conf->sched_port, mbufs, in app_worker_thread() local
209 APP_STATS_ADD(conf->stat.nb_drop, nb_pkt - nb_sent); in app_worker_thread()
242 int nb_sent = rte_sched_port_enqueue(conf->sched_port, mbufs, in app_mixed_thread() local
245 APP_STATS_ADD(conf->stat.nb_drop, nb_pkt - nb_sent); in app_mixed_thread()
/f-stack/dpdk/lib/librte_eal/common/
H A Deal_common_proc.c454 reply->nb_sent--; in process_async_request()
464 last_msg = param->n_responses_processed == reply->nb_sent; in process_async_request()
875 param->user_reply.nb_sent++; in mp_request_async()
926 reply->nb_sent++; in mp_request_sync()
946 reply->nb_sent--; in mp_request_sync()
977 reply->nb_sent = 0; in rte_mp_request_sync()
1114 reply->nb_sent = 0; in rte_mp_request_async()
1139 if (ret == 0 && reply->nb_sent == 0) { in rte_mp_request_async()
1183 if (ret == 0 && reply->nb_sent == 0) { in rte_mp_request_async()
H A Dmalloc_mp.c365 if (reply->nb_received != reply->nb_sent) in handle_sync_response()
608 if (reply.nb_received != reply.nb_sent) { in request_sync()
H A Dhotplug_mp.c416 if (mp_reply.nb_sent != mp_reply.nb_received) { in eal_dev_hotplug_request_to_secondary()
/f-stack/dpdk/drivers/net/bnxt/
H A Dbnxt_rxtx_vec_sse.c410 int nb_sent = 0; in bnxt_xmit_pkts_vec() local
440 ret = bnxt_xmit_fixed_burst_vec(txq, &tx_pkts[nb_sent], num); in bnxt_xmit_pkts_vec()
441 nb_sent += ret; in bnxt_xmit_pkts_vec()
447 return nb_sent; in bnxt_xmit_pkts_vec()
H A Dbnxt_rxtx_vec_neon.c404 int nb_sent = 0; in bnxt_xmit_pkts_vec() local
422 &tx_pkts[nb_sent], in bnxt_xmit_pkts_vec()
424 nb_sent += ret; in bnxt_xmit_pkts_vec()
430 return nb_sent; in bnxt_xmit_pkts_vec()
/f-stack/dpdk/lib/librte_eal/include/
H A Drte_eal.h174 int nb_sent; member
/f-stack/dpdk/examples/bbdev_app/
H A Dmain.c699 uint16_t nb_rx, nb_enq, nb_deq, nb_sent; in run_encoding() local
815 nb_sent = rte_ring_enqueue_burst(enc_to_dec_ring, (void **)enc_out_pkts, in run_encoding()
817 if (unlikely(nb_sent < nb_deq)) { in run_encoding()
818 pktmbuf_input_free_bulk(&enc_out_pkts[nb_sent], in run_encoding()
819 nb_deq - nb_sent); in run_encoding()
820 lcore_stats->enc_to_dec_lost_packets += nb_deq - nb_sent; in run_encoding()
/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_mp.c149 if (mp_rep.nb_sent != mp_rep.nb_received) { in mp_req_on_rxtx()
/f-stack/dpdk/drivers/net/mlx4/
H A Dmlx4_mp.c185 if (mp_rep.nb_sent != mp_rep.nb_received) { in mp_req_on_rxtx()
/f-stack/dpdk/drivers/net/mlx5/linux/
H A Dmlx5_mp_os.c193 if (mp_rep.nb_sent != mp_rep.nb_received) { in mp_req_on_rxtx()
/f-stack/dpdk/doc/guides/prog_guide/
H A Dmulti_proc_support.rst270 * ``nb_sent`` - number indicating how many requests were sent (i.e. how many
343 If some of the messages timed out, ``nb_sent`` and ``nb_received`` fields in the