Lines Matching refs:sel_time
281 fip->sel_time = 0; in fcoe_ctlr_reset_fcfs()
825 unsigned long sel_time = 0; in fcoe_ctlr_age_fcfs() local
863 (!sel_time || time_before(sel_time, fcf->time))) in fcoe_ctlr_age_fcfs()
864 sel_time = fcf->time; in fcoe_ctlr_age_fcfs()
874 if (sel_time && !fip->sel_fcf && !fip->sel_time) { in fcoe_ctlr_age_fcfs()
875 sel_time += msecs_to_jiffies(FCOE_CTLR_START_DELAY); in fcoe_ctlr_age_fcfs()
876 fip->sel_time = sel_time; in fcoe_ctlr_age_fcfs()
1118 if (mtu_valid && !fip->sel_fcf && !fip->sel_time && in fcoe_ctlr_recv_adv()
1120 fip->sel_time = jiffies + in fcoe_ctlr_recv_adv()
1123 time_before(fip->sel_time, fip->timer.expires)) in fcoe_ctlr_recv_adv()
1124 mod_timer(&fip->timer, fip->sel_time); in fcoe_ctlr_recv_adv()
1821 if (!sel && fip->sel_time) { in fcoe_ctlr_timer_work()
1822 if (time_after_eq(jiffies, fip->sel_time)) { in fcoe_ctlr_timer_work()
1824 fip->sel_time = 0; in fcoe_ctlr_timer_work()
1825 } else if (time_after(next_timer, fip->sel_time)) in fcoe_ctlr_timer_work()
1826 next_timer = fip->sel_time; in fcoe_ctlr_timer_work()