Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/chxge/
H A Dsge.h322 uint32_t rx_pkt_drops; /* # intentionally dropped packets */ member
379 kstat_named_t rx_pkt_drops; /* # times packets dropped by sge */ member
H A Dsge.c848 sge->intr_cnt.rx_pkt_drops++; in t1_sge_rx()
1735 kstat_named_init(&chkp->rx_pkt_drops, "rx_pkt_drops", in sge_kstat_setup()
1832 statsp->rx_pkt_drops = chkp->rx_pkt_drops.value.ui32; in sge_kstat_update()
1882 chkp->rx_pkt_drops.value.ui32 = statsp->rx_pkt_drops; in sge_kstat_update()