Home
last modified time | relevance | path

Searched refs:rx_drops (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ena/
H A Dena_aenq.c226 uint64_t rx_drops, tx_drops, rx_overruns; in ena_aenq_keep_alive_hdlr() local
232 rx_drops = in ena_aenq_keep_alive_hdlr()
243 ebs->ebs_rx_drops.value.ui64 = rx_drops; in ena_aenq_keep_alive_hdlr()
/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Despi.h33 unsigned int rx_drops; member
H A Despi.c163 espi->intr_cnt.rx_drops++; in t1_espi_intr_handler()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_stat.h43 kstat_named_t rx_drops; member
/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 + in oce_update_stats()
232 kstat_named_init(&stats->rx_drops, "rx drops", KSTAT_DATA_ULONG); in oce_stat_init()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/hsi/mcp/
H A Dmac_stats.h644 u32 rx_drops; /* RX Discards. Counters roll over, never reset */ member