MT_ST_CAN_BSR
STp->can_bsr = (options & MT_ST_CAN_BSR) != 0;
if ((options & MT_ST_CAN_BSR) != 0)
options |= STp->can_bsr ? MT_ST_CAN_BSR : 0;