Searched refs:wi_cmd (Results 1 – 2 of 2) sorted by relevance
/openbsd/sys/dev/ic/ |
H A D | if_wi.c | 983 if ((error = wi_cmd(sc, WI_CMD_INI, 0, 0, 0)) == 0) in wi_reset() 1349 if (wi_cmd(sc, WI_CMD_ALLOC_MEM, len, 0, 0)) { in wi_alloc_nicmem_io() 1663 wi_cmd(sc, WI_CMD_INQUIRE, in wi_ioctl() 1844 wi_cmd(sc, WI_CMD_INQUIRE, in wi_ioctl() 2468 if (wi_cmd(sc, WI_CMD_TX|WI_RECLAIM, id, 0, 0)) in wi_start() 2502 if (wi_cmd(sc, WI_CMD_TX|WI_RECLAIM, id, 0, 0)) { in wi_mgmt_xmit() 2534 wi_cmd(sc, WI_CMD_DISABLE|sc->wi_portnum, 0, 0, 0); in wi_stop() 2973 if ((error = wi_cmd(sc, cmd, alc, 0x8, 0)) != 0) in wi_set_txpower() 2995 if ((error = wi_cmd(sc, cmd, in wi_set_txpower() 3019 if ((error = wi_cmd(sc, cmd, in wi_get_txpower() [all …]
|
H A D | if_wivar.h | 119 #define wi_cmd sc->sc_funcs->f_cmd macro
|