Searched defs:igbvf_info (Results 1 – 2 of 2) sorted by relevance
259 struct igbvf_info { struct260 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 *);
323 static const TypeInfo igbvf_info = { variable