Home
last modified time | relevance | path

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

/qemu/hw/net/
H A Dvirtio-net.c924 FailoverDevice *fdev = opaque; in failover_set_primary() local
932 if (!g_strcmp0(pci_dev->failover_pair_id, fdev->n->netclient_name)) { in failover_set_primary()
933 fdev->dev = dev; in failover_set_primary()
948 FailoverDevice fdev = { in failover_find_primary_device() local
953 NULL, NULL, &fdev); in failover_find_primary_device()
954 return fdev.dev; in failover_find_primary_device()