Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/ic/
Diha.c1767 switch (iha_wait(sc, iot, ioh, MSG_ACCEPT)) {
1787 return (iha_wait(sc, iot, ioh, MSG_ACCEPT));
1794 return (iha_wait(sc, iot, ioh, MSG_ACCEPT));
1907 switch (iha_wait(sc, iot, ioh, MSG_ACCEPT)) {
1924 switch (iha_wait(sc, iot, ioh, MSG_ACCEPT)) {
1952 if (iha_wait(sc, iot, ioh, MSG_ACCEPT) == -1)
1980 if (iha_wait(sc, iot, ioh, MSG_ACCEPT) != -1)
1987 phase = iha_wait(sc, iot, ioh, MSG_ACCEPT);
1995 phase = iha_wait(sc, iot, ioh, MSG_ACCEPT);
2006 phase = iha_wait(sc, iot, ioh, MSG_ACCEPT);
[all …]
Diha.h351 #define MSG_ACCEPT 0x0F /* Message Accept */ macro