Searched defs:intrq (Results 1 – 18 of 18) sorted by relevance
42 struct intrq { struct44 struct evcnt iq_ev; /* event counter */45 uint32_t iq_levels; /* IPL_*'s this IRQ has */46 char iq_name[IRQNAMESIZE]; /* interrupt name */47 int iq_type; /* interrupt request type: */53 volatile int iq_busy; /* set if irq is busy */
65 struct intrq intrq[NIRQ]; variable
47 struct intrq { struct49 struct evcnt iq_ev; /* event counter */50 uint32_t iq_vic1_mask; /* VIC1 IRQs to mask while handling */51 uint32_t iq_vic2_mask; /* VIC2 IRQs to mask while handling */52 uint32_t iq_levels; /* IPL_*'s this IRQ has */53 char iq_name[IRQNAMESIZE]; /* interrupt name */54 int iq_ist; /* share type */
57 struct intrq intrq[NIRQ]; variable
69 struct intrq { struct71 struct evcnt iq_ev; /* event counter */72 int iq_mask; /* IRQs to mask while handling */73 int iq_levels; /* IPL_*'s this IRQ has */74 int iq_ist; /* share type */75 char iq_name[IRQNAMESIZE]; /* interrupt name */
66 struct intrq intrq[NIRQ]; variable
69 struct intrq { struct71 struct evcnt iq_ev; /* event counter */72 uint32_t iq_mask; /* IRQs to mask while handling */73 uint32_t iq_pci_mask; /* PCI IRQs to mask while handling */74 uint32_t iq_levels; /* IPL_*'s this IRQ has */75 char iq_name[IRQNAMESIZE]; /* interrupt name */76 int iq_ist; /* share type */
60 struct intrq intrq[NIRQ]; variable
200 struct intrq { struct202 struct evcnt iq_ev; /* event counter */203 int iq_mask; /* IRQs to mask while handling */204 int iq_levels; /* IPL_*'s this IRQ has */205 int iq_ist; /* share type */206 int iq_ipl; /* max ipl */207 char iq_name[IRQNAMESIZE]; /* interrupt name */
57 struct intrq { struct59 struct evcnt iq_ev; /* event counter */60 int iq_mask; /* IRQs to mask while handling */61 int iq_levels; /* IPL_*'s this IRQ has */62 int iq_ist; /* share type */
108 struct intrq { struct110 struct evcnt iq_ev; /* event counter */111 uint32_t iq_mask; /* IRQs to mask while handling */112 uint32_t iq_pci_mask; /* PCI IRQs to mask while handling */113 uint32_t iq_levels; /* IPL_*'s this IRQ has */114 char iq_name[IRQNAMESIZE]; /* interrupt name */115 int iq_ist; /* share type */
59 struct intrq { struct61 struct evcnt iq_ev; /* event counter */62 int iq_ist; /* share type */
64 struct intrq intrq[NIRQ]; variable
88 struct intrq intrq[NIRQ]; variable
96 struct intrq { struct98 struct evcnt iq_ev; /* event counter */99 int iq_mask; /* IRQs to mask while handling */100 int iq_levels; /* IPL_*'s this IRQ has */101 int iq_ist; /* share type */
58 struct intrq intrq[NIRQ]; variable
768 struct ifqueue intrq, *ifq = &intrq; in print_softintrq() local