Searched refs:OHCI_ACK_COMPLETE (Results 1 – 2 of 2) sorted by relevance
596 case OHCI_ACK_COMPLETE: in hci1394_async_atreq_process()1122 case OHCI_ACK_COMPLETE: in hci1394_async_atresp_process()1324 if (ack != OHCI_ACK_COMPLETE) { in hci1394_async_arresp_read()1832 if ((hcicmd->ac_status != OHCI_ACK_COMPLETE) && in hci1394_async_arreq_read_qrd()1911 if ((hcicmd->ac_status != OHCI_ACK_COMPLETE) && in hci1394_async_arreq_read_qwr()1993 if ((hcicmd->ac_status != OHCI_ACK_COMPLETE) && in hci1394_async_arreq_read_brd()2091 if ((hcicmd->ac_status != OHCI_ACK_COMPLETE) && in hci1394_async_arreq_read_bwr()2211 if ((hcicmd->ac_status != OHCI_ACK_COMPLETE) && in hci1394_async_arreq_read_lck()
110 #define OHCI_ACK_COMPLETE 0x11 macro