Searched refs:VhostVDPAState (Results 1 – 1 of 1) sorted by relevance
| /openbmc/qemu/net/ |
| H A D | vhost-vdpa.c | 34 typedef struct VhostVDPAState { struct 51 } VhostVDPAState; argument 137 VhostVDPAState *s = DO_UPCAST(VhostVDPAState, nc, nc); in vhost_vdpa_get_vhost_net() 194 VhostVDPAState *s; in vhost_vdpa_add() 199 s = DO_UPCAST(VhostVDPAState, nc, ncs); in vhost_vdpa_add() 230 VhostVDPAState *s = DO_UPCAST(VhostVDPAState, nc, nc); in vhost_vdpa_cleanup() 258 VhostVDPAState *s = DO_UPCAST(VhostVDPAState, nc, nc); in vhost_vdpa_get_vnet_hash_supported_types() 283 VhostVDPAState *s = DO_UPCAST(VhostVDPAState, nc, nc); in vhost_vdpa_has_ufo() 325 static VhostVDPAState *vhost_vdpa_net_get_nc_vdpa(VhostVDPAState *s, int i) in vhost_vdpa_net_get_nc_vdpa() 330 return DO_UPCAST(VhostVDPAState, nc, nc_i); in vhost_vdpa_net_get_nc_vdpa() [all …]
|