Searched refs:mwlWaitForCmdComplete (Results 1 – 1 of 1) sorted by relevance
220 static int mwlWaitForCmdComplete(struct mwl_softc *, uint16_t);1158 if (!mwlWaitForCmdComplete(sc, 0x8000 | cmd)) { in mwlExecuteCmd()1178 mwlWaitForCmdComplete(struct mwl_softc *sc, uint16_t cmdCode) in mwlWaitForCmdComplete() function