Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/net/ethernet/intel/ixgbevf/
Dvf.h105 struct ixgbe_hw { struct
106 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 …]
/linux-6.14.4/drivers/net/ethernet/intel/ixgbe/
Dixgbe_type.h3675 struct ixgbe_hw { struct
3676 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 …]