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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_stat.h53 kstat_named_t rx_crc_errors; member in struct:oce_stat
H A Doce_hw_eth.h501 uint32_t rx_crc_errors; member in struct:rx_port_stats
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_stat.c83 stats->rx_errors.value.ul = port_stats->rx_crc_errors +
114 stats->rx_crc_errors.value.ul =
115 port_stats->rx_crc_errors;
246 kstat_named_init(&stats->rx_crc_errors,
435 stats->rx_errors.value.ul = port_stats->rx_crc_errors +
468 stats->rx_crc_errors.value.ul =
469 port_stats->rx_crc_errors;
470 *val = port_stats->rx_crc_errors;
474 stats->rx_errors.value.ul = port_stats->rx_crc_errors +

Completed in 77 milliseconds