Lines Matching refs:odata
677 void *odata, int olen, int flags) in uath_cmdsend() argument
712 cmd->odata = odata; in uath_cmdsend()
713 KASSERT(odata == NULL || in uath_cmdsend()
715 ("odata %p olen %u", odata, olen)); in uath_cmdsend()
727 cmd->odata = NULL; /* in case reply comes too late */ in uath_cmdsend()
744 int ilen, void *odata, int olen, int flags) in uath_cmd_read() argument
748 return uath_cmdsend(sc, code, idata, ilen, odata, olen, flags); in uath_cmd_read()
900 uath_get_status(struct uath_softc *sc, uint32_t which, void *odata, int olen) in uath_get_status() argument
906 &which, sizeof(which), odata, olen, UATH_CMD_FLAG_MAGIC); in uath_get_status()
2279 if (cmd->odata != NULL) { in uath_cmdeof()
2298 bcopy(&rp[1], cmd->odata, olen); in uath_cmdeof()
2317 if (cmd->odata != NULL) { in uath_cmdeof()
2320 bcopy(hdr+1, cmd->odata, sizeof(uint32_t)); in uath_cmdeof()