Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/igbvf/
H A Digbvf.h259 struct igbvf_info { struct
260 enum e1000_mac_type mac;
261 unsigned int flags;
262 u32 pba;
263 void (*init_ops)(struct e1000_hw *);
264 s32 (*get_variants)(struct igbvf_adapter *);
/openbmc/qemu/hw/net/
H A Digbvf.c323 static const TypeInfo igbvf_info = { variable