Lines Matching defs:data

283 		u16 data;  in e1000_init_phy_params_82575()  local
545 u16 *data) in e1000_read_phy_reg_sgmii_82575()
578 u16 data) in e1000_write_phy_reg_sgmii_82575()
762 u16 data; in e1000_set_d0_lplu_state_82575() local
847 u32 data; in e1000_set_d0_lplu_state_82580() local
894 u32 data; in e1000_set_d3_lplu_state_82580() local
1109 u16 data; in e1000_check_for_link_media_swap() local
1499 u16 data; in e1000_setup_serdes_link_82575() local
1788 static s32 e1000_valid_led_default_82575(struct e1000_hw *hw, u16 *data) in e1000_valid_led_default_82575()
2134 static s32 e1000_read_phy_reg_82580(struct e1000_hw *hw, u32 offset, u16 *data) in e1000_read_phy_reg_82580()
2160 static s32 e1000_write_phy_reg_82580(struct e1000_hw *hw, u32 offset, u16 data) in e1000_write_phy_reg_82580()
2324 u16 e1000_rxpbs_adjust_82580(u32 data) in e1000_rxpbs_adjust_82580()
2554 u16 *data, bool read) in __e1000_access_emi_reg()
2578 s32 e1000_read_emi_reg(struct e1000_hw *hw, u16 addr, u16 *data) in e1000_read_emi_reg()
3035 u8 dev_addr, u8 *data) in e1000_read_i2c_byte_generic()
3124 u8 dev_addr, u8 data) in e1000_write_i2c_byte_generic()
3249 static void e1000_clock_in_i2c_byte(struct e1000_hw *hw, u8 *data) in e1000_clock_in_i2c_byte()
3270 static s32 e1000_clock_out_i2c_byte(struct e1000_hw *hw, u8 data) in e1000_clock_out_i2c_byte()
3349 static void e1000_clock_in_i2c_bit(struct e1000_hw *hw, bool *data) in e1000_clock_in_i2c_bit()
3376 static s32 e1000_clock_out_i2c_bit(struct e1000_hw *hw, bool data) in e1000_clock_out_i2c_bit()
3452 static s32 e1000_set_i2c_data(struct e1000_hw *hw, u32 *i2cctl, bool data) in e1000_set_i2c_data()
3488 bool data; in e1000_get_i2c_data() local