Home
last modified time | relevance | path

Searched refs:nb_bytes (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/net/vhost/
H A Drte_eth_vhost.c340 uint16_t count, uint64_t nb_bytes, in vhost_update_packet_xstats() argument
348 pstats->xstats[VHOST_BYTE] += nb_bytes; in vhost_update_packet_xstats()
379 uint64_t nb_bytes = 0; in eth_vhost_rx() local
414 nb_bytes += bufs[i]->pkt_len; in eth_vhost_rx()
417 r->stats.bytes += nb_bytes; in eth_vhost_rx()
418 vhost_update_packet_xstats(r, bufs, nb_rx, nb_bytes, 0); in eth_vhost_rx()
432 uint64_t nb_bytes = 0; in eth_vhost_tx() local
475 nb_bytes += bufs[i]->pkt_len; in eth_vhost_tx()
480 r->stats.bytes += nb_bytes; in eth_vhost_tx()
483 vhost_update_packet_xstats(r, bufs, nb_tx, nb_bytes, nb_missed); in eth_vhost_tx()
/f-stack/dpdk/examples/ipsec-secgw/
H A Devent_helper.c1409 uint32_t nb_bytes; in eh_conf_init() local
1439 nb_bytes = rte_bitmap_get_memory_footprint(RTE_MAX_LCORE); in eh_conf_init()
1440 if (!nb_bytes) { in eh_conf_init()
1445 bitmap = rte_zmalloc("event-helper-ethcore-bitmap", nb_bytes, in eh_conf_init()
1453 nb_bytes); in eh_conf_init()
H A Dsa.c232 uint32_t nb_bytes = 0; in parse_key_string() local
251 key[nb_bytes++] = strtol(sub_str, NULL, 16); in parse_key_string()
254 return nb_bytes; in parse_key_string()