Home
last modified time | relevance | path

Searched refs:sw_stats (Results 1 – 6 of 6) sorted by relevance

/dpdk/drivers/net/sfc/
H A Dsfc_sw_stats.c331 struct sfc_sw_stats *sw_stats = &sa->sw_stats; in sfc_sw_stat_get_val() local
508 struct sfc_sw_stats *sw_stats = &sa->sw_stats; in sfc_sw_xstats_get_vals() local
536 struct sfc_sw_stats *sw_stats = &sa->sw_stats; in sfc_sw_xstats_get_names() local
565 struct sfc_sw_stats *sw_stats = &sa->sw_stats; in sfc_sw_xstats_get_vals_by_id() local
595 struct sfc_sw_stats *sw_stats = &sa->sw_stats; in sfc_sw_xstats_get_names_by_id() local
654 struct sfc_sw_stats *sw_stats = &sa->sw_stats; in sfc_sw_xstats_reset() local
681 struct sfc_sw_stats *sw_stats = &sa->sw_stats; in sfc_sw_stats_fill_available_descr() local
696 sw_stats->supp[sw_stats->supp_count].descr = sw_stat_descr; in sfc_sw_stats_fill_available_descr()
705 struct sfc_sw_stats *sw_stats = &sa->sw_stats; in sfc_sw_stats_set_reset_basic_stats() local
744 struct sfc_sw_stats *sw_stats = &sa->sw_stats; in sfc_sw_xstats_configure() local
[all …]
H A Dsfc.h241 struct sfc_sw_stats sw_stats; member
H A Dsfc_ethdev.c609 sa->sw_stats.reset_rx_pkts[i]; in sfc_stats_get_dp_rx()
611 sa->sw_stats.reset_rx_bytes[i]; in sfc_stats_get_dp_rx()
636 sa->sw_stats.reset_tx_pkts[i]; in sfc_stats_get_dp_tx()
638 sa->sw_stats.reset_tx_bytes[i]; in sfc_stats_get_dp_tx()
/dpdk/drivers/net/atlantic/
H A Datl_rxtx.c984 adapter->sw_stats.rx_nombuf++; in atl_recv_pkts()
1078 adapter->sw_stats.q_ipackets[rxq->queue_id]++; in atl_recv_pkts()
1079 adapter->sw_stats.q_ibytes[rxq->queue_id] += in atl_recv_pkts()
1301 adapter->sw_stats.q_opackets[txq->queue_id]++; in atl_xmit_pkt()
1302 adapter->sw_stats.q_obytes[txq->queue_id] += pay_len; in atl_xmit_pkt()
H A Datl_ethdev.h50 struct atl_sw_stats sw_stats; member
H A Datl_ethdev.c936 struct atl_sw_stats *swstats = &adapter->sw_stats; in atl_dev_stats_get()
974 memset(&adapter->sw_stats, 0, sizeof(adapter->sw_stats)); in atl_dev_stats_reset()