Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ena/
H A Dena_ethdev.c59 struct ena_stats { struct
90 static const struct ena_stats ena_stats_global_strings[] = {
97 static const struct ena_stats ena_stats_eni_strings[] = {
105 static const struct ena_stats ena_stats_tx_strings[] = {
117 static const struct ena_stats ena_stats_rx_strings[] = {
971 struct ena_admin_basic_stats ena_stats; in ena_stats_get() local
981 memset(&ena_stats, 0, sizeof(ena_stats)); in ena_stats_get()
993 ena_stats.rx_pkts_low); in ena_stats_get()
995 ena_stats.tx_pkts_low); in ena_stats_get()
997 ena_stats.rx_bytes_low); in ena_stats_get()
[all …]
/f-stack/dpdk/drivers/net/ice/base/
H A Dice_switch.h424 ice_alloc_sw(struct ice_hw *hw, bool ena_stats, bool shared_res, u16 *sw_id,
H A Dice_switch.c1927 ice_alloc_sw(struct ice_hw *hw, bool ena_stats, bool shared_res, u16 *sw_id, in ice_alloc_sw() argument
1960 if (ena_stats) { in ice_alloc_sw()