Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/ipfw/
H A Ddn_aqm_codel.h170 update_stats(q, 0, 1); in codel_dequeue()
193 update_stats(q, 0, 1); in codel_dequeue()
H A Ddn_aqm_codel.c202 update_stats(q, -m->m_pkthdr.len, 0); in codel_extract_head()
268 update_stats(q, len, 0); in aqm_codel_enqueue()
272 update_stats(q, 0, 1); in aqm_codel_enqueue()
H A Ddn_aqm.h123 update_stats(struct dn_queue *q, int len, int drop) in update_stats() function
H A Ddn_aqm_pie.c338 update_stats(q, -m->m_pkthdr.len, 0); in pie_extract_head()
491 update_stats(q, 0, 1); in aqm_pie_enqueue()
554 update_stats(q, len, 0); in aqm_pie_enqueue()
557 update_stats(q, 0, 1); in aqm_pie_enqueue()
/f-stack/dpdk/lib/librte_power/
H A Drte_power_empty_poll.c208 update_stats(struct priority_worker *poll_stats) in update_stats() function
268 percent = update_stats(poll_stats); in update_stats_normal()
/f-stack/dpdk/drivers/net/atlantic/
H A Datl_types.h163 int (*update_stats)(struct aq_hw_s *self); member
H A Datl_ethdev.c944 hw->aq_fw_ops->update_stats(hw); in atl_dev_stats_get()
974 hw->aq_fw_ops->update_stats(hw); in atl_dev_stats_reset()
/f-stack/dpdk/drivers/net/atlantic/hw_atl/
H A Dhw_atl_b0.c367 self->aq_fw_ops->update_stats(self); in hw_atl_b0_hw_init()
H A Dhw_atl_utils_fw2x.c758 .update_stats = aq_fw2x_update_stats,
H A Dhw_atl_utils.c934 .update_stats = hw_atl_utils_update_stats,
/f-stack/dpdk/drivers/net/fm10k/base/
H A Dfm10k_type.h693 void (*update_stats)(struct fm10k_hw *, struct fm10k_hw_stats_q *, u16); member
H A Dfm10k_pf.c2095 iov->ops.update_stats = &fm10k_iov_update_stats_pf; in fm10k_init_ops_pf()
/f-stack/dpdk/drivers/net/bonding/
H A Drte_eth_bond_pmd.c874 uint8_t update_stats = 0; in bond_ethdev_update_tlb_slave_cb() local
882 update_stats = 1; in bond_ethdev_update_tlb_slave_cb()
892 if (update_stats) { in bond_ethdev_update_tlb_slave_cb()
897 if (update_stats == 1) in bond_ethdev_update_tlb_slave_cb()