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

/illumos-gate/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge_var.h261 struct kstat_named tx_handles_alloced; member in struct:myri10ge_slice_stat
H A Dmyri10ge.c796 MYRI10GE_SLICE_STAT_INC(tx_handles_alloced);
816 MYRI10GE_SLICE_STAT_DEC(tx_handles_alloced);
819 if (MYRI10GE_SLICE_STAT(tx_handles_alloced) != 0) {
822 (int)MYRI10GE_SLICE_STAT(tx_handles_alloced));
4223 kstat_named_init(&ethstat->tx_handles_alloced, "tx_handles_alloced",

Completed in 70 milliseconds