Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/wi/
H A Dif_wi.c150 static int wi_cmd(struct wi_softc *, int, int, int, int);
603 wi_cmd(sc, WI_CMD_ENABLE | sc->sc_portnum, 0, 0, 0); in wi_enable()
676 wi_cmd(sc, WI_CMD_DISABLE | sc->sc_portnum, 0, 0, 0); in wi_stop()
738 wi_cmd(sc, WI_CMD_DISABLE | WI_PORT0, 0, 0, 0); in wi_scan_start()
739 wi_cmd(sc, WI_CMD_ENABLE | WI_PORT0, 0, 0, 0); in wi_scan_start()
757 wi_cmd(sc, WI_CMD_DISABLE | WI_PORT0, 0, 0, 0); in wi_scan_end()
758 wi_cmd(sc, WI_CMD_ENABLE | WI_PORT0, 0, 0, 0); in wi_scan_end()
1023 if (wi_cmd(sc, WI_CMD_TX | WI_RECLAIM, fid, 0, 0)) { in wi_start_tx()
1109 error = wi_cmd(sc, WI_CMD_INI, 0, 0, 0); in wi_reset()
1422 if (wi_cmd(sc, WI_CMD_TX | WI_RECLAIM, sc->sc_txd[cur].d_fid, in wi_tx_intr()
[all …]