Searched refs:rxblock (Results 1 – 1 of 1) sorted by relevance
1970 struct uath_fwblock *txblock, *rxblock; in uath_loadfirmware() local2008 rxblock = usbd_alloc_buffer(rxxfer, sizeof (struct uath_fwblock)); in uath_loadfirmware()2009 if (rxblock == NULL) { in uath_loadfirmware()2051 usbd_setup_xfer(rxxfer, sc->cmd_rx_pipe, sc, rxblock, in uath_loadfirmware()2061 betoh32(rxblock->flags), betoh32(rxblock->rxtotal))); in uath_loadfirmware()