Lines Matching refs:e1000_hw
7 void igb_shutdown_serdes_link_82575(struct e1000_hw *hw);
8 void igb_power_up_serdes_link_82575(struct e1000_hw *hw);
9 void igb_power_down_phy_copper_82575(struct e1000_hw *hw);
10 void igb_rx_fifo_flush_82575(struct e1000_hw *hw);
11 s32 igb_read_i2c_byte(struct e1000_hw *hw, u8 byte_offset, u8 dev_addr,
13 s32 igb_write_i2c_byte(struct e1000_hw *hw, u8 byte_offset, u8 dev_addr,
247 void igb_vmdq_set_anti_spoofing_pf(struct e1000_hw *, bool, int);
248 void igb_vmdq_set_loopback_pf(struct e1000_hw *, bool);
249 void igb_vmdq_set_replication_pf(struct e1000_hw *, bool);
251 s32 igb_read_emi_reg(struct e1000_hw *, u16 addr, u16 *data);
252 s32 igb_set_eee_i350(struct e1000_hw *, bool adv1G, bool adv100M);
253 s32 igb_set_eee_i354(struct e1000_hw *, bool adv1G, bool adv100M);
254 s32 igb_get_eee_status_i354(struct e1000_hw *hw, bool *status);