Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/
H A De1000_manage.c345 u32 fwsm, factps; in e1000_enable_mng_pass_thru() local
359 factps = E1000_READ_REG(hw, E1000_FACTPS); in e1000_enable_mng_pass_thru()
361 if (!(factps & E1000_FACTPS_MNGCG) && in e1000_enable_mng_pass_thru()
370 factps = E1000_READ_REG(hw, E1000_FACTPS); in e1000_enable_mng_pass_thru()
375 if (!(factps & E1000_FACTPS_MNGCG) && in e1000_enable_mng_pass_thru()