Searched refs:command_and_wait (Results 1 – 1 of 1) sorted by relevance
| /trueos/sys/dev/ie/ |
| HD | if_ie.c | 181 static int command_and_wait (struct ie_softc *, 450 command_and_wait(sc, IE_RU_START, 0, 0); in ierint() 529 command_and_wait(sc, IE_RU_START, 0, 0); in iernr() 532 command_and_wait(sc, IE_RU_DISABLE, 0, 0); /* just in case */ in iernr() 536 command_and_wait(sc, IE_RU_START, 0, 0); /* was ENABLE */ in iernr() 1002 command_and_wait(sc, IE_CU_START, 0, 0); in iestart_locked() 1158 if (command_and_wait(sc, IE_RU_ABORT | IE_CU_ABORT, 0, 0)) in iereset() 1161 if (command_and_wait(sc, IE_RU_DISABLE | IE_CU_STOP, 0, 0)) in iereset() 1185 command_and_wait(struct ie_softc *sc, int cmd, volatile void *pcmd, int mask) in command_and_wait() function 1241 if (command_and_wait(sc, IE_CU_START, cmd, IE_STAT_COMPL)) in run_tdr() [all …]
|