Lines Matching refs:vdpa_device

24 void vdpa_set_status(struct vdpa_device *vdev, u8 status)  in vdpa_set_status()
36 struct vdpa_device *vdev = dev_to_vdpa(d); in vdpa_dev_probe()
56 struct vdpa_device *vdev = dev_to_vdpa(d); in vdpa_dev_remove()
65 struct vdpa_device *vdev = dev_to_vdpa(dev); in vdpa_dev_match()
79 struct vdpa_device *vdev = dev_to_vdpa(dev); in driver_override_store()
92 struct vdpa_device *vdev = dev_to_vdpa(dev); in driver_override_show()
123 struct vdpa_device *vdev = dev_to_vdpa(d); in vdpa_release_dev()
152 struct vdpa_device *__vdpa_alloc_device(struct device *parent, in __vdpa_alloc_device()
158 struct vdpa_device *vdev; in __vdpa_alloc_device()
213 struct vdpa_device *vdev = container_of(dev, struct vdpa_device, dev); in vdpa_name_match()
218 static int __vdpa_register_device(struct vdpa_device *vdev, u32 nvqs) in __vdpa_register_device()
243 int _vdpa_register_device(struct vdpa_device *vdev, u32 nvqs) in _vdpa_register_device()
260 int vdpa_register_device(struct vdpa_device *vdev, u32 nvqs) in vdpa_register_device()
277 void _vdpa_unregister_device(struct vdpa_device *vdev) in _vdpa_unregister_device()
289 void vdpa_unregister_device(struct vdpa_device *vdev) in vdpa_unregister_device()
347 struct vdpa_device *vdev = container_of(dev, struct vdpa_device, dev); in vdpa_match_remove()
368 static void vdpa_get_config_unlocked(struct vdpa_device *vdev, in vdpa_get_config_unlocked()
390 void vdpa_get_config(struct vdpa_device *vdev, unsigned int offset, in vdpa_get_config()
406 void vdpa_set_config(struct vdpa_device *vdev, unsigned int offset, in vdpa_set_config()
641 struct vdpa_device *vdev; in vdpa_nl_cmd_dev_del_set_doit()
657 vdev = container_of(dev, struct vdpa_device, dev); in vdpa_nl_cmd_dev_del_set_doit()
673 vdpa_dev_fill(struct vdpa_device *vdev, struct sk_buff *msg, u32 portid, u32 seq, in vdpa_dev_fill()
721 struct vdpa_device *vdev; in vdpa_nl_cmd_dev_get_doit()
741 vdev = container_of(dev, struct vdpa_device, dev); in vdpa_nl_cmd_dev_get_doit()
772 struct vdpa_device *vdev = container_of(dev, struct vdpa_device, dev); in vdpa_dev_dump()
844 static int vdpa_dev_net_config_fill(struct vdpa_device *vdev, struct sk_buff *msg) in vdpa_dev_net_config_fill()
872 vdpa_dev_config_fill(struct vdpa_device *vdev, struct sk_buff *msg, u32 portid, u32 seq, in vdpa_dev_config_fill()
933 static int vdpa_fill_stats_rec(struct vdpa_device *vdev, struct sk_buff *msg, in vdpa_fill_stats_rec()
968 static int vendor_stats_fill(struct vdpa_device *vdev, struct sk_buff *msg, in vendor_stats_fill()
985 static int vdpa_dev_vendor_stats_fill(struct vdpa_device *vdev, in vdpa_dev_vendor_stats_fill()
1037 struct vdpa_device *vdev; in vdpa_nl_cmd_dev_config_get_doit()
1057 vdev = container_of(dev, struct vdpa_device, dev); in vdpa_nl_cmd_dev_config_get_doit()
1079 struct vdpa_device *vdev = container_of(dev, struct vdpa_device, dev); in vdpa_dev_config_dump()
1119 struct vdpa_device *vdev; in vdpa_nl_cmd_dev_stats_get_doit()
1145 vdev = container_of(dev, struct vdpa_device, dev); in vdpa_nl_cmd_dev_stats_get_doit()