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

  /src/sys/arch/sun3/dev/
if_ie.c 181 static int cmd_and_wait(struct ie_softc *, int, void *, int);
275 cmd_and_wait(sc, scb->ie_status & mask, 0, 0);
564 cmd_and_wait(sc, IE_RU_START, 0, 0);
740 cmd_and_wait(sc, IE_CU_START, 0, 0);
1019 if (cmd_and_wait(sc, IE_RU_ABORT | IE_CU_ABORT, 0, 0))
1023 if (cmd_and_wait(sc, IE_RU_DISABLE | IE_CU_STOP, 0, 0))
1042 cmd_and_wait(struct ie_softc *sc, int cmd, void *pcmd, int mask) function in typeref:typename:int
1057 printf("%s: cmd_and_wait, CU stuck (1)\n",
1086 printf("%s: cmd_and_wait, CU stuck (2)\n",
1110 if (cmd_and_wait(sc, IE_CU_START, cmd, IE_STAT_COMPL) |
    [all...]
if_ie.c 181 static int cmd_and_wait(struct ie_softc *, int, void *, int);
275 cmd_and_wait(sc, scb->ie_status & mask, 0, 0);
564 cmd_and_wait(sc, IE_RU_START, 0, 0);
740 cmd_and_wait(sc, IE_CU_START, 0, 0);
1019 if (cmd_and_wait(sc, IE_RU_ABORT | IE_CU_ABORT, 0, 0))
1023 if (cmd_and_wait(sc, IE_RU_DISABLE | IE_CU_STOP, 0, 0))
1042 cmd_and_wait(struct ie_softc *sc, int cmd, void *pcmd, int mask) function in typeref:typename:int
1057 printf("%s: cmd_and_wait, CU stuck (1)\n",
1086 printf("%s: cmd_and_wait, CU stuck (2)\n",
1110 if (cmd_and_wait(sc, IE_CU_START, cmd, IE_STAT_COMPL) |
    [all...]
if_ie.c 181 static int cmd_and_wait(struct ie_softc *, int, void *, int);
275 cmd_and_wait(sc, scb->ie_status & mask, 0, 0);
564 cmd_and_wait(sc, IE_RU_START, 0, 0);
740 cmd_and_wait(sc, IE_CU_START, 0, 0);
1019 if (cmd_and_wait(sc, IE_RU_ABORT | IE_CU_ABORT, 0, 0))
1023 if (cmd_and_wait(sc, IE_RU_DISABLE | IE_CU_STOP, 0, 0))
1042 cmd_and_wait(struct ie_softc *sc, int cmd, void *pcmd, int mask) function in typeref:typename:int
1057 printf("%s: cmd_and_wait, CU stuck (1)\n",
1086 printf("%s: cmd_and_wait, CU stuck (2)\n",
1110 if (cmd_and_wait(sc, IE_CU_START, cmd, IE_STAT_COMPL) |
    [all...]
if_ie.c 181 static int cmd_and_wait(struct ie_softc *, int, void *, int);
275 cmd_and_wait(sc, scb->ie_status & mask, 0, 0);
564 cmd_and_wait(sc, IE_RU_START, 0, 0);
740 cmd_and_wait(sc, IE_CU_START, 0, 0);
1019 if (cmd_and_wait(sc, IE_RU_ABORT | IE_CU_ABORT, 0, 0))
1023 if (cmd_and_wait(sc, IE_RU_DISABLE | IE_CU_STOP, 0, 0))
1042 cmd_and_wait(struct ie_softc *sc, int cmd, void *pcmd, int mask) function in typeref:typename:int
1057 printf("%s: cmd_and_wait, CU stuck (1)\n",
1086 printf("%s: cmd_and_wait, CU stuck (2)\n",
1110 if (cmd_and_wait(sc, IE_CU_START, cmd, IE_STAT_COMPL) |
    [all...]

Completed in 43 milliseconds