Searched refs:notify_pa (Results 1 – 15 of 15) sorted by relevance
| /linux/drivers/net/ethernet/cisco/enic/ |
| H A D | vnic_dev.c | 809 void *notify_addr, dma_addr_t notify_pa, u16 intr) in vnic_dev_notify_setcmd() argument 817 vdev->notify_pa = notify_pa; in vnic_dev_notify_setcmd() 819 a0 = (u64)notify_pa; in vnic_dev_notify_setcmd() 831 dma_addr_t notify_pa; in vnic_dev_notify_set() local 833 if (vdev->notify || vdev->notify_pa) { in vnic_dev_notify_set() 841 ¬ify_pa, GFP_ATOMIC); in vnic_dev_notify_set() 845 return vnic_dev_notify_setcmd(vdev, notify_addr, notify_pa, intr); in vnic_dev_notify_set() 860 vdev->notify_pa = 0; in vnic_dev_notify_unsetcmd() 871 vdev->notify, vdev->notify_pa); in vnic_dev_notify_unset() 1034 vdev->notify, vdev->notify_pa); in vnic_dev_unregister()
|
| H A D | vnic_dev.h | 91 dma_addr_t notify_pa; member
|
| /linux/drivers/scsi/snic/ |
| H A D | vnic_dev.c | 44 dma_addr_t notify_pa; member 595 &vdev->notify_pa, GFP_KERNEL); in svnic_dev_notify_set() 600 a0 = vdev->notify_pa; in svnic_dev_notify_set() 684 vdev->notify_pa); in svnic_dev_unregister()
|
| /linux/drivers/vdpa/pds/ |
| H A D | vdpa_dev.h | 21 dma_addr_t notify_pa; member
|
| H A D | vdpa_dev.c | 263 area.addr = pdsv->vqs[qid].notify_pa; in pds_vdpa_get_vq_notification() 487 i, &pdsv->vqs[i].notify_pa); in pds_vdpa_set_status() 733 i, &pdsv->vqs[i].notify_pa); in pds_vdpa_dev_add()
|
| /linux/drivers/scsi/fnic/ |
| H A D | vnic_dev.c | 50 dma_addr_t notify_pa; member 765 &vdev->notify_pa, GFP_KERNEL); in vnic_dev_notify_set() 770 a0 = vdev->notify_pa; in vnic_dev_notify_set() 890 vdev->notify_pa); in vnic_dev_unregister()
|
| /linux/drivers/vdpa/virtio_pci/ |
| H A D | vp_vdpa.c | 30 resource_size_t notify_pa; member 459 notify.addr = vp_vdpa->vring[qid].notify_pa; in vp_vdpa_get_vq_notification() 562 &vp_vdpa->vring[i].notify_pa); in vp_vdpa_dev_add()
|
| /linux/drivers/vdpa/octeon_ep/ |
| H A D | octep_vdpa.h | 53 phys_addr_t notify_pa; member
|
| H A D | octep_vdpa_hw.c | 541 oct_hw->vqs[i].notify_pa = oct_hw->notify_base_pa + in octep_hw_caps_read()
|
| H A D | octep_vdpa_main.c | 355 area.addr = oct_hw->vqs[idx].notify_pa; in octep_get_vq_notification()
|
| /linux/drivers/vdpa/ifcvf/ |
| H A D | ifcvf_base.h | 47 phys_addr_t notify_pa; member
|
| H A D | ifcvf_base.c | 176 hw->vring[i].notify_pa = hw->notify_base_pa + in ifcvf_init_hw()
|
| H A D | ifcvf_main.c | 619 area.addr = vf->vring[idx].notify_pa; in ifcvf_get_vq_notification()
|
| /linux/include/linux/ |
| H A D | virtio_pci_modern.h | 37 resource_size_t notify_pa; member
|
| /linux/drivers/virtio/ |
| H A D | virtio_pci_modern_dev.c | 338 &mdev->notify_pa); in vp_modern_probe() 725 *pa = mdev->notify_pa + in vp_modern_map_vq_notify()
|