Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_l2.c1743 p_stats->common.tx_ucast_bytes += in __ecore_get_vport_pstats()
1745 p_stats->common.tx_mcast_bytes += in __ecore_get_vport_pstats()
1747 p_stats->common.tx_bcast_bytes += in __ecore_get_vport_pstats()
1749 p_stats->common.tx_ucast_pkts += in __ecore_get_vport_pstats()
1751 p_stats->common.tx_mcast_pkts += in __ecore_get_vport_pstats()
1753 p_stats->common.tx_bcast_pkts += in __ecore_get_vport_pstats()
1820 p_stats->common.rx_ucast_bytes += in __ecore_get_vport_ustats()
1826 p_stats->common.rx_ucast_pkts += in __ecore_get_vport_ustats()
1828 p_stats->common.rx_mcast_pkts += in __ecore_get_vport_ustats()
1830 p_stats->common.rx_bcast_pkts += in __ecore_get_vport_ustats()
[all …]
H A Decore_iov_api.h610 struct ecore_eth_stats *p_stats);
H A Decore_sriov.c1753 static void ecore_iov_vf_mbx_acquire_stats(struct pfvf_stats_info *p_stats) in ecore_iov_vf_mbx_acquire_stats() argument
1755 p_stats->mstats.address = PXP_VF_BAR0_START_MSDM_ZONE_B + in ecore_iov_vf_mbx_acquire_stats()
1758 p_stats->mstats.len = sizeof(struct eth_mstorm_per_queue_stat); in ecore_iov_vf_mbx_acquire_stats()
1759 p_stats->ustats.address = PXP_VF_BAR0_START_USDM_ZONE_B + in ecore_iov_vf_mbx_acquire_stats()
1762 p_stats->ustats.len = sizeof(struct eth_ustorm_per_queue_stat); in ecore_iov_vf_mbx_acquire_stats()
1763 p_stats->pstats.address = PXP_VF_BAR0_START_PSDM_ZONE_B + in ecore_iov_vf_mbx_acquire_stats()
1766 p_stats->pstats.len = sizeof(struct eth_pstorm_per_queue_stat); in ecore_iov_vf_mbx_acquire_stats()
1767 p_stats->tstats.address = 0; in ecore_iov_vf_mbx_acquire_stats()
1768 p_stats->tstats.len = 0; in ecore_iov_vf_mbx_acquire_stats()
4937 struct ecore_eth_stats *p_stats) in ecore_iov_get_vf_stats() argument
[all …]
/f-stack/freebsd/kern/
H A Dsubr_prof.c426 upp = &td->td_proc->p_stats->p_prof; in sys_profil()
467 prof = &td->td_proc->p_stats->p_prof; in addupc_intr()
506 prof = &p->p_stats->p_prof; in addupc_task()
H A Dkern_kthread.c93 if (!proc0.p_stats) in kproc_create()
270 if (!proc0.p_stats) in kthread_add()
H A Dkern_acct.c402 timevaladd(&tmp, &p->p_stats->p_start); in acct_process()
405 timevalsub(&tmp, &p->p_stats->p_start); in acct_process()
H A Dkern_fork.c531 pstats_fork(p1->p_stats, p2->p_stats); in do_fork()
686 microuptime(&p2->p_stats->p_start); in do_fork()
H A Dtty_info.c383 timevalsub(&rtime, &p->p_stats->p_start); in tty_info()
H A Dkern_exit.c681 ruadd(&p->p_ru, &p->p_rux, &p->p_stats->p_cru, &p->p_crux); in exit1()
934 ruadd(&q->p_stats->p_cru, &q->p_crux, &p->p_ru, &p->p_rux); in proc_reap()
1125 *rup = p->p_stats->p_cru; in proc_to_reap()
H A Dinit_main.c591 p->p_stats = pstats_alloc(); in proc0_init()
647 microuptime(&p->p_stats->p_start); in proc0_post()
H A Dsys_procdesc.c530 pstart = pd->pd_proc->p_stats->p_start; in procdesc_stat()
H A Dkern_racct.c1014 timevalsub(&wallclock, &p->p_stats->p_start); in racct_proc_exit()
1271 timevalsub(&wallclock, &p->p_stats->p_start); in racctd()
H A Dkern_time.c781 *aitv = p->p_stats->p_timer[which]; in kern_getitimer()
873 *oitv = p->p_stats->p_timer[which]; in kern_setitimer()
874 p->p_stats->p_timer[which] = *aitv; in kern_setitimer()
H A Dkern_clock.c482 pstats = p->p_stats; in hardclock()
H A Dkern_proc.c276 p->p_stats = pstats_alloc(); in proc_init()
293 pstats_free(p->p_stats); in proc_fini()
1130 kp->ki_start = p->p_stats->p_start; in fill_kinfo_proc_only()
H A Dkern_resource.c1076 *rup = p->p_stats->p_cru; in kern_getrusage()
/f-stack/lib/
H A Dff_init_main.c492 p->p_stats = pstats_alloc(); in proc0_init()
/f-stack/freebsd/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_misc.c3097 struct ath_hal *ah, HAL_VOWSTATS* p_stats, u_int8_t vow_reg_flags)
3100 p_stats->tx_frame_count = OS_REG_READ(ah, AR_TFCNT);
3103 p_stats->rx_frame_count = OS_REG_READ(ah, AR_RFCNT);
3106 p_stats->rx_clear_count = OS_REG_READ(ah, AR_RCCNT);
3109 p_stats->cycle_count = OS_REG_READ(ah, AR_CCCNT);
3112 p_stats->ext_cycle_count = OS_REG_READ(ah, AR_EXTRCCNT);
H A Dar9300.h1567 extern void ar9300_get_vow_stats(struct ath_hal *ah, HAL_VOWSTATS *p_stats,
/f-stack/freebsd/sys/
H A Dproc.h604 struct pstats *p_stats; /* (b) Accounting/statistics (CPU). */ member