Searched refs:ixgb_hw (Results 1 – 9 of 9) sorted by relevance
| /NextBSD/sys/dev/ixgb/ |
| HD | ixgb_ee.c | 40 static uint16_t ixgb_shift_in_bits(struct ixgb_hw *hw); 42 static void ixgb_shift_out_bits(struct ixgb_hw *hw, 45 static void ixgb_standby_eeprom(struct ixgb_hw *hw); 47 static boolean_t ixgb_wait_eeprom_command(struct ixgb_hw *hw); 49 static void ixgb_cleanup_eeprom(struct ixgb_hw *hw); 58 ixgb_raise_clock(struct ixgb_hw *hw, in ixgb_raise_clock() 77 ixgb_lower_clock(struct ixgb_hw *hw, in ixgb_lower_clock() 97 ixgb_shift_out_bits(struct ixgb_hw *hw, in ixgb_shift_out_bits() 145 ixgb_shift_in_bits(struct ixgb_hw *hw) in ixgb_shift_in_bits() 188 ixgb_setup_eeprom(struct ixgb_hw *hw) in ixgb_setup_eeprom() [all …]
|
| HD | ixgb_hw.h | 694 struct ixgb_hw { struct 793 extern boolean_t ixgb_adapter_stop(struct ixgb_hw *hw); 794 extern boolean_t ixgb_init_hw(struct ixgb_hw *hw); 795 extern boolean_t ixgb_adapter_start(struct ixgb_hw *hw); 796 extern void ixgb_init_rx_addrs(struct ixgb_hw *hw); 797 extern void ixgb_check_for_link(struct ixgb_hw *hw); 798 extern boolean_t ixgb_check_for_bad_link(struct ixgb_hw *hw); 799 extern boolean_t ixgb_setup_fc(struct ixgb_hw *hw); 800 extern void ixgb_clear_hw_cntrs(struct ixgb_hw *hw); 803 extern uint16_t ixgb_read_phy_reg(struct ixgb_hw *hw, [all …]
|
| HD | ixgb_hw.c | 45 static uint32_t ixgb_hash_mc_addr(struct ixgb_hw *hw, 48 static void ixgb_mta_set(struct ixgb_hw *hw, 51 static void ixgb_get_bus_info(struct ixgb_hw *hw); 53 static boolean_t ixgb_link_reset(struct ixgb_hw *hw); 55 static void ixgb_optics_reset(struct ixgb_hw *hw); 57 static ixgb_phy_type ixgb_identify_phy(struct ixgb_hw *hw); 59 uint32_t ixgb_mac_reset (struct ixgb_hw* hw); 61 uint32_t ixgb_mac_reset (struct ixgb_hw* hw) in ixgb_mac_reset() 110 ixgb_adapter_stop(struct ixgb_hw *hw) in ixgb_adapter_stop() 172 ixgb_identify_xpak_vendor(struct ixgb_hw *hw) in ixgb_identify_xpak_vendor() [all …]
|
| HD | ixgb_ee.h | 105 uint16_t ixgb_read_eeprom(struct ixgb_hw *hw, 108 boolean_t ixgb_validate_eeprom_checksum(struct ixgb_hw *hw); 110 void ixgb_update_eeprom_checksum(struct ixgb_hw *hw); 112 void ixgb_write_eeprom(struct ixgb_hw *hw,
|
| HD | if_ixgb.h | 276 struct ixgb_hw hw;
|
| HD | README | 116 dev/ixgb/ixgb_hw.c optional ixgb
|
| HD | if_ixgb.c | 2315 ixgb_write_pci_cfg(struct ixgb_hw * hw,
|
| /NextBSD/sys/modules/ixgb/ |
| HD | Makefile | 6 SRCS= if_ixgb.c ixgb_hw.c ixgb_ee.c
|
| /NextBSD/sys/conf/ |
| HD | files | 1899 dev/ixgb/ixgb_hw.c optional ixgb
|