Home
last modified time | relevance | path

Searched refs:pkts_bytes (Results 1 – 2 of 2) sorted by relevance

/dpdk/drivers/net/sfc/
H A Dsfc_stats.h34 rte_int128_t pkts_bytes; member
55 __atomic_store_n(&st->pkts_bytes.int128, result.pkts_bytes.int128, in sfc_pkts_bytes_add()
70 result->pkts_bytes.int128 = __atomic_load_n(&st->pkts_bytes.int128, in sfc_pkts_bytes_get()
H A Dsfc_mae_counter.c122 __atomic_store(&p->reset.pkts_bytes.int128, in sfc_mae_counter_enable()
123 &p->value.pkts_bytes.int128, __ATOMIC_RELAXED); in sfc_mae_counter_enable()
236 __atomic_store(&p->value.pkts_bytes, in sfc_mae_counter_increment()
237 &cnt_val.pkts_bytes, __ATOMIC_RELAXED); in sfc_mae_counter_increment()
962 value.pkts_bytes.int128 = __atomic_load_n(&p->value.pkts_bytes.int128, in sfc_mae_counter_get()