Home
last modified time | relevance | path

Searched defs:ixgbe_hw (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/intel/ixgbevf/
Dvf.h106 struct ixgbe_hw { struct
107 void *back;
109 u8 __iomem *hw_addr;
111 struct ixgbe_mac_info mac;
112 struct ixgbe_mbx_info mbx;
114 u16 device_id;
115 u16 subsystem_vendor_id;
116 u16 subsystem_device_id;
117 u16 vendor_id;
119 u8 revision_id;
[all …]
/Linux-v4.19/drivers/net/ethernet/intel/ixgbe/
Dixgbe_type.h3617 struct ixgbe_hw { struct
3618 u8 __iomem *hw_addr;
3619 void *back;
3643 s32 (*get_invariants)(struct ixgbe_hw *); argument