Home
last modified time | relevance | path

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

/freebsd/sys/dev/e1000/
H A De1000_ich8lan.c381 hw->dev_spec.ich8lan.ulp_state = e1000_ulp_state_unknown; in e1000_init_phy_workarounds_pchlan()
724 struct e1000_dev_spec_ich8lan *dev_spec = &hw->dev_spec.ich8lan; in e1000_init_nvm_params_ich8lan()
1000 struct e1000_dev_spec_ich8lan *dev_spec = &hw->dev_spec.ich8lan; in e1000_set_eee_pchlan()
1367 (hw->dev_spec.ich8lan.ulp_state == e1000_ulp_state_on)) in e1000_enable_ulp_lpt_lp()
1486 hw->dev_spec.ich8lan.ulp_state = e1000_ulp_state_on; in e1000_enable_ulp_lpt_lp()
1520 (hw->dev_spec.ich8lan.ulp_state == e1000_ulp_state_off)) in e1000_disable_ulp_lpt_lp()
1636 hw->dev_spec.ich8lan.ulp_state = e1000_ulp_state_off; in e1000_disable_ulp_lpt_lp()
1826 hw->dev_spec.ich8lan.eee_lp_ability = 0; in e1000_check_for_copper_link_ich8lan()
1841 if (hw->dev_spec.ich8lan.disable_k1_off == true) in e1000_check_for_copper_link_ich8lan()
2511 bool k1_enable = hw->dev_spec.ich8lan.nvm_k1_enabled; in e1000_k1_gig_workaround_hv()
[all …]
H A De1000_hw.h1065 struct e1000_dev_spec_ich8lan ich8lan; member
H A Dif_em.c1605 hw->dev_spec.ich8lan.eee_disable = eee_setting; in em_if_attach_pre()
7057 dev_spec = &hw->dev_spec.ich8lan; in em_configure_sx_low_power()
8637 value = sc->hw.dev_spec.ich8lan.eee_disable; in em_sysctl_eee()
8644 sc->hw.dev_spec.ich8lan.eee_disable = (value != 0); in em_sysctl_eee()