Home
last modified time | relevance | path

Searched refs:E1000_READ_REG (Results 26 – 27 of 27) sorted by path

12

/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_sensor.c84 reg = E1000_READ_REG(&igb->hw, E1000_THMJT); in igb_sensor_reg_temperature()
H A Digb_stat.c96 igb_ks->gprc.value.ul += E1000_READ_REG(hw, E1000_GPRC); in igb_update_stats()
97 igb_ks->gptc.value.ul += E1000_READ_REG(hw, E1000_GPTC); in igb_update_stats()
98 igb_ks->prc64.value.ul += E1000_READ_REG(hw, E1000_PRC64); in igb_update_stats()
104 igb_ks->ptc64.value.ul += E1000_READ_REG(hw, E1000_PTC64); in igb_update_stats()
116 val_low = E1000_READ_REG(hw, E1000_GORCL); in igb_update_stats()
117 val_high = E1000_READ_REG(hw, E1000_GORCH); in igb_update_stats()
120 val_low = E1000_READ_REG(hw, E1000_GOTCL); in igb_update_stats()
121 val_high = E1000_READ_REG(hw, E1000_GOTCH); in igb_update_stats()
125 igb_ks->mpc.value.ui64 += E1000_READ_REG(hw, E1000_MPC); in igb_update_stats()
126 igb_ks->rlec.value.ui64 += E1000_READ_REG(hw, E1000_RLEC); in igb_update_stats()
[all …]

12