Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/nes/
Dnes_cm.c847 unsigned long nexttimeout = jiffies + NES_LONG_TIME; in nes_cm_timer_tick() local
879 if (nexttimeout > recv_entry->timetosend || in nes_cm_timer_tick()
881 nexttimeout = recv_entry->timetosend; in nes_cm_timer_tick()
896 if ((nexttimeout > in nes_cm_timer_tick()
899 nexttimeout = in nes_cm_timer_tick()
949 nexttimeout = jiffies + NES_SHORT_TIME; in nes_cm_timer_tick()
966 if (nexttimeout > send_entry->timetosend || in nes_cm_timer_tick()
968 nexttimeout = send_entry->timetosend; in nes_cm_timer_tick()
990 mod_timer(&cm_core->tcp_timer, nexttimeout); in nes_cm_timer_tick()
/Linux-v4.19/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()