Searched refs:txmsg (Results 1 – 1 of 1) sorted by relevance
128 struct uath_fwmsg txmsg, rxmsg; in main() local193 bzero(&txmsg, sizeof (struct uath_fwmsg)); in main()194 txmsg.flags = htobe32(UATH_WRITE_BLOCK); in main()195 txmsg.total = htobe32(len); in main()204 txmsg.remain = htobe32(len - mlen); in main()205 txmsg.len = htobe32(mlen); in main()209 if (write(msg, &txmsg, sizeof(txmsg)) != sizeof(txmsg)) { in main()