txblock          2028 dev/usb/if_uath.c 	struct uath_fwblock *txblock, *rxblock;
txblock          2038 dev/usb/if_uath.c 	txblock = usbd_alloc_buffer(ctlxfer, sizeof (struct uath_fwblock));
txblock          2039 dev/usb/if_uath.c 	if (txblock == NULL) {
txblock          2074 dev/usb/if_uath.c 	bzero(txblock, sizeof (struct uath_fwblock));
txblock          2075 dev/usb/if_uath.c 	txblock->flags = htobe32(UATH_WRITE_BLOCK);
txblock          2076 dev/usb/if_uath.c 	txblock->total = htobe32(len);
txblock          2081 dev/usb/if_uath.c 		txblock->remain = htobe32(len - mlen);
txblock          2082 dev/usb/if_uath.c 		txblock->len = htobe32(mlen);
txblock          2088 dev/usb/if_uath.c 		usbd_setup_xfer(ctlxfer, sc->cmd_tx_pipe, sc, txblock,