Home
last modified time | relevance | path

Searched defs:pstats (Results 1 – 15 of 15) sorted by relevance

/f-stack/freebsd/sys/
H A Dresourcevar.h56 struct pstats { struct
58 struct rusage p_cru; /* Stats for reaped children. */
59 struct itimerval p_timer[3]; /* (w) Virtual-time timers. */
63 struct uprof { /* Profile arguments. */
68 } p_prof;
70 struct timeval p_start; /* (b) Starting time. */
/f-stack/tools/compat/include/sys/
H A Dresourcevar.h54 struct pstats { struct
56 struct rusage p_cru; /* Stats for reaped children. */
57 struct itimerval p_timer[3]; /* (w) Virtual-time timers. */
61 struct uprof { /* Profile arguments. */
66 } p_prof;
68 struct timeval p_start; /* (b) Starting time. */
/f-stack/dpdk/drivers/net/bnx2x/
H A Dbnx2x_stats.c536 struct host_port_stats *pstats = BNX2X_SP(sc, port_stats); in bnx2x_bmac_stats_update() local
639 struct host_port_stats *pstats = BNX2X_SP(sc, port_stats); in bnx2x_mstat_stats_update() local
718 struct host_port_stats *pstats = BNX2X_SP(sc, port_stats); in bnx2x_emac_stats_update() local
777 struct host_port_stats *pstats = BNX2X_SP(sc, port_stats); in bnx2x_hw_stats_update() local
1571 struct host_port_stats *pstats = BNX2X_SP(sc, port_stats); in bnx2x_save_statistics() local
H A Dbnx2x.c2922 struct host_port_stats *pstats; in bnx2x_link_attn() local
/f-stack/freebsd/kern/
H A Dkern_clock.c426 hardclock_itimer(struct thread *td, struct pstats *pstats, int cnt, int usermode) in hardclock_itimer()
458 struct pstats *pstats; in hardclock() local
/f-stack/dpdk/drivers/net/ice/
H A Dice_dcf_ethdev.c812 struct virtchnl_eth_stats pstats; in ice_dcf_stats_get() local
838 struct virtchnl_eth_stats pstats; in ice_dcf_stats_reset() local
H A Dice_dcf.c1016 struct virtchnl_eth_stats *pstats) in ice_dcf_query_stats()
/f-stack/dpdk/drivers/net/iavf/
H A Diavf_ethdev.c1275 struct virtchnl_eth_stats *pstats = NULL; in iavf_dev_stats_get() local
1304 struct virtchnl_eth_stats *pstats = NULL; in iavf_dev_stats_reset() local
1341 struct virtchnl_eth_stats *pstats = NULL; in iavf_dev_xstats_get() local
H A Diavf_vchnl.c1043 struct virtchnl_eth_stats **pstats) in iavf_query_stats()
/f-stack/dpdk/examples/multi_process/symmetric_mp/
H A Dmain.c78 static struct port_stats pstats[RTE_MAX_ETHPORTS]; variable
/f-stack/dpdk/drivers/net/i40e/
H A Di40e_ethdev_vf.c918 i40evf_query_stats(struct rte_eth_dev *dev, struct i40e_eth_stats **pstats) in i40evf_query_stats()
1002 struct i40e_eth_stats *pstats = NULL; in i40evf_dev_xstats_reset() local
1034 struct i40e_eth_stats *pstats = NULL; in i40evf_dev_xstats_get() local
2394 struct i40e_eth_stats *pstats = NULL; in i40evf_dev_stats_get() local
/f-stack/dpdk/drivers/net/vhost/
H A Drte_eth_vhost.c325 struct vhost_stats *pstats = &vq->stats; in vhost_count_xcast_packets() local
346 struct vhost_stats *pstats = &vq->stats; in vhost_update_packet_xstats() local
/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-ilk.c1207 void cvmx_ilk_show_stats (int interface, cvmx_ilk_stats_ctrl_t *pstats) in cvmx_ilk_show_stats()
/f-stack/dpdk/drivers/net/qede/base/
H A Decore_l2.c1734 struct eth_pstorm_per_queue_stat pstats; in __ecore_get_vport_pstats() local
2059 struct eth_pstorm_per_queue_stat pstats; in ecore_reset_vport_stats() local
H A Decore_vfpf_if.h152 struct pfvf_storm_stats pstats; member