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
862 (!sel_time || time_before(sel_time, fcf->time))) in fcoe_ctlr_age_fcfs()
863 sel_time = fcf->time; in fcoe_ctlr_age_fcfs()
872 if (sel_time && !fip->sel_fcf && !fip->sel_time) { in fcoe_ctlr_age_fcfs()
873 sel_time += msecs_to_jiffies(FCOE_CTLR_START_DELAY); in fcoe_ctlr_age_fcfs()
874 fip->sel_time = sel_time; in fcoe_ctlr_age_fcfs()
1116 if (mtu_valid && !fip->sel_fcf && !fip->sel_time && in fcoe_ctlr_recv_adv()
1118 fip->sel_time = jiffies + in fcoe_ctlr_recv_adv()
1121 time_before(fip->sel_time, fip->timer.expires)) in fcoe_ctlr_recv_adv()
1122 mod_timer(&fip->timer, fip->sel_time); in fcoe_ctlr_recv_adv()
1813 if (!sel && fip->sel_time) { in fcoe_ctlr_timer_work()
1814 if (time_after_eq(jiffies, fip->sel_time)) { in fcoe_ctlr_timer_work()
1816 fip->sel_time = 0; in fcoe_ctlr_timer_work()
1817 } else if (time_after(next_timer, fip->sel_time)) in fcoe_ctlr_timer_work()
1818 next_timer = fip->sel_time; in fcoe_ctlr_timer_work()