Home
last modified time | relevance | path

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

/drivers/block/aoe/
Daoecmd.c337 resend(struct aoedev *d, struct aoetgt *t, struct frame *f) in resend() function
463 resend(d, *d->tgt, nf); in sthtith()
552 resend(d, t, f); in rexmit_timer()
837 resend(d, t, f); in aoecmd_ata_rsp()
/drivers/input/keyboard/
Datkbd.c216 unsigned char resend; member
367 …if ((flags & (SERIO_FRAME | SERIO_PARITY)) && (~flags & SERIO_TIMEOUT) && !atkbd->resend && atkbd-… in atkbd_interrupt()
370 atkbd->resend = 1; in atkbd_interrupt()
375 atkbd->resend = 0; in atkbd_interrupt()
/drivers/net/wireless/hostap/
Dhostap_ap.h260 int resend);
Dhostap_ap.c296 int resend) in hostap_deauth_all_stas() argument
316 if (!resend || ap->num_sta <= 0) in hostap_deauth_all_stas()
/drivers/infiniband/hw/ipath/
Dipath_verbs.c677 struct ipath_qp *resend = NULL; in ipath_ib_timer() local
695 qp->timer_next = resend; in ipath_ib_timer()
696 resend = qp; in ipath_ib_timer()
747 while (resend != NULL) { in ipath_ib_timer()
748 qp = resend; in ipath_ib_timer()
749 resend = qp->timer_next; in ipath_ib_timer()