Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Def10_tx.c703 EFSYS_STAT_INCR(essp, etp->et_stat[id]); in ef10_tx_qstats_update()
H A Def10_ev.c470 EFSYS_STAT_INCR(essp, eep->ee_stat[id]); in ef10_ev_qstats_update()
H A Defx_tx.c1062 EFSYS_STAT_INCR(essp, etp->et_stat[id]); in siena_tx_qstats_update()
H A Defx_ev.c1389 EFSYS_STAT_INCR(essp, eep->ee_stat[id]); in siena_ev_qstats_update()
/illumos-gate/usr/src/uts/common/io/sfxge/
H A Defsys.h579 #define EFSYS_STAT_INCR(_knp, _delta) \ macro