Searched defs:ixgbe_hw (Results 1 – 2 of 2) sorted by relevance
126 struct ixgbe_hw { struct127 void *back;129 u8 __iomem *hw_addr;131 struct ixgbe_mac_info mac;132 struct ixgbe_mbx_info mbx;134 u16 device_id;135 u16 subsystem_vendor_id;136 u16 subsystem_device_id;137 u16 vendor_id;139 u8 revision_id;[all …]
3440 struct ixgbe_hw { struct3464 s32 (*get_invariants)(struct ixgbe_hw *); argument