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

/opensolaris-onvv-gate/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_stat.h56 kstat_named_t rx_crc_errors; member in struct:oce_stat
H A Doce_hw_eth.h504 uint32_t rx_crc_errors; member in struct:rx_port_stats
/opensolaris-onvv-gate/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_stat.c86 stats->rx_errors.value.ul = port_stats->rx_crc_errors +
117 stats->rx_crc_errors.value.ul =
118 port_stats->rx_crc_errors;
218 kstat_named_init(&stats->rx_crc_errors,
376 stats->rx_errors.value.ul = port_stats->rx_crc_errors +
409 stats->rx_crc_errors.value.ul =
410 port_stats->rx_crc_errors;
411 *val = port_stats->rx_crc_errors;
415 stats->rx_errors.value.ul = port_stats->rx_crc_errors +

Completed in 91 milliseconds