Searched refs:nb_bytes (Results 1 – 3 of 3) sorted by relevance
1503 uint32_t nb_bytes; in eh_conf_init() local1533 nb_bytes = rte_bitmap_get_memory_footprint(RTE_MAX_LCORE); in eh_conf_init()1534 if (!nb_bytes) { in eh_conf_init()1539 bitmap = rte_zmalloc("event-helper-ethcore-bitmap", nb_bytes, in eh_conf_init()1547 nb_bytes); in eh_conf_init()
309 uint32_t nb_bytes = 0; in parse_key_string() local328 key[nb_bytes++] = strtol(sub_str, NULL, 16); in parse_key_string()331 return nb_bytes; in parse_key_string()
422 uint64_t nb_bytes = 0; in eth_vhost_tx() local465 nb_bytes += bufs[i]->pkt_len; in eth_vhost_tx()472 r->stats.bytes += nb_bytes; in eth_vhost_tx()475 r->stats.xstats[VHOST_BYTE] += nb_bytes; in eth_vhost_tx()