Lines Matching refs:sel_time
292 fip->sel_time = 0; in fcoe_ctlr_reset_fcfs()
832 unsigned long sel_time = 0; in fcoe_ctlr_age_fcfs() local
870 (!sel_time || time_before(sel_time, fcf->time))) in fcoe_ctlr_age_fcfs()
871 sel_time = fcf->time; in fcoe_ctlr_age_fcfs()
881 if (sel_time && !fip->sel_fcf && !fip->sel_time) { in fcoe_ctlr_age_fcfs()
882 sel_time += msecs_to_jiffies(FCOE_CTLR_START_DELAY); in fcoe_ctlr_age_fcfs()
883 fip->sel_time = sel_time; in fcoe_ctlr_age_fcfs()
1125 if (mtu_valid && !fip->sel_fcf && !fip->sel_time && in fcoe_ctlr_recv_adv()
1127 fip->sel_time = jiffies + in fcoe_ctlr_recv_adv()
1130 time_before(fip->sel_time, fip->timer.expires)) in fcoe_ctlr_recv_adv()
1131 mod_timer(&fip->timer, fip->sel_time); in fcoe_ctlr_recv_adv()
1828 if (!sel && fip->sel_time) { in fcoe_ctlr_timer_work()
1829 if (time_after_eq(jiffies, fip->sel_time)) { in fcoe_ctlr_timer_work()
1831 fip->sel_time = 0; in fcoe_ctlr_timer_work()
1832 } else if (time_after(next_timer, fip->sel_time)) in fcoe_ctlr_timer_work()
1833 next_timer = fip->sel_time; in fcoe_ctlr_timer_work()