Searched refs:igb_read_phy_reg_i2c (Results  1 – 4 of 4) sorted by relevance
| /linux-4.4.14/drivers/net/ethernet/intel/igb/ | 
| D | e1000_phy.h | 67 s32  igb_read_phy_reg_i2c(struct e1000_hw *hw, u32 offset, u16 *data);
  | 
| D | igb_ethtool.c | 2773 	status = igb_read_phy_reg_i2c(hw, IGB_SFF_8472_COMP, &sff8472_rev);  in igb_get_module_info() 2778 	status = igb_read_phy_reg_i2c(hw, IGB_SFF_8472_SWAP, &addr_mode);  in igb_get_module_info() 2824 		status = igb_read_phy_reg_i2c(hw, first_word + i, &dataword[i]);  in igb_get_module_eeprom()
  | 
| D | e1000_phy.c | 242 s32 igb_read_phy_reg_i2c(struct e1000_hw *hw, u32 offset, u16 *data)  in igb_read_phy_reg_i2c()  function
  | 
| D | e1000_82575.c | 762 	ret_val = igb_read_phy_reg_i2c(hw, offset, data);  in igb_read_phy_reg_sgmii_82575()
  |