Searched defs:ixgbe_hw (Results 1 – 2 of 2) sorted by relevance
105 struct ixgbe_hw { struct106 void *back;108 u8 __iomem *hw_addr;110 struct ixgbe_mac_info mac;113 u16 device_id;114 u16 subsystem_vendor_id;115 u16 subsystem_device_id;116 u16 vendor_id;118 u8 revision_id;119 bool adapter_stopped;[all …]
3675 struct ixgbe_hw { struct3676 u8 __iomem *hw_addr;3677 void *back;3678 struct ixgbe_mac_info mac;3680 struct ixgbe_fc_info fc;3681 struct ixgbe_phy_info phy;3682 struct ixgbe_link_info link;3683 struct ixgbe_eeprom_info eeprom;3684 struct ixgbe_bus_info bus;3708 struct ixgbe_hw_dev_caps dev_caps; argument[all …]