Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mwl/
H A Dmwl.c224 static int mwlWaitForCmdComplete(struct mwl_softc *, uint16_t);
1165 if (!mwlWaitForCmdComplete(sc, 0x8000 | cmd)) { in mwlExecuteCmd()
1185 mwlWaitForCmdComplete(struct mwl_softc *sc, uint16_t cmdCode) in mwlWaitForCmdComplete() function