Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/vdpa/ifc/base/
H A Difcvf.c70 hw->notify_base = get_cap_addr(hw, &cap); in ifcvf_init_hw()
86 if (hw->common_cfg == NULL || hw->notify_base == NULL || in ifcvf_init_hw()
96 hw->isr, hw->notify_base, in ifcvf_init_hw()
228 hw->notify_addr[i] = (void *)((u8 *)hw->notify_base + in ifcvf_hw_enable()
H A Difcvf.h131 u16 *notify_base; member
/f-stack/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.h188 uint16_t *notify_base; member
/f-stack/dpdk/drivers/net/virtio/
H A Dvirtio_pci.c388 vq->notify_addr = (void *)((uint8_t *)hw->notify_base + in modern_setup_queue()
650 hw->notify_base = get_cfg_addr(dev, &cap); in virtio_read_caps()
664 if (hw->common_cfg == NULL || hw->notify_base == NULL || in virtio_read_caps()
676 hw->notify_base, hw->notify_off_multiplier); in virtio_read_caps()
H A Dvirtio_pci.h270 uint16_t *notify_base; member