Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/e1000/base/
H A De1000_vf.h231 struct e1000_hw { struct
232 void *back;
234 u8 *hw_addr;
235 u8 *flash_address;
236 unsigned long io_base;
238 struct e1000_mac_info mac;
262 s32 e1000_read_pcie_cap_reg(struct e1000_hw *hw, u32 reg, u16 *value); argument
H A 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;
988 struct e1000_mbx_info mbx;
991 union {
[all …]