Home
last modified time | relevance | path

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

/openbmc/qemu/include/net/
H A Dnet.h94 NetCheckPeerType *check_peer_type; member
/openbmc/qemu/net/
H A Dvhost-user.c232 .check_peer_type = vhost_user_check_peer_type,
H A Dvhost-vdpa.c445 .check_peer_type = vhost_vdpa_check_peer_type,
1312 .check_peer_type = vhost_vdpa_check_peer_type,
/openbmc/qemu/hw/core/
H A Dqdev-properties-system.c459 if (peers[i]->info->check_peer_type) { in set_netdev()
460 if (!peers[i]->info->check_peer_type(peers[i], obj->class, errp)) { in set_netdev()