Searched defs:ixgbe_hw (Results 1 – 2 of 2) sorted by relevance
125 struct ixgbe_hw { struct126 void *back;128 u8 __iomem *hw_addr;130 struct ixgbe_mac_info mac;131 struct ixgbe_mbx_info mbx;133 u16 device_id;134 u16 subsystem_vendor_id;135 u16 subsystem_device_id;136 u16 vendor_id;138 u8 revision_id;[all …]
2878 struct ixgbe_hw { struct2899 s32 (*get_invariants)(struct ixgbe_hw *); argument