Searched refs:num_packets (Results 1 – 10 of 10) sorted by relevance
| /dpdk/lib/acl/ |
| H A D | acl_run.h | 36 uint32_t num_packets; member 134 if (flows->num_packets < flows->total_packets) { in acl_start_next_trie() 135 parms[n].data = flows->data[flows->num_packets]; in acl_start_next_trie() 143 flows->num_packets * flows->categories); in acl_start_next_trie() 159 flows->num_packets++; in acl_start_next_trie() 179 flows->num_packets = 0; in acl_set_flow()
|
| H A D | acl_run_avx512.c | 11 uint32_t num_packets; /* number of packets processed */ member 26 flow->num_packets = 0; in acl_set_flow_avx512() 49 n = flow->total_packets - flow->num_packets; in update_flow_mask()
|
| H A D | acl_run_avx512_common.h | 201 flow->idata + flow->num_packets); in _F_() 203 flow->idata + flow->num_packets + n); in _F_() 206 ni = _M_I_(set1_epi32)(flow->num_packets); in _F_() 217 flow->num_packets += num; in _F_()
|
| /dpdk/examples/eventdev_pipeline/ |
| H A D | main.c | 16 .num_packets = (1L << 25), /* do ~32M packets */ 192 cdata.num_packets = (int64_t)atol(optarg); in parse_app_args() 193 if (cdata.num_packets == 0) in parse_app_args() 194 cdata.num_packets = INT64_MAX; in parse_app_args() 376 printf("\tpackets: %"PRIi64"\n", cdata.num_packets); in main()
|
| H A D | pipeline_common.h | 64 int64_t num_packets; member
|
| /dpdk/examples/server_node_efd/node/ |
| H A D | node.c | 270 handle_packets(struct rte_hash *h, struct rte_mbuf **bufs, uint16_t num_packets) in handle_packets() argument 278 for (i = 0; i < num_packets; i++) { in handle_packets() 286 rte_hash_lookup_bulk(h, key_ptrs, num_packets, positions); in handle_packets() 288 for (i = 0; i < num_packets; i++) { in handle_packets()
|
| /dpdk/drivers/common/sfc_efx/base/ |
| H A D | rhead_ev.c | 534 uint32_t num_packets; in rhead_ev_rx_packets() local 554 num_packets = EFX_QWORD_FIELD(*eqp, ESF_GZ_EV_RXPKTS_NUM_PKT); in rhead_ev_rx_packets() 562 should_abort = eecp->eec_rx_packets(arg, label, num_packets, in rhead_ev_rx_packets()
|
| H A D | efx.h | 2465 __in unsigned int num_packets,
|
| /dpdk/drivers/net/sfc/ |
| H A D | sfc_ev.c | 166 sfc_ev_nop_rx_packets(void *arg, uint32_t label, unsigned int num_packets, in sfc_ev_nop_rx_packets() argument 173 evq->evq_index, label, num_packets, flags); in sfc_ev_nop_rx_packets() 179 unsigned int num_packets, __rte_unused uint32_t flags) in sfc_ev_dp_rx_packets() argument 188 return evq->sa->priv.dp_rx->qrx_ev(dp_rxq, num_packets); in sfc_ev_dp_rx_packets()
|
| /dpdk/drivers/net/tap/ |
| H A D | rte_eth_tap.c | 578 uint16_t *num_packets, unsigned long *num_tx_bytes) in tap_write_mbufs() argument 690 (*num_packets)++; in tap_write_mbufs() 703 uint16_t num_packets = 0; in pmd_tx_burst() local 772 &num_packets, &num_tx_bytes); in pmd_tx_burst() 788 txq->stats.opackets += num_packets; in pmd_tx_burst()
|