Home
last modified time | relevance | path

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

/dpdk/drivers/vdpa/ifc/base/
H A Difcvf.c75 hw->notify_base = get_cap_addr(hw, &cap); in ifcvf_init_hw()
91 if (hw->common_cfg == NULL || hw->notify_base == NULL || in ifcvf_init_hw()
103 hw->common_cfg, hw->notify_base, hw->isr, hw->dev_cfg, in ifcvf_init_hw()
235 hw->notify_addr[i] = (void *)((u8 *)hw->notify_base + in ifcvf_hw_enable()
H A Difcvf.h131 u16 *notify_base; member
/dpdk/drivers/crypto/virtio/
H A Dvirtio_pci.c188 vq->notify_addr = (void *)((uint8_t *)hw->notify_base + in modern_setup_queue()
406 hw->notify_base = get_cfg_addr(dev, &cap); in virtio_read_caps()
420 if (hw->common_cfg == NULL || hw->notify_base == NULL || in virtio_read_caps()
432 hw->notify_base, hw->notify_off_multiplier); in virtio_read_caps()
H A Dvirtio_pci.h189 uint16_t *notify_base; member
/dpdk/drivers/net/virtio/
H A Dvirtio_pci.c498 vq->notify_addr = (void *)((uint8_t *)dev->notify_base + in modern_setup_queue()
718 dev->notify_base = get_cfg_addr(pci_dev, &cap); in virtio_read_caps()
732 if (dev->common_cfg == NULL || dev->notify_base == NULL || in virtio_read_caps()
744 dev->notify_base, dev->notify_off_multiplier); in virtio_read_caps()
H A Dvirtio_pci.h111 uint16_t *notify_base; member