Searched refs:rx_dropped_too_small (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_stat.h84 kstat_named_t rx_dropped_too_small; member in struct:oce_stat
H A Doce_hw_eth.h510 uint32_t rx_dropped_too_small; member in struct:rx_port_stats
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_stat.c92 stats->rx_drops.value.ul = port_stats->rx_dropped_too_small +
169 stats->rx_dropped_too_small.value.ul =
170 port_stats->rx_dropped_too_small;
302 kstat_named_init(&stats->rx_dropped_too_small,
303 "rx_dropped_too_small", KSTAT_DATA_ULONG);

Completed in 105 milliseconds