Home
last modified time | relevance | path

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

12

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_vl15intf.c84 cl_atomic_inc(&p_vl->p_stats->qp0_mads_outstanding_on_wire); in vl15_send_mad()
86 cl_atomic_inc(&p_vl->p_stats->qp0_unicasts_sent); in vl15_send_mad()
88 cl_atomic_inc(&p_vl->p_stats->qp0_mads_sent); in vl15_send_mad()
97 p_vl->p_stats->qp0_mads_outstanding_on_wire, in vl15_send_mad()
98 p_vl->p_stats->qp0_mads_outstanding, in vl15_send_mad()
99 p_vl->p_stats->qp0_unicasts_sent, in vl15_send_mad()
100 p_vl->p_stats->qp0_mads_sent); in vl15_send_mad()
115 cl_atomic_dec(&p_vl->p_stats->qp0_mads_sent); in vl15_send_mad()
117 cl_atomic_dec(&p_vl->p_stats->qp0_unicasts_sent); in vl15_send_mad()
181 while (p_vl->p_stats->qp0_mads_outstanding_on_wire >= max_smps && in vl15_poller()
[all …]
H A Dosm_sm_mad_ctrl.c89 outstanding = osm_stats_dec_qp0_outstanding(p_ctrl->p_stats); in sm_mad_ctrl_retire_trans_mad()
92 p_ctrl->p_stats->qp0_mads_outstanding, in sm_mad_ctrl_retire_trans_mad()
158 cl_atomic_dec(&p_ctrl->p_stats->qp0_mads_outstanding_on_wire); in sm_mad_ctrl_update_wire_stats()
162 p_ctrl->p_stats->qp0_mads_outstanding); in sm_mad_ctrl_update_wire_stats()
263 cl_atomic_inc(&p_ctrl->p_stats->qp0_mads_rcvd_unknown); in sm_mad_ctrl_process_get_resp()
325 cl_atomic_inc(&p_ctrl->p_stats->qp0_mads_rcvd_unknown); in sm_mad_ctrl_process_get()
394 cl_atomic_inc(&p_ctrl->p_stats->qp0_mads_rcvd_unknown); in sm_mad_ctrl_process_set()
474 cl_atomic_inc(&p_ctrl->p_stats->qp0_mads_rcvd_unknown); in sm_mad_ctrl_process_trap()
544 cl_atomic_inc(&p_ctrl->p_stats->qp0_mads_rcvd_unknown); in sm_mad_ctrl_process_trap_repress()
620 cl_atomic_inc(&p_ctrl->p_stats->qp0_mads_rcvd); in sm_mad_ctrl_rcv_callback()
[all …]
H A Dosm_sa_mad_ctrl.c265 cl_atomic_inc(&p_ctrl->p_stats->sa_mads_rcvd_unknown); in sa_mad_ctrl_process()
306 cl_atomic_inc(&p_ctrl->p_stats->sa_mads_rcvd); in sa_mad_ctrl_rcv_callback()
309 "%u SA MADs received\n", p_ctrl->p_stats->sa_mads_rcvd); in sa_mad_ctrl_rcv_callback()
320 cl_atomic_inc(&p_ctrl->p_stats->sa_mads_ignored); in sa_mad_ctrl_rcv_callback()
327 cl_atomic_inc(&p_ctrl->p_stats->sa_mads_ignored); in sa_mad_ctrl_rcv_callback()
387 cl_atomic_inc(&p_ctrl->p_stats->sa_mads_rcvd_unknown); in sa_mad_ctrl_rcv_callback()
512 IN osm_stats_t * p_stats, in osm_sa_mad_ctrl_init() argument
528 p_ctrl->p_stats = p_stats; in osm_sa_mad_ctrl_init()
H A Dosm_sm.c244 IN osm_stats_t * p_stats, in osm_sm_init() argument
297 p_log, p_stats, p_lock, p_disp); in osm_sm_init()
/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_ll2.c2067 struct ecore_ll2_stats *p_stats) in _ecore_ll2_get_port_stats() argument
2077 p_stats->gsi_invalid_hdr += in _ecore_ll2_get_port_stats()
2079 p_stats->gsi_invalid_pkt_length += in _ecore_ll2_get_port_stats()
2081 p_stats->gsi_unsupported_pkt_typ += in _ecore_ll2_get_port_stats()
2083 p_stats->gsi_crcchksm_error += in _ecore_ll2_get_port_stats()
2090 struct ecore_ll2_stats *p_stats) in _ecore_ll2_get_tstats() argument
2103 p_stats->packet_too_big_discard += in _ecore_ll2_get_tstats()
2105 p_stats->no_buff_discard += in _ecore_ll2_get_tstats()
2112 struct ecore_ll2_stats *p_stats) in _ecore_ll2_get_ustats() argument
2125 p_stats->rcv_ucast_bytes += HILO_64_REGPAIR(ustats.rcv_ucast_bytes); in _ecore_ll2_get_ustats()
[all …]
H A Decore_l2.c1771 struct ecore_eth_stats *p_stats, in __ecore_get_vport_pstats() argument
1784 p_stats->common.tx_ucast_bytes += in __ecore_get_vport_pstats()
1786 p_stats->common.tx_mcast_bytes += in __ecore_get_vport_pstats()
1788 p_stats->common.tx_bcast_bytes += in __ecore_get_vport_pstats()
1790 p_stats->common.tx_ucast_pkts += in __ecore_get_vport_pstats()
1792 p_stats->common.tx_mcast_pkts += in __ecore_get_vport_pstats()
1794 p_stats->common.tx_bcast_pkts += in __ecore_get_vport_pstats()
1796 p_stats->common.tx_err_drop_pkts += in __ecore_get_vport_pstats()
1802 struct ecore_eth_stats *p_stats) in __ecore_get_vport_tstats() argument
1823 p_stats->common.mftag_filter_discards += in __ecore_get_vport_tstats()
[all …]
H A Decore_ll2_api.h325 struct ecore_ll2_stats *p_stats);
341 struct ecore_ll2_stats *p_stats);
H A Decore_iov_api.h603 struct ecore_eth_stats *p_stats);
805 …UNUSED *p_ptt, int OSAL_UNUSED vfid, struct ecore_eth_stats OSAL_UNUSED *p_stats) { return ECORE_I… in ecore_iov_get_vf_stats() argument
H A Decore_iscsi_api.h320 struct ecore_iscsi_tcp_stats *p_stats,
H A Decore_sriov.c1728 static void ecore_iov_vf_mbx_acquire_stats(struct pfvf_stats_info *p_stats) in ecore_iov_vf_mbx_acquire_stats() argument
1730 p_stats->mstats.address = PXP_VF_BAR0_START_MSDM_ZONE_B + in ecore_iov_vf_mbx_acquire_stats()
1733 p_stats->mstats.len = sizeof(struct eth_mstorm_per_queue_stat); in ecore_iov_vf_mbx_acquire_stats()
1734 p_stats->ustats.address = PXP_VF_BAR0_START_USDM_ZONE_B + in ecore_iov_vf_mbx_acquire_stats()
1737 p_stats->ustats.len = sizeof(struct eth_ustorm_per_queue_stat); in ecore_iov_vf_mbx_acquire_stats()
1738 p_stats->pstats.address = PXP_VF_BAR0_START_PSDM_ZONE_B + in ecore_iov_vf_mbx_acquire_stats()
1741 p_stats->pstats.len = sizeof(struct eth_pstorm_per_queue_stat); in ecore_iov_vf_mbx_acquire_stats()
1742 p_stats->tstats.address = 0; in ecore_iov_vf_mbx_acquire_stats()
1743 p_stats->tstats.len = 0; in ecore_iov_vf_mbx_acquire_stats()
4814 struct ecore_eth_stats *p_stats) in ecore_iov_get_vf_stats() argument
[all …]
/freebsd/sys/kern/
H A Dsubr_prof.c76 upp = &td->td_proc->p_stats->p_prof; in sys_profil()
117 prof = &td->td_proc->p_stats->p_prof; in addupc_intr()
154 prof = &p->p_stats->p_prof; in addupc_task()
H A Dkern_acct.c387 timevaladd(&tmp, &p->p_stats->p_start); in acct_process()
390 timevalsub(&tmp, &p->p_stats->p_start); in acct_process()
H A Dkern_kthread.c89 if (!proc0.p_stats) in kproc_create1()
270 if (!proc0.p_stats) in kthread_add1()
H A Dkern_fork.c550 pstats_fork(p1->p_stats, p2->p_stats); in do_fork()
711 microuptime(&p2->p_stats->p_start); in do_fork()
H A Dtty_info.c381 timevalsub(&rtime, &p->p_stats->p_start); in tty_info()
H A Dinit_main.c611 p->p_stats = pstats_alloc(); in proc0_init()
667 microuptime(&p->p_stats->p_start); in proc0_post()
H A Dkern_exit.c719 ruadd(&p->p_ru, &p->p_rux, &p->p_stats->p_cru, &p->p_crux); in exit1()
999 ruadd(&q->p_stats->p_cru, &q->p_crux, &p->p_ru, &p->p_rux); in proc_reap()
1186 *rup = p->p_stats->p_cru; in proc_to_reap()
/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_sm_mad_ctrl.h105 osm_stats_t *p_stats; member
218 IN osm_stats_t * p_stats,
H A Dosm_sa_mad_ctrl.h104 osm_stats_t *p_stats; member
221 IN osm_stats_t * p_stats,
H A Dosm_vl15intf.h130 osm_stats_t *p_stats; member
258 IN osm_log_t * p_log, IN osm_stats_t * p_stats,
H A Dosm_sm.h276 IN osm_stats_t * p_stats,
H A Dosm_sa.h355 IN osm_log_t * p_log, IN osm_stats_t * p_stats,
/freebsd/sys/fs/procfs/
H A Dprocfs_status.c128 start = p->p_stats->p_start; in procfs_doprocstatus()
/freebsd/sys/fs/nfsclient/
H A Dnfs_clport.c727 tl.lval = p->p_stats->p_start.tv_sec; in nfscl_filllockowner()
732 tl.lval = p->p_stats->p_start.tv_usec; in nfscl_filllockowner()
1253 if (p->p_stats == NULL) { in nfscl_procdoesntexist()
1261 if (tl.lval != p->p_stats->p_start.tv_sec) { in nfscl_procdoesntexist()
1268 if (tl.lval != p->p_stats->p_start.tv_usec) in nfscl_procdoesntexist()
/freebsd/lib/libkvm/
H A Dkvm_proc.c230 if ((proc.p_flag & P_INMEM) && proc.p_stats != NULL) { in kvm_proclist()
231 if (KREAD(kd, (u_long)proc.p_stats, &pstats)) { in kvm_proclist()
233 "can't read stats at %x", proc.p_stats); in kvm_proclist()

12