Home
last modified time | relevance | path

Searched refs:IGC_MPC (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/igc/core/
H A Digc_base.c184 IGC_READ_REG(hw, IGC_MPC); in igc_rx_fifo_flush_base()
H A Digc_regs.h156 #define IGC_MPC 0x04010 /* Missed Packet Count - R/clr */ macro
H A Digc_mac.c410 IGC_READ_REG(hw, IGC_MPC); in igc_clear_hw_cntrs_base_generic()
/illumos-gate/usr/src/uts/common/io/igc/
H A Digc_stat.c59 stats->is_mpc.value.ui64 += igc_read32(igc, IGC_MPC); in igc_stats_update()