蓝天居士的博客 /* Where to read and clear interrupt */ u8 __iomem *isr; /* a list of queues so we can dispatch IRQs */ spinlock_t lock; struct list_head virtqueues; /* array of all queues for house-keeping */...
蓝天居士的博客 /* Where to read and clear interrupt */ u8 __iomem *isr; /* a list of queues so we can dispatch IRQs */ spinlock_t lock; struct list_head virtqueues; /* array of all queues for house-keeping */...