Searched refs:txblock (Results 1 – 1 of 1) sorted by relevance
758 struct uath_fwblock txblock; in uath_loadfirmware() local792 txblock.flags = BE_32(UATH_WRITE_BLOCK); in uath_loadfirmware()793 txblock.total = BE_32(fw_size); in uath_loadfirmware()798 txblock.remain = BE_32(len - mlen); in uath_loadfirmware()799 txblock.len = BE_32(mlen); in uath_loadfirmware()808 err = uath_fw_send(sc, sc->tx_cmd_pipe, &txblock, in uath_loadfirmware()