Home
last modified time | relevance | path

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
H A Dmyri10ge.c790 MYRI10GE_SLICE_STAT_INC(tx_handles_alloced); in myri10ge_add_tx_handle()
810 MYRI10GE_SLICE_STAT_DEC(tx_handles_alloced); in myri10ge_remove_tx_handles()
813 if (MYRI10GE_SLICE_STAT(tx_handles_alloced) != 0) { in myri10ge_remove_tx_handles()
816 (int)MYRI10GE_SLICE_STAT(tx_handles_alloced)); in myri10ge_remove_tx_handles()
4195 kstat_named_init(&ethstat->tx_handles_alloced, "tx_handles_alloced", in myri10ge_slice_stat_init()