Lines Matching defs:notify
681 int err, common, isr, notify, device;
716 notify = virtio_pci_find_capability(pci_dev, VIRTIO_PCI_CAP_NOTIFY_CFG,
719 if (!isr || !notify) {
722 common, isr, notify);
760 notify + offsetof(struct virtio_pci_notify_cap,
763 /* Read notify length and offset from config space. */
765 notify + offsetof(struct virtio_pci_notify_cap,
770 notify + offsetof(struct virtio_pci_notify_cap,
775 * If notify length is small, map it all now.
779 vp_dev->notify_base = map_capability(pci_dev, notify, 2, 2,
785 vp_dev->notify_map_cap = notify;