Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/io/vmxnet3s/
H A Dvmxnet3_rx.c40 atomic_inc_32(&dp->rx_alloc_failed); in vmxnet3_alloc_rxbuf()
49 atomic_inc_32(&dp->rx_alloc_failed); in vmxnet3_alloc_rxbuf()
195 atomic_inc_32(&dp->rx_alloc_failed); in vmxnet3_rx_populate()
213 atomic_inc_32(&dp->rx_alloc_failed); in vmxnet3_rx_populate()
H A Dvmxnet3.h163 uint32_t rx_alloc_failed; member
H A Dvmxnet3_main.c163 *val = rxStats->pktsRxOutOfBuf + dp->rx_alloc_failed; in vmxnet3_getstat()