Searched refs:txcmd (Results 1 – 1 of 1) sorted by relevance
1111 struct uath_tx_cmd *txcmd = &sc->tx_cmd[hdr->priv]; in uath_cmd_rxeof() local1113 if (txcmd->odata != NULL) { in uath_cmd_rxeof()1115 bcopy((uint8_t *)(hdr + 1), txcmd->odata, in uath_cmd_rxeof()1118 wakeup(txcmd); /* wake up caller */ in uath_cmd_rxeof()