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

  /src/sys/dev/ic/
iha.c 215 static int iha_msgout(struct iha_softc *, uint8_t);
1684 if (iha_msgout(sc, MSG_NOOP) == -1)
1736 if (iha_msgout(sc, MSG_INITIATOR_DET_ERR) == -1)
1741 if (iha_msgout(sc, MSG_NOOP) == -1)
1887 if ((iha_msgout(sc, MSG_NOOP)) == -1)
2464 iha_msgout(struct iha_softc *sc, uint8_t msg) function in typeref:typename:int
2484 if (iha_msgout(sc, aborttype) != -1)
2501 return (iha_msgout(sc, MSG_MESSAGE_REJECT));
iha.c 215 static int iha_msgout(struct iha_softc *, uint8_t);
1684 if (iha_msgout(sc, MSG_NOOP) == -1)
1736 if (iha_msgout(sc, MSG_INITIATOR_DET_ERR) == -1)
1741 if (iha_msgout(sc, MSG_NOOP) == -1)
1887 if ((iha_msgout(sc, MSG_NOOP)) == -1)
2464 iha_msgout(struct iha_softc *sc, uint8_t msg) function in typeref:typename:int
2484 if (iha_msgout(sc, aborttype) != -1)
2501 return (iha_msgout(sc, MSG_MESSAGE_REJECT));

Completed in 70 milliseconds