Searched refs:slave_stats (Results 1 – 1 of 1) sorted by relevance
865 struct rte_eth_stats slave_stats; in bond_ethdev_update_tlb_slave_cb() local882 rte_eth_stats_get(slave_id, &slave_stats); in bond_ethdev_update_tlb_slave_cb()2556 struct rte_eth_stats slave_stats; in bond_ethdev_stats_get() local2562 stats->ipackets += slave_stats.ipackets; in bond_ethdev_stats_get()2563 stats->opackets += slave_stats.opackets; in bond_ethdev_stats_get()2564 stats->ibytes += slave_stats.ibytes; in bond_ethdev_stats_get()2565 stats->obytes += slave_stats.obytes; in bond_ethdev_stats_get()2566 stats->imissed += slave_stats.imissed; in bond_ethdev_stats_get()2567 stats->ierrors += slave_stats.ierrors; in bond_ethdev_stats_get()2568 stats->oerrors += slave_stats.oerrors; in bond_ethdev_stats_get()[all …]