Searched refs:MALO_CMD_BUFFER_SIZE (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/sys/dev/pcmcia/ |
| D | if_malo.c | 305 sc->sc_cmd = malloc(MALO_CMD_BUFFER_SIZE, M_DEVBUF, M_NOWAIT); in cmalo_attach() 1223 bzero(sc->sc_cmd, MALO_CMD_BUFFER_SIZE); in cmalo_cmd_get_hwspec() 1268 bzero(sc->sc_cmd, MALO_CMD_BUFFER_SIZE); in cmalo_cmd_set_reset() 1299 bzero(sc->sc_cmd, MALO_CMD_BUFFER_SIZE); in cmalo_cmd_set_scan() 1447 bzero(sc->sc_cmd, MALO_CMD_BUFFER_SIZE); in cmalo_cmd_set_auth() 1477 bzero(sc->sc_cmd, MALO_CMD_BUFFER_SIZE); in cmalo_cmd_set_wep() 1535 bzero(sc->sc_cmd, MALO_CMD_BUFFER_SIZE); in cmalo_cmd_set_snmp() 1588 bzero(sc->sc_cmd, MALO_CMD_BUFFER_SIZE); in cmalo_cmd_set_radio() 1621 bzero(sc->sc_cmd, MALO_CMD_BUFFER_SIZE); in cmalo_cmd_set_channel() 1651 bzero(sc->sc_cmd, MALO_CMD_BUFFER_SIZE); in cmalo_cmd_set_txpower() [all …]
|
| D | if_malovar.h | 39 #define MALO_CMD_BUFFER_SIZE 256 /* cmd buffer */ macro
|