Searched refs:notify_addr (Results 1 – 8 of 8) sorted by relevance
| /f-stack/dpdk/drivers/vdpa/ifc/base/ |
| H A D | ifcvf.c | 228 hw->notify_addr[i] = (void *)((u8 *)hw->notify_base + in ifcvf_hw_enable() 315 IFCVF_WRITE_REG16(qid, hw->notify_addr[qid]); in ifcvf_notify_queue() 327 return (u8 *)hw->notify_addr[qid] - in ifcvf_get_queue_notify_off()
|
| H A D | ifcvf.h | 132 u16 *notify_addr[IFCVF_MAX_QUEUES * 2]; member
|
| /f-stack/dpdk/drivers/crypto/virtio/ |
| H A D | virtio_pci.c | 188 vq->notify_addr = (void *)((uint8_t *)hw->notify_base + in modern_setup_queue() 198 vq->notify_addr, notify_off); in modern_setup_queue() 222 rte_write16(vq->vq_queue_index, vq->notify_addr); in modern_notify_queue()
|
| H A D | virtqueue.h | 89 uint16_t *notify_addr; member
|
| /f-stack/dpdk/drivers/net/enic/base/ |
| H A D | vnic_dev.c | 942 void *notify_addr, dma_addr_t notify_pa, uint16_t intr) in vnic_dev_notify_setcmd() argument 948 memset(notify_addr, 0, sizeof(struct vnic_devcmd_notify)); in vnic_dev_notify_setcmd() 950 vdev->notify = notify_addr; in vnic_dev_notify_setcmd() 967 void *notify_addr = NULL; in vnic_dev_notify_set() local 979 notify_addr = vdev->alloc_consistent(vdev->priv, in vnic_dev_notify_set() 982 if (!notify_addr) in vnic_dev_notify_set() 986 return vnic_dev_notify_setcmd(vdev, notify_addr, notify_pa, intr); in vnic_dev_notify_set()
|
| H A D | vnic_dev.h | 137 void *notify_addr, dma_addr_t notify_pa, uint16_t intr);
|
| /f-stack/dpdk/drivers/net/virtio/ |
| H A D | virtio_pci.c | 388 vq->notify_addr = (void *)((uint8_t *)hw->notify_base + in modern_setup_queue() 398 vq->notify_addr, notify_off); in modern_setup_queue() 424 rte_write16(vq->vq_queue_index, vq->notify_addr); in modern_notify_queue() 446 rte_write32(notify_data, vq->notify_addr); in modern_notify_queue()
|
| H A D | virtqueue.h | 288 uint16_t *notify_addr; member
|