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;111 struct ixgbe_mbx_info mbx;113 u16 device_id;114 u16 subsystem_vendor_id;115 u16 subsystem_device_id;116 u16 vendor_id;118 u8 revision_id;[all …]
3675 struct ixgbe_hw { struct3676 u8 __iomem *hw_addr;3677 void *back;3678 struct ixgbe_mac_info mac;3679 struct ixgbe_addr_filter_info addr_ctrl;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;[all …]