Home
last modified time | relevance | path

Searched refs:rx_crc_errors (Results 1 – 7 of 7) sorted by relevance

/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 + in oce_update_stats()
114 stats->rx_crc_errors.value.ul = in oce_update_stats()
115 port_stats->rx_crc_errors; in oce_update_stats()
246 kstat_named_init(&stats->rx_crc_errors, in oce_stat_init()
435 stats->rx_errors.value.ul = port_stats->rx_crc_errors + in oce_m_stat()
468 stats->rx_crc_errors.value.ul = in oce_m_stat()
469 port_stats->rx_crc_errors; in oce_m_stat()
470 *val = port_stats->rx_crc_errors; in oce_m_stat()
474 stats->rx_errors.value.ul = port_stats->rx_crc_errors + in oce_m_stat()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_stat.h53 kstat_named_t rx_crc_errors; member
H A Doce_hw_eth.h501 uint32_t rx_crc_errors; member
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_dev_api.h370 u64 rx_crc_errors; member
H A Decore_l2.c1898 p_common->rx_crc_errors += port_stats.eth.rfcs; in __ecore_get_vport_port_stats()
/illumos-gate/usr/src/uts/common/io/qede/
H A Dqede_gld.c755 vstats.common.rx_crc_errors;
794 *value = vstats.common.rx_crc_errors;
H A Dqede_kstat.c526 vstats.common.rx_crc_errors; in qede_kstat_vport_stats_update()