Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/usb/
H A Dif_uath.c1111 struct uath_tx_cmd *txcmd = &sc->tx_cmd[hdr->priv]; in uath_cmd_rxeof() local
1113 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()