Lines Matching refs:ixgb_hw
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);
779 u32 ixgb_get_ee_pba_number(struct ixgb_hw *hw);
780 u16 ixgb_get_ee_device_id(struct ixgb_hw *hw);
781 bool ixgb_get_eeprom_data(struct ixgb_hw *hw);
782 __le16 ixgb_get_eeprom_word(struct ixgb_hw *hw, u16 index);
785 void ixgb_led_on(struct ixgb_hw *hw);
786 void ixgb_led_off(struct ixgb_hw *hw);
787 void ixgb_write_pci_cfg(struct ixgb_hw *hw,