Home
last modified time | relevance | path

Searched refs:interrupt_event (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_isr.c200 uint32_t interrupt_event; in hci1394_isr() local
217 interrupt_event = hci1394_ohci_intr_asserted(soft_state->ohci); in hci1394_isr()
220 if (interrupt_event & OHCI_INTR_BUS_RESET) { in hci1394_isr()
224 if (interrupt_event & OHCI_INTR_SELFID_CMPLT) { in hci1394_isr()
228 if (interrupt_event & OHCI_INTR_ISOCH_TX) { in hci1394_isr()
232 if (interrupt_event & OHCI_INTR_ISOCH_RX) { in hci1394_isr()
236 if (interrupt_event & OHCI_INTR_REQ_TX_CMPLT) { in hci1394_isr()
240 if (interrupt_event & OHCI_INTR_RSPKT) { in hci1394_isr()
244 if (interrupt_event & OHCI_INTR_RQPKT) { in hci1394_isr()
248 if (interrupt_event & OHCI_INTR_RESP_TX_CMPLT) { in hci1394_isr()
[all …]