Searched refs:ixgb_hw (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/intel/ixgb/ |
D | ixgb_ee.c | 34 static u16 ixgb_shift_in_bits(struct ixgb_hw *hw); 36 static void ixgb_shift_out_bits(struct ixgb_hw *hw, 39 static void ixgb_standby_eeprom(struct ixgb_hw *hw); 41 static bool ixgb_wait_eeprom_command(struct ixgb_hw *hw); 43 static void ixgb_cleanup_eeprom(struct ixgb_hw *hw); 52 ixgb_raise_clock(struct ixgb_hw *hw, in ixgb_raise_clock() 71 ixgb_lower_clock(struct ixgb_hw *hw, in ixgb_lower_clock() 91 ixgb_shift_out_bits(struct ixgb_hw *hw, in ixgb_shift_out_bits() 139 ixgb_shift_in_bits(struct ixgb_hw *hw) in ixgb_shift_in_bits() 182 ixgb_setup_eeprom(struct ixgb_hw *hw) in ixgb_setup_eeprom() [all …]
|
D | ixgb_hw.c | 43 static u32 ixgb_hash_mc_addr(struct ixgb_hw *hw, u8 * mc_addr); 45 static void ixgb_mta_set(struct ixgb_hw *hw, u32 hash_value); 47 static void ixgb_get_bus_info(struct ixgb_hw *hw); 49 static bool ixgb_link_reset(struct ixgb_hw *hw); 51 static void ixgb_optics_reset(struct ixgb_hw *hw); 53 static void ixgb_optics_reset_bcm(struct ixgb_hw *hw); 55 static ixgb_phy_type ixgb_identify_phy(struct ixgb_hw *hw); 57 static void ixgb_clear_hw_cntrs(struct ixgb_hw *hw); 59 static void ixgb_clear_vfta(struct ixgb_hw *hw); 61 static void ixgb_init_rx_addrs(struct ixgb_hw *hw); [all …]
|
D | ixgb_hw.h | 663 struct ixgb_hw { struct 762 bool ixgb_adapter_stop(struct ixgb_hw *hw); 763 bool ixgb_init_hw(struct ixgb_hw *hw); 764 bool ixgb_adapter_start(struct ixgb_hw *hw); 765 void ixgb_check_for_link(struct ixgb_hw *hw); 766 bool ixgb_check_for_bad_link(struct ixgb_hw *hw); 768 void ixgb_rar_set(struct ixgb_hw *hw, u8 *addr, u32 index); 771 void ixgb_mc_addr_list_update(struct ixgb_hw *hw, u8 *mc_addr_list, 775 void ixgb_write_vfta(struct ixgb_hw *hw, u32 offset, u32 value); 778 void ixgb_get_ee_mac_addr(struct ixgb_hw *hw, u8 *mac_addr); [all …]
|
D | ixgb_ee.h | 96 u16 ixgb_read_eeprom(struct ixgb_hw *hw, u16 reg); 98 bool ixgb_validate_eeprom_checksum(struct ixgb_hw *hw); 100 void ixgb_update_eeprom_checksum(struct ixgb_hw *hw); 102 void ixgb_write_eeprom(struct ixgb_hw *hw, u16 reg, u16 data);
|
D | Makefile | 35 ixgb-objs := ixgb_main.o ixgb_hw.o ixgb_ee.o ixgb_ethtool.o ixgb_param.o
|
D | ixgb_ethtool.c | 154 struct ixgb_hw *hw = &adapter->hw; in ixgb_get_pauseparam() 173 struct ixgb_hw *hw = &adapter->hw; in ixgb_set_pauseparam() 224 struct ixgb_hw *hw = &adapter->hw; in ixgb_get_regs() 371 struct ixgb_hw *hw = &adapter->hw; in ixgb_get_eeprom() 417 struct ixgb_hw *hw = &adapter->hw; in ixgb_set_eeprom()
|
D | ixgb.h | 172 struct ixgb_hw hw;
|
D | ixgb_main.c | 212 struct ixgb_hw *hw = &adapter->hw; in ixgb_up() 313 struct ixgb_hw *hw = &adapter->hw; in ixgb_reset() 586 struct ixgb_hw *hw = &adapter->hw; in ixgb_sw_init() 742 struct ixgb_hw *hw = &adapter->hw; in ixgb_configure_tx() 859 struct ixgb_hw *hw = &adapter->hw; in ixgb_configure_rx() 1092 struct ixgb_hw *hw = &adapter->hw; in ixgb_set_multi() 1790 struct ixgb_hw *hw = &adapter->hw; in ixgb_intr()
|