Searched refs:rx_flbuf_allocs (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/chxge/
H A Dsge.h332 uint32_t rx_flbuf_allocs; /* # of freelist buf allocs. */ member in struct:sge_intr_counts
389 kstat_named_t rx_flbuf_allocs; /* # of freelist buf allocs. */ member in struct:_ch_kstat_t
H A Dsge.c1087 sge->intr_cnt.rx_flbuf_allocs++;
1753 kstat_named_init(&chkp->rx_flbuf_allocs, "rx_flbuf_allocs",
1842 statsp->rx_flbuf_allocs = chkp->rx_flbuf_allocs.value.ui32;
1893 chkp->rx_flbuf_allocs.value.ui32
1894 = statsp->rx_flbuf_allocs;

Completed in 63 milliseconds