Searched refs:txblock (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/uath/
H A Duath.c758 struct uath_fwblock txblock; local
791 /* bzero(txblock, sizeof (struct uath_fwblock)); */
792 txblock.flags = BE_32(UATH_WRITE_BLOCK);
793 txblock.total = BE_32(fw_size);
798 txblock.remain = BE_32(len - mlen);
799 txblock.len = BE_32(mlen);
808 err = uath_fw_send(sc, sc->tx_cmd_pipe, &txblock,

Completed in 49 milliseconds