Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/e1000/
De1000_vf.h261 struct e1000_hw { struct
262 void *back;
264 u8 *hw_addr;
265 u8 *flash_address;
266 unsigned long io_base;
268 struct e1000_mac_info mac;
292 s32 e1000_read_pcie_cap_reg(struct e1000_hw *hw, u32 reg, u16 *value); argument
De1000_hw.h976 struct e1000_hw { struct
977 void *back;
979 u8 *hw_addr;
980 u8 *flash_address;
981 unsigned long io_base;
983 struct e1000_mac_info mac;
984 struct e1000_fc_info fc;
985 struct e1000_phy_info phy;
986 struct e1000_nvm_info nvm;
987 struct e1000_bus_info bus;
[all …]