Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_kstats.c768 p_nxge_ipp_kstat_t ipp_kstatsp; in nxge_ipp_stat_update() local
777 ipp_kstatsp = (p_nxge_ipp_kstat_t)ksp->ks_data; in nxge_ipp_stat_update()
781 statsp->eop_miss = ipp_kstatsp->eop_miss.value.ul; in nxge_ipp_stat_update()
782 statsp->sop_miss = ipp_kstatsp->sop_miss.value.ul; in nxge_ipp_stat_update()
783 statsp->dfifo_ue = ipp_kstatsp->dfifo_ue.value.ul; in nxge_ipp_stat_update()
785 statsp->pfifo_perr = ipp_kstatsp->pfifo_perr.value.ul; in nxge_ipp_stat_update()
787 statsp->pfifo_und = ipp_kstatsp->pfifo_und.value.ul; in nxge_ipp_stat_update()
791 ipp_kstatsp->eop_miss.value.ul = statsp->eop_miss; in nxge_ipp_stat_update()
792 ipp_kstatsp->sop_miss.value.ul = statsp->sop_miss; in nxge_ipp_stat_update()
793 ipp_kstatsp->dfifo_ue.value.ul = statsp->dfifo_ue; in nxge_ipp_stat_update()
[all …]