Lines Matching refs:timetosend
1076 new_send->timetosend = jiffies; in i40iw_schedule_cm_timer()
1082 new_send->timetosend += (HZ / 10); in i40iw_schedule_cm_timer()
1096 new_send->timetosend = jiffies + I40IW_RETRY_TIMEOUT; in i40iw_schedule_cm_timer()
1112 cm_core->tcp_timer.expires = new_send->timetosend; in i40iw_schedule_cm_timer()
1220 unsigned long timetosend; in i40iw_cm_timer_tick() local
1239 if (time_after(close_entry->timetosend, jiffies)) { in i40iw_cm_timer_tick()
1240 if (nexttimeout > close_entry->timetosend || in i40iw_cm_timer_tick()
1242 nexttimeout = close_entry->timetosend; in i40iw_cm_timer_tick()
1255 if (time_after(send_entry->timetosend, jiffies)) { in i40iw_cm_timer_tick()
1257 if ((nexttimeout > send_entry->timetosend) || in i40iw_cm_timer_tick()
1259 nexttimeout = send_entry->timetosend; in i40iw_cm_timer_tick()
1295 timetosend = (I40IW_RETRY_TIMEOUT << in i40iw_cm_timer_tick()
1299 send_entry->timetosend = jiffies + in i40iw_cm_timer_tick()
1300 min(timetosend, I40IW_MAX_TIMEOUT); in i40iw_cm_timer_tick()
1301 if (nexttimeout > send_entry->timetosend || !settimer) { in i40iw_cm_timer_tick()
1302 nexttimeout = send_entry->timetosend; in i40iw_cm_timer_tick()