Lines Matching defs:dev

36 static MSIMessage msix_prepare_message(PCIDevice *dev, unsigned vector)  in msix_prepare_message()
46 MSIMessage msix_get_message(PCIDevice *dev, unsigned vector) in msix_get_message()
55 void msix_set_message(PCIDevice *dev, int vector, struct MSIMessage msg) in msix_set_message()
69 static uint8_t *msix_pending_byte(PCIDevice *dev, int vector) in msix_pending_byte()
74 static int msix_is_pending(PCIDevice *dev, int vector) in msix_is_pending()
79 void msix_set_pending(PCIDevice *dev, unsigned int vector) in msix_set_pending()
84 void msix_clr_pending(PCIDevice *dev, int vector) in msix_clr_pending()
89 static bool msix_vector_masked(PCIDevice *dev, unsigned int vector, bool fmask) in msix_vector_masked()
102 bool msix_is_masked(PCIDevice *dev, unsigned int vector) in msix_is_masked()
107 static void msix_fire_vector_notifier(PCIDevice *dev, in msix_fire_vector_notifier()
125 static void msix_handle_mask_update(PCIDevice *dev, int vector, bool was_masked) in msix_handle_mask_update()
148 void msix_set_mask(PCIDevice *dev, int vector, bool mask) in msix_set_mask()
168 static bool msix_masked(PCIDevice *dev) in msix_masked()
173 static void msix_update_function_masked(PCIDevice *dev) in msix_update_function_masked()
179 void msix_write_config(PCIDevice *dev, uint32_t addr, in msix_write_config()
214 PCIDevice *dev = opaque; in msix_table_mmio_read() local
223 PCIDevice *dev = opaque; in msix_table_mmio_write() local
250 PCIDevice *dev = opaque; in msix_pba_mmio_read() local
278 static void msix_mask_all(struct PCIDevice *dev, unsigned nentries) in msix_mask_all()
312 int msix_init(struct PCIDevice *dev, unsigned short nentries, in msix_init()
386 int msix_init_exclusive_bar(PCIDevice *dev, unsigned short nentries, in msix_init_exclusive_bar()
430 static void msix_free_irq_entries(PCIDevice *dev) in msix_free_irq_entries()
440 static void msix_clear_all_vectors(PCIDevice *dev) in msix_clear_all_vectors()
450 void msix_uninit(PCIDevice *dev, MemoryRegion *table_bar, MemoryRegion *pba_bar) in msix_uninit()
471 void msix_uninit_exclusive_bar(PCIDevice *dev) in msix_uninit_exclusive_bar()
478 void msix_save(PCIDevice *dev, QEMUFile *f) in msix_save()
491 void msix_load(PCIDevice *dev, QEMUFile *f) in msix_load()
511 int msix_present(PCIDevice *dev) in msix_present()
517 int msix_enabled(PCIDevice *dev) in msix_enabled()
525 void msix_notify(PCIDevice *dev, unsigned vector) in msix_notify()
545 void msix_reset(PCIDevice *dev) in msix_reset()
567 void msix_vector_use(PCIDevice *dev, unsigned vector) in msix_vector_use()
574 void msix_vector_unuse(PCIDevice *dev, unsigned vector) in msix_vector_unuse()
586 void msix_unuse_all_vectors(PCIDevice *dev) in msix_unuse_all_vectors()
594 unsigned int msix_nr_vectors_allocated(const PCIDevice *dev) in msix_nr_vectors_allocated()
599 static int msix_set_notifier_for_vector(PCIDevice *dev, unsigned int vector) in msix_set_notifier_for_vector()
610 static void msix_unset_notifier_for_vector(PCIDevice *dev, unsigned int vector) in msix_unset_notifier_for_vector()
618 int msix_set_vector_notifiers(PCIDevice *dev, in msix_set_vector_notifiers()
655 void msix_unset_vector_notifiers(PCIDevice *dev) in msix_unset_vector_notifiers()