Searched defs:resend (Results 1 - 7 of 7) sorted by relevance

/drivers/block/aoe/
H A Daoecmd.c453 resend(struct aoedev *d, struct frame *f) function
467 pr_info("aoe: resend: no interfaces to rotate to.\n");
712 resend(d, f);
/drivers/i2c/busses/
H A Di2c-stu300.c600 struct i2c_msg *msg, int resend)
615 if (resend)
616 dev_dbg(&dev->pdev->dev, "read resend\n");
617 } else if (resend)
618 dev_dbg(&dev->pdev->dev, "write resend\n");
638 if (resend)
739 "to resend address.\n",
599 stu300_send_address(struct stu300_dev *dev, struct i2c_msg *msg, int resend) argument
/drivers/infiniband/hw/ipath/
H A Dipath_verbs.c679 struct ipath_qp *resend = NULL; local
697 qp->timer_next = resend;
698 resend = qp;
749 while (resend != NULL) {
750 qp = resend;
751 resend = qp->timer_next;
1113 /* resend previously constructed packet */
/drivers/input/keyboard/
H A Datkbd.c224 bool resend; member in struct:atkbd
385 if ((flags & (SERIO_FRAME | SERIO_PARITY)) && (~flags & SERIO_TIMEOUT) && !atkbd->resend && atkbd->write) {
388 atkbd->resend = true;
393 atkbd->resend = false;
/drivers/net/wireless/hostap/
H A Dhostap_ap.c305 int resend)
316 /* deauth message sent; try to resend it few times; the message is
325 if (!resend || ap->num_sta <= 0)
304 hostap_deauth_all_stas(struct net_device *dev, struct ap_data *ap, int resend) argument
/drivers/staging/lustre/lustre/osc/
H A Dosc_request.c499 /* Don't resend the delorphan req */
1251 int resend)
1299 /* ask ptlrpc not to resend on EINPROGRESS since BRWs have their own
1375 if (resend) {
1411 * resend but cl_checksum is no longer set. b=11238 */
1684 /* cap resend delay to the current request timeout, this is similar to
1774 CDEBUG(D_HA, "%s: resend cross eviction for object: "
1245 osc_brw_prep_request(int cmd, struct client_obd *cli, struct obdo *oa, struct lov_stripe_md *lsm, u32 page_count, struct brw_page **pga, struct ptlrpc_request **reqp, struct obd_capa *ocapa, int reserve, int resend) argument
/drivers/staging/lustre/lustre/include/
H A Dobd.h154 - while stats, the flags used for control delay/resend.
434 atomic_t cl_resends; /* resend count */
1429 /* return 1 if client should be resend request */
1430 static inline int client_should_resend(int resend, struct client_obd *cli) argument
1433 atomic_read(&cli->cl_resends) > resend : 1;

Completed in 208 milliseconds