Searched refs:wi_cmd (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/sys/dev/wi/
H A Dif_wi.c150 static int wi_cmd(struct wi_softc *, int, int, int, int);
633 wi_cmd(sc, WI_CMD_ENABLE | sc->sc_portnum, 0, 0, 0);
723 wi_cmd(sc, WI_CMD_DISABLE | sc->sc_portnum, 0, 0, 0);
775 wi_cmd(sc, WI_CMD_DISABLE | WI_PORT0, 0, 0, 0);
776 wi_cmd(sc, WI_CMD_ENABLE | WI_PORT0, 0, 0, 0);
795 wi_cmd(sc, WI_CMD_DISABLE | WI_PORT0, 0, 0, 0);
796 wi_cmd(sc, WI_CMD_ENABLE | WI_PORT0, 0, 0, 0);
1062 if (wi_cmd(sc, WI_CMD_TX | WI_RECLAIM, fid, 0, 0)) {
1150 error = wi_cmd(sc, WI_CMD_INI, 0, 0, 0);
1486 if (wi_cmd(s
1815 wi_cmd(struct wi_softc *sc, int cmd, int val0, int val1, int val2) function
[all...]

Completed in 91 milliseconds