Searched refs:ixgb_hw (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/sys/dev/ixgb/
H A Dixgb_ee.c36 #include <dev/ixgb/ixgb_hw.h>
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,
77 ixgb_lower_clock(struct ixgb_hw *hw,
97 ixgb_shift_out_bits(struct ixgb_hw *hw,
145 ixgb_shift_in_bits(struct ixgb_hw *h
[all...]
H A Dixgb_ee.h105 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,
H A Dixgb_hw.h694 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 *h
[all...]
H A Dixgb_hw.c36 /* ixgb_hw.c
40 #include <dev/ixgb/ixgb_hw.h>
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* h
[all...]
H A Dif_ixgb.h82 #include <dev/ixgb/ixgb_hw.h>
276 struct ixgb_hw hw;
H A Dif_ixgb.c2317 ixgb_write_pci_cfg(struct ixgb_hw * hw,
/freebsd-11-stable/sys/modules/ixgb/
H A DMakefile6 SRCS= if_ixgb.c ixgb_hw.c ixgb_ee.c

Completed in 182 milliseconds