Searched refs:ASYNC_ARRESP_ACK_ERROR (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_async.c51 * ASYNC_ARRESP_ACK_ERROR is or'd into the error status when we get an ACK error
55 #define ASYNC_ARRESP_ACK_ERROR 0x8000 macro
847 * ACK/EVT's from the responses (ASYNC_ARRESP_ACK_ERROR).
868 case OHCI_ACK_DATA_ERROR | ASYNC_ARRESP_ACK_ERROR:
871 case OHCI_ACK_TYPE_ERROR | ASYNC_ARRESP_ACK_ERROR:
874 case OHCI_EVT_UNDERRUN | ASYNC_ARRESP_ACK_ERROR:
875 case OHCI_EVT_DATA_READ | ASYNC_ARRESP_ACK_ERROR:
876 case OHCI_EVT_TCODE_ERR | ASYNC_ARRESP_ACK_ERROR:
1319 * separate the reponses from the ACKs (ASYNC_ARRESP_ACK_ERROR). We will
1326 (*hcicmd)->ac_status = ack | ASYNC_ARRESP_ACK_ERROR;
[all...]

Completed in 58 milliseconds