Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Dmalo.c467 sc->sc_cookie = sc->sc_cmd_mem; in malo_alloc_cmd()
469 sc->sc_cmd_mem = (caddr_t)sc->sc_cmd_mem + sizeof(uint32_t); in malo_alloc_cmd()
500 struct malo_cmdheader *hdr = sc->sc_cmd_mem; in malo_send_cmd_dma()
1815 hdr = sc->sc_cmd_mem; in malo_load_firmware()
2004 struct malo_cmdheader *hdr = sc->sc_cmd_mem; in malo_cmd_get_spec()
2048 struct malo_cmdheader *hdr = sc->sc_cmd_mem; in malo_cmd_set_prescan()
2064 struct malo_cmdheader *hdr = sc->sc_cmd_mem; in malo_cmd_set_postscan()
2086 struct malo_cmdheader *hdr = sc->sc_cmd_mem; in malo_cmd_set_channel()
2108 struct malo_cmdheader *hdr = sc->sc_cmd_mem; in malo_cmd_set_antenna()
2134 struct malo_cmdheader *hdr = sc->sc_cmd_mem; in malo_cmd_set_radio()
[all …]
H A Dmalo.h91 void *sc_cmd_mem; member