Home
last modified time | relevance | path

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

/linux/drivers/vdpa/ifcvf/
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()
467 struct ifcvf_hw *vf = vdpa_to_vf(vdpa_dev); in ifcvf_vdpa_get_vq_state()
698 struct vdpa_device *vdpa_dev; in ifcvf_vdpa_dev_add() local
719 vdpa_dev = &adapter->vdpa; in ifcvf_vdpa_dev_add()
[all …]
/linux/drivers/vdpa/pds/
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()
455 struct device *dev = &pdsv->vdpa_dev.dev; in pds_vdpa_set_status()
515 status = pds_vdpa_get_status(vdpa_dev); in pds_vdpa_reset()
530 pds_vdpa_set_status(vdpa_dev, 0); in pds_vdpa_reset()
646 pdsv->vdpa_dev.dma_dev = dma_dev; in pds_vdpa_dev_add()
762 put_device(&pdsv->vdpa_dev.dev); in pds_vdpa_dev_add()
768 struct vdpa_device *vdpa_dev) in pds_vdpa_dev_del() argument
[all …]
A DMakefile9 vdpa_dev.o
A Dvdpa_dev.h34 struct vdpa_device vdpa_dev; member
/linux/drivers/vdpa/octeon_ep/
A Doctep_vdpa_main.c109 struct octep_hw *oct_hw = vdpa_to_octep_hw(vdpa_dev); in octep_vdpa_get_device_features()
116 struct octep_hw *oct_hw = vdpa_to_octep_hw(vdpa_dev); in octep_vdpa_set_driver_features()
136 struct octep_hw *oct_hw = vdpa_to_octep_hw(vdpa_dev); in octep_vdpa_get_driver_features()
143 struct octep_hw *oct_hw = vdpa_to_octep_hw(vdpa_dev); in octep_vdpa_get_status()
150 struct octep_hw *oct_hw = vdpa_to_octep_hw(vdpa_dev); in octep_vdpa_set_status()
168 struct octep_hw *oct_hw = vdpa_to_octep_hw(vdpa_dev); in octep_vdpa_reset()
470 struct vdpa_device *vdpa_dev; in octep_vdpa_dev_add() local
486 vdpa_dev = &oct_vdpa->vdpa; in octep_vdpa_dev_add()
511 ret = dev_set_name(&vdpa_dev->dev, "%s", name); in octep_vdpa_dev_add()
513 ret = dev_set_name(&vdpa_dev->dev, "vdpa%u", vdpa_dev->index); in octep_vdpa_dev_add()
[all …]
/linux/drivers/vdpa/
A Dvdpa.c116 __ATTRIBUTE_GROUPS(vdpa_dev);

Completed in 18 milliseconds