Home
last modified time | relevance | path

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

/dpdk/drivers/net/ena/
H A Dena_ethdev.c41 struct ena_stats { struct
83 static const struct ena_stats ena_stats_eni_strings[] = {
91 static const struct ena_stats ena_stats_tx_strings[] = {
102 static const struct ena_stats ena_stats_rx_strings[] = {
1092 struct ena_admin_basic_stats ena_stats; in ena_stats_get() local
1099 memset(&ena_stats, 0, sizeof(ena_stats)); in ena_stats_get()
1103 &ena_stats); in ena_stats_get()
1112 ena_stats.rx_pkts_low); in ena_stats_get()
1114 ena_stats.tx_pkts_low); in ena_stats_get()
1116 ena_stats.rx_bytes_low); in ena_stats_get()
[all …]
/dpdk/drivers/net/ice/base/
H A Dice_switch.h450 ice_alloc_sw(struct ice_hw *hw, bool ena_stats, bool shared_res, u16 *sw_id,
H A Dice_switch.c2540 ice_alloc_sw(struct ice_hw *hw, bool ena_stats, bool shared_res, u16 *sw_id, in ice_alloc_sw() argument
2573 if (ena_stats) { in ice_alloc_sw()