Lines Matching refs:ixgb_hw
638 struct ixgb_hw { struct
737 bool ixgb_adapter_stop(struct ixgb_hw *hw);
738 bool ixgb_init_hw(struct ixgb_hw *hw);
739 bool ixgb_adapter_start(struct ixgb_hw *hw);
740 void ixgb_check_for_link(struct ixgb_hw *hw);
741 bool ixgb_check_for_bad_link(struct ixgb_hw *hw);
743 void ixgb_rar_set(struct ixgb_hw *hw, const u8 *addr, u32 index);
746 void ixgb_mc_addr_list_update(struct ixgb_hw *hw, u8 *mc_addr_list,
750 void ixgb_write_vfta(struct ixgb_hw *hw, u32 offset, u32 value);
753 void ixgb_get_ee_mac_addr(struct ixgb_hw *hw, u8 *mac_addr);
754 u32 ixgb_get_ee_pba_number(struct ixgb_hw *hw);
755 u16 ixgb_get_ee_device_id(struct ixgb_hw *hw);
756 bool ixgb_get_eeprom_data(struct ixgb_hw *hw);
757 __le16 ixgb_get_eeprom_word(struct ixgb_hw *hw, u16 index);
760 void ixgb_led_on(struct ixgb_hw *hw);
761 void ixgb_led_off(struct ixgb_hw *hw);
762 void ixgb_write_pci_cfg(struct ixgb_hw *hw,