Home
last modified time | relevance | path

Searched refs:igbvf_info (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/ethernet/intel/igbvf/
H A Digbvf.h18 struct igbvf_info;
162 const struct igbvf_info *ei;
259 struct igbvf_info { struct
H A Dnetdev.c43 static struct igbvf_info igbvf_vf_info = {
50 static struct igbvf_info igbvf_i350_vf_info = {
57 static const struct igbvf_info *igbvf_info_tbl[] = {
2716 const struct igbvf_info *ei = igbvf_info_tbl[ent->driver_data]; in igbvf_probe()
/openbmc/qemu/hw/net/
H A Digbvf.c323 static const TypeInfo igbvf_info = { variable
336 type_register_static(&igbvf_info); in igb_register_types()