Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bonding/
H A Drte_eth_bond_pmd.c869 struct rte_eth_stats slave_stats; in bond_ethdev_update_tlb_slave_cb() local
886 rte_eth_stats_get(slave_id, &slave_stats); in bond_ethdev_update_tlb_slave_cb()
2517 struct rte_eth_stats slave_stats; in bond_ethdev_stats_get() local
2523 stats->ipackets += slave_stats.ipackets; in bond_ethdev_stats_get()
2524 stats->opackets += slave_stats.opackets; in bond_ethdev_stats_get()
2525 stats->ibytes += slave_stats.ibytes; in bond_ethdev_stats_get()
2526 stats->obytes += slave_stats.obytes; in bond_ethdev_stats_get()
2527 stats->imissed += slave_stats.imissed; in bond_ethdev_stats_get()
2528 stats->ierrors += slave_stats.ierrors; in bond_ethdev_stats_get()
2529 stats->oerrors += slave_stats.oerrors; in bond_ethdev_stats_get()
[all …]