Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/intel/igbvf/
Dvf.h237 struct e1000_hw { struct
260 void e1000_rlpml_set_vf(struct e1000_hw *, u16); argument
/linux-4.4.14/drivers/net/ethernet/intel/e1000/
De1000_hw.h1350 struct e1000_hw { struct
1351 u8 __iomem *hw_addr;
1352 u8 __iomem *flash_address;
1353 void __iomem *ce4100_gbe_mdio_base_virt;
1354 e1000_mac_type mac_type;
1355 e1000_phy_type phy_type;
1356 u32 phy_init_script;
1357 e1000_media_type media_type;
1358 void *back;
1359 struct e1000_shadow_ram *eeprom_shadow_ram;
[all …]
/linux-4.4.14/drivers/net/ethernet/intel/igb/
De1000_hw.h531 struct e1000_hw { struct
532 void *back;
534 u8 __iomem *hw_addr;
558 struct net_device *igb_get_hw_dev(struct e1000_hw *hw); argument
/linux-4.4.14/drivers/net/ethernet/intel/e1000e/
Dhw.h674 struct e1000_hw { struct
675 struct e1000_adapter *adapter;
677 void __iomem *hw_addr;
678 void __iomem *flash_address;
680 struct e1000_mac_info mac;
681 struct e1000_fc_info fc;
682 struct e1000_phy_info phy;
683 struct e1000_nvm_info nvm;
684 struct e1000_bus_info bus;
685 struct e1000_host_mng_dhcp_cookie mng_cookie;
[all …]