Home
last modified time | relevance | path

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

/drivers/md/
Ddm-log-userspace-transfer.c193 resend: in dm_consult_userspace()
249 goto resend; in dm_consult_userspace()
254 goto resend; in dm_consult_userspace()
/drivers/i2c/busses/
Di2c-stu300.c600 struct i2c_msg *msg, int resend) in stu300_send_address() argument
615 if (resend) in stu300_send_address()
617 } else if (resend) in stu300_send_address()
638 if (resend) in stu300_send_address()
/drivers/staging/lustre/lustre/mdc/
Dmdc_reint.c274 resend: in mdc_create()
280 goto resend; in mdc_create()
Dmdc_locks.c788 resend: in mdc_enqueue()
863 goto resend; in mdc_enqueue()
899 goto resend; in mdc_enqueue()
/drivers/input/keyboard/
Datkbd.c224 bool resend; member
385 …if ((flags & (SERIO_FRAME | SERIO_PARITY)) && (~flags & SERIO_TIMEOUT) && !atkbd->resend && atkbd-… in atkbd_interrupt()
388 atkbd->resend = true; in atkbd_interrupt()
393 atkbd->resend = false; in atkbd_interrupt()
/drivers/net/wireless/hostap/
Dhostap_ap.h260 int resend);
Dhostap_ap.c305 int resend) in hostap_deauth_all_stas() argument
325 if (!resend || ap->num_sta <= 0) in hostap_deauth_all_stas()
/drivers/staging/rdma/ipath/
Dipath_verbs.c692 struct ipath_qp *resend = NULL; in ipath_ib_timer() local
710 qp->timer_next = resend; in ipath_ib_timer()
711 resend = qp; in ipath_ib_timer()
762 while (resend != NULL) { in ipath_ib_timer()
763 qp = resend; in ipath_ib_timer()
764 resend = qp->timer_next; in ipath_ib_timer()
/drivers/staging/lustre/lustre/include/
Dobd.h1276 static inline int client_should_resend(int resend, struct client_obd *cli) in client_should_resend() argument
1279 atomic_read(&cli->cl_resends) > resend : 1; in client_should_resend()
/drivers/block/aoe/
Daoecmd.c453 resend(struct aoedev *d, struct frame *f) in resend() function
712 resend(d, f); in rexmit_deferred()
/drivers/staging/lustre/lustre/osc/
Dosc_request.c1220 int resend) in osc_brw_prep_request() argument
1341 if (resend) { in osc_brw_prep_request()
/drivers/staging/lustre/
Dsysfs-fs-lustre608 Controls how many times to try and resend RPCs to this target