Home
last modified time | relevance | path

Searched refs:nexttimeout (Results 1 – 1 of 1) sorted by relevance

/drivers/infiniband/hw/i40iw/
Di40iw_cm.c1212 unsigned long nexttimeout = jiffies + I40IW_LONG_TIME; in i40iw_cm_timer_tick() local
1240 if (nexttimeout > close_entry->timetosend || in i40iw_cm_timer_tick()
1242 nexttimeout = close_entry->timetosend; 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()
1301 if (nexttimeout > send_entry->timetosend || !settimer) { in i40iw_cm_timer_tick()
1302 nexttimeout = send_entry->timetosend; in i40iw_cm_timer_tick()
1326 cm_core->tcp_timer.expires = nexttimeout; in i40iw_cm_timer_tick()