/linux-2.4.37.9/net/sctp/ |
D | endpointola.c | 103 ep->timeouts[SCTP_EVENT_TIMEOUT_NONE] = 0; in sctp_endpoint_init() 104 ep->timeouts[SCTP_EVENT_TIMEOUT_T1_COOKIE] = in sctp_endpoint_init() 106 ep->timeouts[SCTP_EVENT_TIMEOUT_T1_INIT] = in sctp_endpoint_init() 108 ep->timeouts[SCTP_EVENT_TIMEOUT_T2_SHUTDOWN] = in sctp_endpoint_init() 110 ep->timeouts[SCTP_EVENT_TIMEOUT_T3_RTX] = 0; in sctp_endpoint_init() 111 ep->timeouts[SCTP_EVENT_TIMEOUT_T4_RTO] = 0; in sctp_endpoint_init() 117 ep->timeouts[SCTP_EVENT_TIMEOUT_T5_SHUTDOWN_GUARD] in sctp_endpoint_init() 120 ep->timeouts[SCTP_EVENT_TIMEOUT_HEARTBEAT] = in sctp_endpoint_init() 122 ep->timeouts[SCTP_EVENT_TIMEOUT_SACK] = in sctp_endpoint_init() 124 ep->timeouts[SCTP_EVENT_TIMEOUT_AUTOCLOSE] = in sctp_endpoint_init()
|
D | sm_sideeffect.c | 655 asoc->timeouts[SCTP_EVENT_TIMEOUT_T2_SHUTDOWN] = t->rto; in sctp_cmd_setup_t2() 732 asoc->timeouts[SCTP_EVENT_TIMEOUT_T4_RTO] = t->rto; in sctp_cmd_setup_t4() 1218 timeout = asoc->timeouts[cmd->obj.to]; in sctp_cmd_interpreter() 1229 timeout = asoc->timeouts[cmd->obj.to]; in sctp_cmd_interpreter() 1246 asoc->timeouts[cmd->obj.to] *= 2; in sctp_cmd_interpreter() 1247 if (asoc->timeouts[cmd->obj.to] > in sctp_cmd_interpreter() 1249 asoc->timeouts[cmd->obj.to] = in sctp_cmd_interpreter()
|
D | output.c | 470 timeout = asoc->timeouts[SCTP_EVENT_TIMEOUT_AUTOCLOSE]; in sctp_packet_transmit()
|
D | associola.c | 133 asoc->timeouts[i] = ep->timeouts[i]; in sctp_association_init()
|
/linux-2.4.37.9/drivers/message/fusion/ |
D | mptctl.h | 383 unsigned int timeouts; /* num timeouts */ member 406 unsigned long timeouts; /* num timeouts */ member
|
D | mptscsih.c | 3023 if (hd->timeouts < -1) in mptscsih_abort() 3024 hd->timeouts++; in mptscsih_abort() 3161 if (hd->timeouts < -1) in mptscsih_bus_reset() 3162 hd->timeouts++; in mptscsih_bus_reset() 3291 if (hd->timeouts < -1) in mptscsih_old_abort() 3292 hd->timeouts++; in mptscsih_old_abort() 3422 if (hd->timeouts < -1) in mptscsih_old_reset() 3423 hd->timeouts++; in mptscsih_old_reset()
|
D | mptctl.c | 2545 karg.timeouts = 0; in mptctl_hp_hostinfo() 2552 karg.timeouts = hd->timeouts; in mptctl_hp_hostinfo()
|
D | mptbase.h | 963 unsigned long timeouts; /* cmd timeouts */ member
|
/linux-2.4.37.9/Documentation/networking/ |
D | proc_net_tcp.txt | 20 | | | | |--> number of unrecovered RTO timeouts
|
D | PLIP.txt | 64 IRQs and trigger timeouts
|
D | ppp_generic.txt | 18 * detecting network traffic for demand dialling and for idle timeouts
|
/linux-2.4.37.9/net/decnet/ |
D | TODO | 4 o Proper timeouts on each neighbour (in routing mode) rather than
|
/linux-2.4.37.9/include/net/sctp/ |
D | structs.h | 1195 int timeouts[SCTP_NUM_TIMEOUT_TYPES]; member 1459 int timeouts[SCTP_NUM_TIMEOUT_TYPES]; member
|
/linux-2.4.37.9/drivers/char/ipmi/ |
D | ipmi_msghandler.c | 1652 struct list_head timeouts; in ipmi_timeout_handler() local 1659 INIT_LIST_HEAD(&timeouts); in ipmi_timeout_handler() 1701 list_add_tail(&(msg->link), &timeouts); in ipmi_timeout_handler() 1715 list_for_each_safe(entry, entry2, &timeouts) { in ipmi_timeout_handler()
|
/linux-2.4.37.9/drivers/scsi/sym53c8xx_2/ |
D | ChangeLog.txt | 56 - Add optionnal code that handles IO timeouts from the driver.
|
/linux-2.4.37.9/Documentation/ |
D | IO-mapping.txt | 196 much in the actual IO accesses as in error handling and timeouts etc).
|
D | mca.txt | 210 weirdness, bus timeouts, and many other non-critical things. Some basic
|
/linux-2.4.37.9/Documentation/isdn/ |
D | README.x25 | 104 It is recommended to use sufficiently large hangup-timeouts for the
|
/linux-2.4.37.9/Documentation/input/ |
D | joystick-api.txt | 132 until it timeouts. There's a good example on the select(2)
|
/linux-2.4.37.9/drivers/scsi/ |
D | cpqfcTSstructs.h | 600 __u32 timeouts; // our driver timeout (on individual exchanges) member
|
D | cpqfcTSinit.c | 842 …copy_info(&info, " FC-2 Timeouts %9u FC-2 Logouts %u\n", fcChip->fcStats.timeouts, fcChip… in cpqfcTS_proc_info()
|
D | README.ncr53c8xx | 1124 Avoids timeouts for unordered tagged commands. 1175 other problem that may appear is timeouts. The only way to avoid 1176 timeouts seems to edit linux/drivers/scsi/sd.c and to increase the
|
D | README.st | 437 Note also that the timeouts are very long compared to most other
|
/linux-2.4.37.9/drivers/parport/ |
D | ChangeLog | 479 timeouts.
|
/linux-2.4.37.9/drivers/scsi/aic7xxx/ |
D | README.aic79xx | 92 - Use del_timer_sync() to ensure that no timeouts
|