Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/uath/
H A Duath.c758 struct uath_fwblock txblock; in uath_loadfirmware() local
792 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()