Searched refs:timetosend (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/nes/
H A Dnes_cm.c446 /* new_send->timetosend = currenttime */
450 new_send->timetosend = jiffies;
457 new_send->timetosend += (HZ/10);
473 new_send->timetosend = jiffies + NES_RETRY_TIMEOUT;
479 new_send->timetosend = jiffies;
495 cm_core->tcp_timer.expires = new_send->timetosend;
579 unsigned long timetosend; local
602 if (time_after(recv_entry->timetosend, jiffies)) {
603 if (nexttimeout > recv_entry->timetosend ||
605 nexttimeout = recv_entry->timetosend;
[all...]
H A Dnes_cm.h133 unsigned long timetosend; /* jiffies */ member in struct:nes_timer_entry

Completed in 60 milliseconds