Searched refs:resend (Results 1 - 16 of 16) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/irq/
H A DMakefile2 obj-y := handle.o manage.o spurious.o resend.o chip.o devres.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/rxrpc/
H A Dar-ack.c1 /* Management of Tx window, Tx resend, ACKs and out-of-sequence reception
137 * set the resend timer
139 static void rxrpc_set_resend(struct rxrpc_call *call, u8 resend, argument
144 resend = 0;
146 if (resend & 1) {
151 if (resend & 2) {
165 * resend packets
174 u8 resend; local
182 resend = 0;
220 resend |
243 u8 resend; local
296 u8 sacks[RXRPC_MAXACKS], resend; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/md/
H A Ddm-log-userspace-transfer.c192 resend:
247 goto resend;
252 goto resend;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dinet_connection_sock.c447 /* Decide when to expire the request and when to resend SYN-ACK */
451 int *expire, int *resend)
455 *resend = 1;
461 * Do not resend while waiting for data after ACK,
462 * start to resend on end of deferring period to give
465 *resend = !inet_rsk(req)->acked ||
524 int expire = 0, resend = 0; local
528 &expire, &resend);
532 (!resend ||
448 syn_ack_recalc(struct request_sock *req, const int thresh, const int max_retries, const u8 rskq_defer_accept, int *expire, int *resend) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/hostap/
H A Dhostap_ap.h260 int resend);
H A Dhostap_ap.c298 int resend)
309 /* deauth message sent; try to resend it few times; the message is
318 if (!resend || ap->num_sta <= 0)
297 hostap_deauth_all_stas(struct net_device *dev, struct ap_data *ap, int resend) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sunrpc/
H A Dxprt.c219 rpc_sleep_on(&xprt->resend, task, NULL);
269 rpc_sleep_on(&xprt->resend, task, NULL);
294 task = rpc_wake_up_next(&xprt->resend);
321 task = rpc_wake_up_next(&xprt->resend);
1102 rpc_init_wait_queue(&xprt->resend, "xprt_resend");
1132 rpc_destroy_wait_queue(&xprt->resend);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/i2c/busses/
H A Di2c-stu300.c604 struct i2c_msg *msg, int resend)
619 if (resend)
620 dev_dbg(&dev->pdev->dev, "read resend\n");
621 } else if (resend)
622 dev_dbg(&dev->pdev->dev, "write resend\n");
639 if (resend)
734 "to resend address.\n",
603 stu300_send_address(struct stu300_dev *dev, struct i2c_msg *msg, int resend) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/sunrpc/
H A Dxprt.h167 struct rpc_wait_queue resend; /* requests waiting to resend */ member in struct:rpc_xprt
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/tlg2300/
H A Dpd-dvb.c378 goto resend;
406 resend:
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/
H A Dping_common.c317 resend:
373 goto resend;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udev/extras/scsi_id/
H A Dscsi_serial.c278 resend:
318 goto resend;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/keyboard/
H A Datkbd.c218 bool resend; member in struct:atkbd
373 if ((flags & (SERIO_FRAME | SERIO_PARITY)) && (~flags & SERIO_TIMEOUT) && !atkbd->resend && atkbd->write) {
376 atkbd->resend = true;
381 atkbd->resend = false;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/aoe/
H A Daoecmd.c332 resend(struct aoedev *d, struct aoetgt *t, struct frame *f) function
458 resend(d, *d->tgt, nf);
547 resend(d, t, f);
832 resend(d, t, f);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/ipath/
H A Dipath_verbs.c673 struct ipath_qp *resend = NULL; local
691 qp->timer_next = resend;
692 resend = qp;
742 while (resend != NULL) {
743 qp = resend;
744 resend = qp->timer_next;
1106 /* resend previously constructed packet */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/dlm/
H A Ddlmmaster.c1291 int ret, response=0, resend; local
1331 resend = 0;
1353 resend = 1;
1361 if (resend) {

Completed in 239 milliseconds