Searched defs:irq_fd (Results 1 – 3 of 3) sorted by relevance
12 struct irq_fd { struct13 struct irq_fd *next; argument14 void *id;15 int fd;16 int type;17 int irq;18 int events;19 bool active;20 bool pending;21 bool purge;
205 struct ocxl_ioctl_irq_fd irq_fd; in afu_ioctl() local
130 int irq_fd; member