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() 225 VhostVDPAState *s = DO_UPCAST(VhostVDPAState, nc, nc); in vhost_vdpa_cleanup() 257 VhostVDPAState *s = DO_UPCAST(VhostVDPAState, nc, nc); in vhost_vdpa_has_ufo() 299 static VhostVDPAState *vhost_vdpa_net_get_nc_vdpa(VhostVDPAState *s, int i) in vhost_vdpa_net_get_nc_vdpa() 304 return DO_UPCAST(VhostVDPAState, nc, nc_i); in vhost_vdpa_net_get_nc_vdpa() 307 static VhostVDPAState *vhost_vdpa_net_first_nc_vdpa(VhostVDPAState *s) in vhost_vdpa_net_first_nc_vdpa() [all …]
|