PACE_TMR_TLP
#define PACE_TMR_MASK (PACE_TMR_KEEP|PACE_TMR_PERSIT|PACE_TMR_RXT|PACE_TMR_TLP|PACE_TMR_RACK|PACE_TMR_DELACK)
((tmr_up == PACE_TMR_TLP) ||
(tmr_up == PACE_TMR_TLP) ||
bbr->r_ctl.rc_hpts_flags &= ~PACE_TMR_TLP;
} else if (timers & PACE_TMR_TLP) {
bbr->r_ctl.rc_hpts_flags |= PACE_TMR_TLP;
(bbr->r_ctl.rc_hpts_flags & (PACE_TMR_TLP|PACE_TMR_RXT))) {
(bbr->r_ctl.rc_hpts_flags & PACE_TMR_TLP) ||
(rack->r_ctl.rc_hpts_flags & PACE_TMR_TLP) ||
((tmr_up == PACE_TMR_TLP) ||
rack->r_ctl.rc_hpts_flags |= PACE_TMR_TLP;
(rack->r_ctl.rc_hpts_flags & (PACE_TMR_TLP|PACE_TMR_RXT))) {
rack->r_ctl.rc_hpts_flags &= ~PACE_TMR_TLP;
rack->r_ctl.rc_hpts_flags &= ~PACE_TMR_TLP;
} else if (timers & PACE_TMR_TLP) {