HomeSort by: relevance | last modified time | path
    Searched defs:iha_wait (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
iha.c 183 static int iha_wait(struct iha_softc *, uint8_t);
1008 if (iha_wait(sc, NO_OP) == -1)
1072 * iha_wait - wait for an interrupt to service or a SCSI bus phase change
1077 iha_wait(struct iha_softc *sc, uint8_t cmd) function in typeref:typename:int
1662 if (iha_wait(sc, XF_FIFO_OUT) == -1)
1815 if (iha_wait(sc, XF_FIFO_OUT) == -1)
1949 if (iha_wait(sc, XF_FIFO_OUT) == -1)
2011 switch (iha_wait(sc, XF_FIFO_IN)) {
2044 switch (iha_wait(sc, XF_FIFO_OUT)) {
2069 if ((phase = iha_wait(sc, CMD_COMP)) == -1
    [all...]
iha.c 183 static int iha_wait(struct iha_softc *, uint8_t);
1008 if (iha_wait(sc, NO_OP) == -1)
1072 * iha_wait - wait for an interrupt to service or a SCSI bus phase change
1077 iha_wait(struct iha_softc *sc, uint8_t cmd) function in typeref:typename:int
1662 if (iha_wait(sc, XF_FIFO_OUT) == -1)
1815 if (iha_wait(sc, XF_FIFO_OUT) == -1)
1949 if (iha_wait(sc, XF_FIFO_OUT) == -1)
2011 switch (iha_wait(sc, XF_FIFO_IN)) {
2044 switch (iha_wait(sc, XF_FIFO_OUT)) {
2069 if ((phase = iha_wait(sc, CMD_COMP)) == -1
    [all...]

Completed in 23 milliseconds