Home
last modified time | relevance | path

Searched refs:tx_ring_full (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/vmxnet3s/
H A Dvmxnet3.h159 uint32_t tx_ring_full; member
170 kstat_named_t tx_ring_full; member
H A Dvmxnet3_main.c1191 statp->tx_ring_full.value.ul = dp->tx_ring_full; in vmxnet3_kstat_update()
1218 kstat_named_init(&statp->tx_ring_full, "tx_ring_full", in vmxnet3_kstat_init()
H A Dvmxnet3_tx.c404 atomic_inc_32(&dp->tx_ring_full); in vmxnet3_tx()