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

  /src/sys/dev/ic/
wi.c 200 STATIC int wi_cmd_start(struct wi_softc *, int, int, int, int);
1932 if (wi_cmd_start(sc, WI_CMD_TX | WI_RECLAIM, fid, 0, 0)) {
2773 wi_cmd_start(struct wi_softc *sc, int cmd, int val0, int val1, int val2) function in typeref:typename:STATIC int
2829 if ((rc = wi_cmd_start(sc, cmd, val0, val1, val2)) != 0)

Completed in 13 milliseconds