Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/chxge/
H A Dsge.h330 uint32_t rx_flbuf_allocs; /* # of freelist buf allocs. */ member
387 kstat_named_t rx_flbuf_allocs; /* # of freelist buf allocs. */ member
H A Dsge.c1085 sge->intr_cnt.rx_flbuf_allocs++; in alloc_freelQ_buffers()
1751 kstat_named_init(&chkp->rx_flbuf_allocs, "rx_flbuf_allocs", in sge_kstat_setup()
1840 statsp->rx_flbuf_allocs = chkp->rx_flbuf_allocs.value.ui32; in sge_kstat_update()
1891 chkp->rx_flbuf_allocs.value.ui32 in sge_kstat_update()
1892 = statsp->rx_flbuf_allocs; in sge_kstat_update()