Home
last modified time | relevance | path

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

/openbmc/linux/drivers/vdpa/pds/
H A Dvdpa_dev.c23 return container_of(vdpa_dev, struct pds_vdpa_device, vdpa_dev); in vdpa_to_pdsv()
129 struct device *dev = &pdsv->vdpa_dev.dev; in pds_vdpa_set_vq_ready()
301 struct device *dev = &pdsv->vdpa_dev.dev; in pds_vdpa_set_driver_features()
384 struct device *dev = &pdsv->vdpa_dev.dev; in pds_vdpa_request_irqs()
449 struct device *dev = &pdsv->vdpa_dev.dev; in pds_vdpa_set_status()
509 status = pds_vdpa_get_status(vdpa_dev); in pds_vdpa_reset()
524 pds_vdpa_set_status(vdpa_dev, 0); in pds_vdpa_reset()
639 pdsv->vdpa_dev.dma_dev = dma_dev; in pds_vdpa_dev_add()
748 put_device(&pdsv->vdpa_dev.dev); in pds_vdpa_dev_add()
754 struct vdpa_device *vdpa_dev) in pds_vdpa_dev_del() argument
[all …]
H A DMakefile9 vdpa_dev.o
H A Dvdpa_dev.h34 struct vdpa_device vdpa_dev; member
/openbmc/linux/drivers/vdpa/ifcvf/
H A Difcvf_main.c367 struct ifcvf_hw *vf = vdpa_to_vf(vdpa_dev); in ifcvf_vdpa_get_device_features()
384 struct ifcvf_hw *vf = vdpa_to_vf(vdpa_dev); in ifcvf_vdpa_set_driver_features()
398 struct ifcvf_hw *vf = vdpa_to_vf(vdpa_dev); in ifcvf_vdpa_get_driver_features()
408 struct ifcvf_hw *vf = vdpa_to_vf(vdpa_dev); in ifcvf_vdpa_get_status()
419 vf = vdpa_to_vf(vdpa_dev); in ifcvf_vdpa_set_status()
439 struct ifcvf_hw *vf = vdpa_to_vf(vdpa_dev); in ifcvf_vdpa_reset()
454 struct ifcvf_hw *vf = vdpa_to_vf(vdpa_dev); in ifcvf_vdpa_get_vq_num_max()
462 struct ifcvf_hw *vf = vdpa_to_vf(vdpa_dev); in ifcvf_vdpa_get_vq_state()
683 struct vdpa_device *vdpa_dev; in ifcvf_vdpa_dev_add() local
704 vdpa_dev = &adapter->vdpa; in ifcvf_vdpa_dev_add()
[all …]
/openbmc/linux/drivers/vdpa/
H A Dvdpa.c116 __ATTRIBUTE_GROUPS(vdpa_dev);