Searched refs:notify_base (Results 1 – 6 of 6) sorted by relevance
75 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()
131 u16 *notify_base; member
188 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()
189 uint16_t *notify_base; member
498 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()
111 uint16_t *notify_base; member