Searched defs:mdev_state (Results 1 – 1 of 1) sorted by relevance
133 struct mdev_state { struct134 int irq_fd;135 struct eventfd_ctx *intx_evtfd;136 struct eventfd_ctx *msi_evtfd;137 int irq_index;138 u8 *vconfig;162 static struct mdev_state *find_mdev_state_by_uuid(uuid_le uuid) in find_mdev_state_by_uuid() argument188 static void mtty_create_config_space(struct mdev_state *mdev_state) in mtty_create_config_space()252 static void handle_pci_cfg_write(struct mdev_state *mdev_state, u16 offset, in handle_pci_cfg_write()306 static void handle_bar_write(unsigned int index, struct mdev_state *mdev_state, in handle_bar_write()[all …]