Searched refs:phy_reg (Results 1 – 5 of 5) sorted by relevance
| /f-stack/dpdk/drivers/net/e1000/base/ |
| H A D | e1000_ich8lan.c | 172 u16 phy_reg = 0; in e1000_phy_is_accessible_pchlan() local 1083 u16 phy_reg; in e1000_enable_ulp_lpt_lp() local 1154 phy_reg = oem_reg; in e1000_enable_ulp_lpt_lp() 1158 phy_reg); in e1000_enable_ulp_lpt_lp() 1176 phy_reg); in e1000_enable_ulp_lpt_lp() 1265 u16 phy_reg; in e1000_disable_ulp_lpt_lp() local 1335 &phy_reg); in e1000_disable_ulp_lpt_lp() 1463 u16 phy_reg; in e1000_check_for_copper_link_ich8lan() local 2086 u16 phy_reg = 0; in e1000_update_mc_addr_list_pch2lan() local 2695 u16 phy_reg, data; in e1000_lv_jumbo_workaround_ich8lan() local [all …]
|
| H A D | e1000_phy.h | 63 s32 e1000_enable_phy_wakeup_reg_access_bm(struct e1000_hw *hw, u16 *phy_reg); 64 s32 e1000_disable_phy_wakeup_reg_access_bm(struct e1000_hw *hw, u16 *phy_reg);
|
| H A D | e1000_phy.c | 3306 s32 e1000_enable_phy_wakeup_reg_access_bm(struct e1000_hw *hw, u16 *phy_reg) in e1000_enable_phy_wakeup_reg_access_bm() argument 3313 if (!phy_reg) in e1000_enable_phy_wakeup_reg_access_bm() 3326 ret_val = e1000_read_phy_reg_mdic(hw, BM_WUC_ENABLE_REG, phy_reg); in e1000_enable_phy_wakeup_reg_access_bm() 3336 temp = *phy_reg; in e1000_enable_phy_wakeup_reg_access_bm() 3364 s32 e1000_disable_phy_wakeup_reg_access_bm(struct e1000_hw *hw, u16 *phy_reg) in e1000_disable_phy_wakeup_reg_access_bm() argument 3370 if (!phy_reg) in e1000_disable_phy_wakeup_reg_access_bm() 3381 ret_val = e1000_write_phy_reg_mdic(hw, BM_WUC_ENABLE_REG, *phy_reg); in e1000_disable_phy_wakeup_reg_access_bm() 3420 u16 phy_reg = 0; in e1000_access_phy_wakeup_reg_bm() local 3432 ret_val = e1000_enable_phy_wakeup_reg_access_bm(hw, &phy_reg); in e1000_access_phy_wakeup_reg_bm() 3464 ret_val = e1000_disable_phy_wakeup_reg_access_bm(hw, &phy_reg); in e1000_access_phy_wakeup_reg_bm()
|
| /f-stack/dpdk/drivers/net/igc/base/ |
| H A D | igc_phy.h | 63 s32 igc_enable_phy_wakeup_reg_access_bm(struct igc_hw *hw, u16 *phy_reg); 64 s32 igc_disable_phy_wakeup_reg_access_bm(struct igc_hw *hw, u16 *phy_reg);
|
| H A D | igc_phy.c | 3349 s32 igc_enable_phy_wakeup_reg_access_bm(struct igc_hw *hw, u16 *phy_reg) in igc_enable_phy_wakeup_reg_access_bm() argument 3356 if (!phy_reg) in igc_enable_phy_wakeup_reg_access_bm() 3369 ret_val = igc_read_phy_reg_mdic(hw, BM_WUC_ENABLE_REG, phy_reg); in igc_enable_phy_wakeup_reg_access_bm() 3379 temp = *phy_reg; in igc_enable_phy_wakeup_reg_access_bm() 3407 s32 igc_disable_phy_wakeup_reg_access_bm(struct igc_hw *hw, u16 *phy_reg) in igc_disable_phy_wakeup_reg_access_bm() argument 3413 if (!phy_reg) in igc_disable_phy_wakeup_reg_access_bm() 3424 ret_val = igc_write_phy_reg_mdic(hw, BM_WUC_ENABLE_REG, *phy_reg); in igc_disable_phy_wakeup_reg_access_bm() 3463 u16 phy_reg = 0; in igc_access_phy_wakeup_reg_bm() local 3475 ret_val = igc_enable_phy_wakeup_reg_access_bm(hw, &phy_reg); in igc_access_phy_wakeup_reg_bm() 3507 ret_val = igc_disable_phy_wakeup_reg_access_bm(hw, &phy_reg); in igc_access_phy_wakeup_reg_bm()
|