Home
last modified time | relevance | path

Searched defs:e1000_hw (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/intel/igbvf/
Dvf.h216 struct e1000_hw { struct
240 void e1000_rlpml_set_vf(struct e1000_hw *, u16); argument
/linux-6.1.9/drivers/net/ethernet/intel/e1000/
De1000_hw.h1325 struct e1000_hw { struct
1326 u8 __iomem *hw_addr;
1327 u8 __iomem *flash_address;
1328 void __iomem *ce4100_gbe_mdio_base_virt;
1329 e1000_mac_type mac_type;
1330 e1000_phy_type phy_type;
1331 u32 phy_init_script;
1332 e1000_media_type media_type;
1333 void *back;
1334 struct e1000_shadow_ram *eeprom_shadow_ram;
[all …]
/linux-6.1.9/drivers/net/ethernet/intel/igb/
De1000_hw.h517 struct e1000_hw { struct
518 void *back;
520 u8 __iomem *hw_addr;
544 struct net_device *igb_get_hw_dev(struct e1000_hw *hw); argument
/linux-6.1.9/drivers/net/ethernet/intel/e1000e/
Dhw.h702 struct e1000_hw { struct
703 struct e1000_adapter *adapter;
705 void __iomem *hw_addr;
706 void __iomem *flash_address;
708 struct e1000_mac_info mac;
709 struct e1000_fc_info fc;
710 struct e1000_phy_info phy;
711 struct e1000_nvm_info nvm;
712 struct e1000_bus_info bus;
713 struct e1000_host_mng_dhcp_cookie mng_cookie;
[all …]