MSG_EXT_PPR_RD_STRM
if ((ppr_options & MSG_EXT_PPR_RD_STRM) != 0) {
tinfo->user.ppr_options = MSG_EXT_PPR_RD_STRM
user_tinfo->ppr_options |= MSG_EXT_PPR_RD_STRM
+ (spi_rd_strm(starget) ? MSG_EXT_PPR_RD_STRM : 0)
spi_rd_strm(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_RD_STRM ? 1 : 0;
& ~MSG_EXT_PPR_RD_STRM;
ppr_options |= MSG_EXT_PPR_RD_STRM;
if ((tinfo->ppr_options & MSG_EXT_PPR_RD_STRM) != 0) {