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

/linux-4.1.27/kernel/irq/
H A DMakefile2 obj-y := irqdesc.o handle.o manage.o spurious.o resend.o chip.o dummychip.o devres.o
H A Dresend.c2 * linux/kernel/irq/resend.c
7 * This file contains the IRQ-resend code
25 /* Bitmap to handle software resend of interrupts: */
46 /* Tasklet to handle resend: */
52 * IRQ resend
59 * We do not resend level type interrupts. Level type check_irq_resend()
H A Dinternals.h69 extern int irq_startup(struct irq_desc *desc, bool resend);
H A Dchip.c175 int irq_startup(struct irq_desc *desc, bool resend) irq_startup() argument
189 if (resend) irq_startup()
/linux-4.1.27/arch/powerpc/kvm/
H A Dbook3s_hv_rm_xics.c40 if (!state->resend) ics_rm_check_resend()
240 /* Clear the resend bit of that interrupt */ icp_rm_deliver_irq()
241 state->resend = 0; icp_rm_deliver_irq()
247 * when doing a resend, only when doing a delivery. icp_rm_deliver_irq()
291 * resend map bit and mark the ICS state as needing a resend icp_rm_deliver_irq()
294 state->resend = 1; icp_rm_deliver_irq()
316 bool resend; icp_rm_down_cppr() local
329 * and notify ICS of a potential resend. This is done icp_rm_down_cppr()
343 * When implementing real mode for HV KVM, resend will lead to icp_rm_down_cppr()
368 /* Latch/clear resend bit */ icp_rm_down_cppr()
369 resend = new_state.need_resend; icp_rm_down_cppr()
375 * Now handle resend checks. Those are asynchronous to the ICP icp_rm_down_cppr()
379 if (resend) { icp_rm_down_cppr()
431 bool resend; kvmppc_rm_h_ipi() local
465 * Ideally, we would want to resend only if kvmppc_rm_h_ipi()
469 * we don't have that state, so we simply trigger a resend kvmppc_rm_h_ipi()
480 resend = false; kvmppc_rm_h_ipi()
491 resend = new_state.need_resend; kvmppc_rm_h_ipi()
503 if (resend) { kvmppc_rm_h_ipi()
606 * resend it. We can take a lockless "peek" at the ICS state here. kvmppc_rm_h_eoi()
615 /* Still asserted, resend it */ kvmppc_rm_h_eoi()
H A Dbook3s_xics.c54 * - To speed up resends, keep a bitmap of "resend" set bits in the
121 if (!state->resend) ics_check_resend()
124 XICS_DBG("resend %#x prio %#x\n", state->number, ics_check_resend()
152 if ((state->masked_pending || state->resend) && priority != MASKED) { write_xive()
185 state->masked_pending, state->resend); kvmppc_xics_set_xive()
421 /* Clear the resend bit of that interrupt */ icp_deliver_irq()
422 state->resend = 0; icp_deliver_irq()
428 * when doing a resend, only when doing a delivery. icp_deliver_irq()
474 * resend map bit and mark the ICS state as needing a resend icp_deliver_irq()
477 state->resend = 1; icp_deliver_irq()
501 bool resend; icp_down_cppr() local
514 * and notify ICS of a potential resend. This is done icp_down_cppr()
528 * When implementing real mode for HV KVM, resend will lead to icp_down_cppr()
555 /* Latch/clear resend bit */ icp_down_cppr()
556 resend = new_state.need_resend; icp_down_cppr()
562 * Now handle resend checks. Those are asynchronous to the ICP icp_down_cppr()
566 if (resend) icp_down_cppr()
611 bool resend; kvmppc_h_ipi() local
647 * Ideally, we would want to resend only if kvmppc_h_ipi()
651 * we don't have that state, so we simply trigger a resend kvmppc_h_ipi()
662 resend = false; kvmppc_h_ipi()
673 resend = new_state.need_resend; kvmppc_h_ipi()
682 /* Handle resend */ kvmppc_h_ipi()
683 if (resend) kvmppc_h_ipi()
795 * resend it. We can take a lockless "peek" at the ICS state here. kvmppc_h_eoi()
806 /* Still asserted, resend it */ kvmppc_h_eoi()
941 seq_printf(m, "ICP Real Mode totals: check_resend=%lu resend=%lu\n",
958 seq_printf(m, "irq 0x%06x: server %#x prio %#x save prio %#x asserted %d resend %d masked pending %d\n",
961 irq->resend, irq->masked_pending);
1084 bool resend; kvmppc_xics_set_icp() local
1137 resend = false; kvmppc_xics_set_icp()
1140 resend = old_state.need_resend; kvmppc_xics_set_icp()
1145 if (resend) kvmppc_xics_set_icp()
1179 else if (irqp->masked_pending || irqp->resend) xics_get_source()
1229 irqp->resend = 0; xics_set_source()
H A Dbook3s_xics.h40 u8 resend; member in struct:ics_irq_state
H A Dbook3s_hv_rmhandlers.S2439 43: /* We raced with the host, we need to resend that IPI, bummer */
/linux-4.1.27/net/rxrpc/
H A Dar-ack.c1 /* Management of Tx window, Tx resend, ACKs and out-of-sequence reception
33 * requested to let the sender know it doesn't need to resend.
185 * set the resend timer
187 static void rxrpc_set_resend(struct rxrpc_call *call, u8 resend, rxrpc_set_resend() argument
192 resend = 0; rxrpc_set_resend()
194 if (resend & 1) { rxrpc_set_resend()
199 if (resend & 2) { rxrpc_set_resend()
213 * resend packets
223 u8 resend; rxrpc_resend() local
231 resend = 0; rxrpc_resend()
269 resend |= 1; rxrpc_resend()
270 } else if (resend & 2) { rxrpc_resend()
275 resend |= 2; rxrpc_resend()
279 rxrpc_set_resend(call, resend, resend_at); rxrpc_resend()
284 * handle resend timer expiry
292 u8 resend; rxrpc_resend_timer() local
300 resend = 0; rxrpc_resend_timer()
318 resend |= 1; rxrpc_resend_timer()
319 } else if (resend & 2) { rxrpc_resend_timer()
324 resend |= 2; rxrpc_resend_timer()
328 rxrpc_set_resend(call, resend, resend_at); rxrpc_resend_timer()
345 u8 sacks[RXRPC_MAXACKS], resend; rxrpc_process_soft_ACKs() local
355 resend = 0; rxrpc_process_soft_ACKs()
372 resend = 1; rxrpc_process_soft_ACKs()
398 resend |= 1; rxrpc_process_soft_ACKs()
403 resend |= 1; rxrpc_process_soft_ACKs()
404 } else if (resend & 2) { rxrpc_process_soft_ACKs()
409 resend |= 2; rxrpc_process_soft_ACKs()
413 rxrpc_set_resend(call, resend, resend_at); rxrpc_process_soft_ACKs()
H A Dar-output.c22 * Time till packet resend (in jiffies).
432 * attempt to schedule an instant Tx resend
447 * queue a packet for transmission, set the resend timer and attempt
507 _debug("need instant resend %d", ret); rxrpc_queue_packet()
H A Dar-internal.h84 unsigned long resend_at; /* time in jiffies at which to resend */
305 struct timer_list resend_timer; /* Tx resend timer */
323 #define RXRPC_CALL_RUN_RTIMER 3 /* Tx resend timer started */
339 #define RXRPC_CALL_RESEND_TIMER 9 /* Tx resend timer expired */
340 #define RXRPC_CALL_RESEND 10 /* Tx resend required */
H A Dar-input.c546 /* resend last packet of a completed call */ rxrpc_post_packet_to_call()
H A Dar-call.c985 * handle resend timer expiry
/linux-4.1.27/drivers/md/
H A Ddm-log-userspace-transfer.c193 resend: dm_consult_userspace()
249 goto resend; dm_consult_userspace()
254 goto resend; dm_consult_userspace()
/linux-4.1.27/drivers/staging/lustre/lustre/mdc/
H A Dmdc_reint.c267 /* ask ptlrpc not to resend on EINPROGRESS since we have our own retry mdc_create()
277 resend: mdc_create()
283 goto resend; mdc_create()
290 CDEBUG(D_HA, "%s: resend:%d create on "DFID"/"DFID"\n", mdc_create()
297 CDEBUG(D_HA, "resend cross eviction\n"); mdc_create()
H A Dmdc_locks.c821 resend: mdc_enqueue()
860 /* ask ptlrpc not to resend on EINPROGRESS since we have our own mdc_enqueue()
896 goto resend; mdc_enqueue()
927 CDEBUG(D_HA, "%s: resend:%d op:%d "DFID"/"DFID"\n", mdc_enqueue()
932 goto resend; mdc_enqueue()
934 CDEBUG(D_HA, "resend cross eviction\n"); mdc_enqueue()
H A Dmdc_request.c1104 CERROR("too many resend retries, returning error\n"); mdc_readpage()
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
H A Drecover.c152 /* If need to resend the last sent transno (because a reconnect ptlrpc_replay_next()
185 * resend process. ptlrpc_resend()
251 /* Wait for recovery to complete and resend. If evicted, then ptlrpc_request_handle_notconn()
H A Devents.c149 /* Got reply, no resend required */ reply_in_callback()
206 /* start reconnect and resend if network error hit */ client_bulk_callback()
H A Dclient.c1247 * Security layer unwrap might ask resend this request. after_reply()
1272 DEBUG_REQ(D_RPCTRACE, req, "Allocating new xid for resend on EINPROGRESS"); after_reply()
1277 /* delay resend to give a chance to the server to get ready. after_reply()
1278 * The delay is increased by 1s on every resend and is capped to after_reply()
1545 /* delayed resend - skip */ ptlrpc_check_set()
1614 /* If there is no need to resend, fail it now. */ ptlrpc_check_set()
1700 * let's mark req as resend. */ ptlrpc_check_set()
1713 CDEBUG(D_HA, "resend bulk old x%llu new x%llu\n", ptlrpc_check_set()
2547 * Schedule previously sent request for resend.
2554 DEBUG_REQ(D_HA, req, "going to resend"); ptlrpc_resend_req()
2576 CDEBUG(D_HA, "resend bulk old x%llu new x%llu\n", ptlrpc_resend_req()
H A Dsec.c690 * 3. resend the request. sptlrpc_req_refresh_ctx()
826 /* init/fini rpc won't be resend, so can't be here */ sptlrpc_req_set_flavor()
H A Dimport.c1317 * state and resend all requests from sending list.
H A Dservice.c1278 * client has enough time to resend if the rpc is lost. So ptlrpc_at_send_early_reply()
/linux-4.1.27/fs/nfs/
H A Dnfs4file.c119 * resend all dirty pages that might have been covered by nfs4_file_fsync()
H A Dfile.c293 * resend all dirty pages that might have been covered by nfs_file_fsync()
H A Dpagelist.c1212 * nfs_pageio_resend - Transfer requests to new descriptor and resend
H A Dnfs4state.c1282 * resend of the SETCLIENTID and hence re-establish the
H A Dnfs4proc.c639 /* The server detected a resend of the RPC call and nfs41_sequence_done()
/linux-4.1.27/net/ipv4/
H A Dinet_connection_sock.c535 /* Decide when to expire the request and when to resend SYN-ACK */ syn_ack_recalc()
539 int *expire, int *resend) syn_ack_recalc()
543 *resend = 1; syn_ack_recalc()
549 * Do not resend while waiting for data after ACK, syn_ack_recalc()
550 * start to resend on end of deferring period to give syn_ack_recalc()
553 *resend = !inet_rsk(req)->acked || syn_ack_recalc()
609 int qlen, expire = 0, resend = 0; reqsk_timer_handler() local
652 &expire, &resend); reqsk_timer_handler()
655 (!resend || reqsk_timer_handler()
536 syn_ack_recalc(struct request_sock *req, const int thresh, const int max_retries, const u8 rskq_defer_accept, int *expire, int *resend) syn_ack_recalc() argument
/linux-4.1.27/drivers/i2c/busses/
H A Di2c-stu300.c600 struct i2c_msg *msg, int resend) stu300_send_address()
615 if (resend) stu300_send_address()
616 dev_dbg(&dev->pdev->dev, "read resend\n"); stu300_send_address()
617 } else if (resend) stu300_send_address()
618 dev_dbg(&dev->pdev->dev, "write resend\n"); stu300_send_address()
638 if (resend) stu300_send_address()
739 "to resend address.\n", stu300_xfer_msg()
599 stu300_send_address(struct stu300_dev *dev, struct i2c_msg *msg, int resend) stu300_send_address() argument
/linux-4.1.27/arch/powerpc/boot/
H A Dmv64x60_i2c.c140 /* resend start */ mv64x60_i2c_read()
/linux-4.1.27/drivers/usb/serial/
H A Dkeyspan.c115 int resend_cont; /* need to resend control packet */
1577 /* Save reset port val for resend. keyspan_usa26_send_setup()
1578 Don't overwrite resend for open/close condition. */ keyspan_usa26_send_setup()
1718 /* Save reset port val for resend. keyspan_usa28_send_setup()
1719 Don't overwrite resend for open/close condition. */ keyspan_usa28_send_setup()
1844 /* Save reset port val for resend. keyspan_usa49_send_setup()
1845 Don't overwrite resend for open/close condition. */ keyspan_usa49_send_setup()
2014 /* Save reset port val for resend. keyspan_usa90_send_setup()
2015 Don't overwrite resend for open/close condition. */ keyspan_usa90_send_setup()
2147 /* Save reset port val for resend. keyspan_usa67_send_setup()
2148 Don't overwrite resend for open/close condition. */ keyspan_usa67_send_setup()
/linux-4.1.27/fs/ceph/
H A Dmds_client.h242 int r_attempts; /* resend attempts */
244 int r_resend_mds; /* mds to resend to next, if any*/
H A Dmds_client.c2544 /* resend. forward race not possible; mds would drop */ handle_forward()
2545 dout("forward tid %llu to mds%d (we resend)\n", tid, next_mds); handle_forward()
H A Dinode.c1042 * If we resend completed ops to a recovering mds, we get no ceph_fill_trace()
H A Dcaps.c1966 * After a recovering MDS goes active, we need to resend any caps
/linux-4.1.27/drivers/mmc/core/
H A Dsd_ops.c81 * We have to resend MMC_APP_CMD for each attempt so mmc_wait_for_app_cmd()
/linux-4.1.27/drivers/staging/vt6655/
H A Ddesc.h115 * tx will fail, we should try to resend it
/linux-4.1.27/drivers/net/wireless/hostap/
H A Dhostap_ap.h260 int resend);
H A Dhostap_ap.c305 int resend) hostap_deauth_all_stas()
316 /* deauth message sent; try to resend it few times; the message is hostap_deauth_all_stas()
325 if (!resend || ap->num_sta <= 0) hostap_deauth_all_stas()
304 hostap_deauth_all_stas(struct net_device *dev, struct ap_data *ap, int resend) hostap_deauth_all_stas() argument
/linux-4.1.27/fs/lockd/
H A Dclntlock.c152 /* Reset the lock status after a server reboot so we resend */ nlmclnt_block()
/linux-4.1.27/arch/ia64/kernel/
H A Dsmp.c19 * smp_call_function_single to resend IPI on timeouts
H A Dperfmon.c438 #define PFM_PMU_IRQ_RESEND 1 /* PMU needs explicit IRQ resend */
/linux-4.1.27/drivers/infiniband/hw/ipath/
H A Dipath_verbs.c679 struct ipath_qp *resend = NULL; ipath_ib_timer() local
697 qp->timer_next = resend; ipath_ib_timer()
698 resend = qp; ipath_ib_timer()
749 while (resend != NULL) { ipath_ib_timer()
750 qp = resend; ipath_ib_timer()
751 resend = qp->timer_next; ipath_ib_timer()
1113 /* resend previously constructed packet */ ipath_verbs_send_dma()
H A Dipath_rc.c126 /* Copy SGE state in case we need to resend */
304 * original work request since we may need to resend ipath_make_rc_req()
798 * ipath_restart_rc - back up requester to resend the last un-ACKed request
/linux-4.1.27/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 */ client_should_resend()
1430 static inline int client_should_resend(int resend, struct client_obd *cli) client_should_resend() argument
1433 atomic_read(&cli->cl_resends) > resend : 1; client_should_resend()
H A Dlustre_import.h290 /* resend for replay */
H A Dlustre_net.h1327 /* do not resend request on -EINPROGRESS */
1348 * rq_truncate : required repbuf_len for resend
/linux-4.1.27/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) { atkbd_interrupt()
388 atkbd->resend = true; atkbd_interrupt()
393 atkbd->resend = false; atkbd_interrupt()
/linux-4.1.27/drivers/input/serio/
H A Dxilinx_ps2.c158 * to the PS/2 port. Thats why, we do not try to resend the data in case of a
/linux-4.1.27/net/vmw_vsock/
H A Dvmci_transport_notify_qstate.c124 * handle the resend until it succeeds. That would require vmci_transport_send_read_notification()
H A Dvmci_transport_notify.c283 * handle the resend until it succeeds. That would require vmci_transport_send_read_notification()
/linux-4.1.27/include/linux/ceph/
H A Dosd_client.h217 struct list_head req_unsent; /* unsent/need-resend queue */
H A Drados.h376 CEPH_OSD_FLAG_RETRY = 0x0008, /* resend attempt */
/linux-4.1.27/drivers/block/aoe/
H A Daoecmd.c453 resend(struct aoedev *d, struct frame *f) resend() function
467 pr_info("aoe: resend: no interfaces to rotate to.\n"); resend()
712 resend(d, f); list_for_each_safe()
/linux-4.1.27/drivers/staging/lustre/lustre/osc/
H A Dosc_request.c499 /* Don't resend the delorphan req */ osc_real_create()
1250 int resend) osc_brw_prep_request()
1298 /* ask ptlrpc not to resend on EINPROGRESS since BRWs have their own osc_brw_prep_request()
1373 if (resend) { osc_brw_prep_request()
1409 * resend but cl_checksum is no longer set. b=11238 */ osc_brw_prep_request()
1680 /* cap resend delay to the current request timeout, this is similar to osc_brw_redo_request()
1770 CDEBUG(D_HA, "%s: resend cross eviction for object: " DOSTID ", rc = %d.\n", brw_interpret()
1244 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) osc_brw_prep_request() argument
/linux-4.1.27/net/ceph/
H A Dosd_client.c919 LIST_HEAD(resend); __kick_osd_requests()
929 * Build up a list of requests to resend by traversing the __kick_osd_requests()
934 * have not yet been sent. And to resend requests while __kick_osd_requests()
952 list_move_tail(&req->r_req_lru_item, &resend); __kick_osd_requests()
958 list_splice(&resend, &osdc->req_unsent); __kick_osd_requests()
1966 dout("kick_requests %s %s\n", force_resend ? " (force resend)" : "", kick_requests()
1967 force_resend_writes ? " (force resend writes)" : ""); kick_requests()
H A Dmon_client.c17 * versions, and periodically resend as needed. Also implement
30 * resend any outstanding requests.
H A Dmessenger.c1285 * yet. if it is requeued, resend with it's original seq. prepare_write_message()
/linux-4.1.27/net/sctp/
H A Dsm_sideeffect.c132 * resend last_cwr_tsn. sctp_do_ecn_ecne_work()
514 /* Update the hb timer to resend a heartbeat every rto */ sctp_do_8_2_transport_strike()
1549 * COOKIE-ECHO we need to resend. sctp_cmd_interpreter()
H A Doutqueue.c929 /* This can happen on COOKIE-ECHO resend. Only sctp_outq_flush()
H A Dsm_statefuns.c1730 * association but instead resend the SHUTDOWN ACK and send an ERROR sctp_sf_do_dupcook_a()
2368 * resend sctp_sf_do_5_2_6_stale()
H A Dsm_make_chunk.c2403 /* Copy cookie in case we need to resend COOKIE-ECHO. */
/linux-4.1.27/drivers/input/joystick/
H A Dgrip_mp.c76 #define IO_RESET 0x8000 /* Force multiport to resend all packets */
/linux-4.1.27/drivers/char/tpm/
H A Dtpm_infineon.c217 and the TPM command has to be resend.
/linux-4.1.27/drivers/usb/gadget/udc/bdc/
H A Dbdc.h453 * notification packet after a remote wakeup. if not, then resend the
/linux-4.1.27/fs/nfsd/
H A Dnfsd.h261 * Client should resend eventually nfs4_recoverydir()
/linux-4.1.27/drivers/isdn/hardware/mISDN/
H A Dw6692.c759 /* resend */ W6692B_interrupt()
775 /* resend - no XRST needed */ W6692B_interrupt()
/linux-4.1.27/fs/nfs/flexfilelayout/
H A Dflexfilelayout.c632 /* fake unstable write to let common nfs resend pages */ ff_layout_reset_write()
740 * references are put. Mark layout as invalid to resend failed ff_layout_async_handle_error_v4()
/linux-4.1.27/drivers/infiniband/hw/qib/
H A Dqib_rc.c133 /* Copy SGE state in case we need to resend */
328 * original work request since we may need to resend qib_make_rc_req()
865 * Back up requester to resend the last un-ACKed request.
H A Dqib_verbs.c1152 /* resend previously constructed packet */ qib_verbs_send_dma()
/linux-4.1.27/net/irda/
H A Dirlap_event.c1336 * Do not resend frames until the last irlap_state_nrm_p()
1528 pr_debug("nrm_p: resend frames"); irlap_state_nrm_p()
2263 * with pf=1 shall restart the wd-timer and resend the rd:rsp irlap_state_sclose()
H A Dirttp.c650 * to resend the data in the client code - Jean II */ irttp_data_request()
/linux-4.1.27/drivers/net/ethernet/natsemi/
H A Dsonic.c163 /* We could resend the original skbs. Easier to re-initialise. */ sonic_tx_timeout()
/linux-4.1.27/drivers/target/iscsi/
H A Discsi_target_tmr.c588 * will resend a new R2T for the DataOUT sequences in question. iscsit_task_reassign_prepare_write()
/linux-4.1.27/fs/dlm/
H A Drecover.c487 * requestqueue, cannot know whether it should ignore the reply and resend the
H A Dlowcomms.c622 log_print("Shouldn't resend data via listening connection."); retry_failed_sctp_send()
/linux-4.1.27/net/dccp/
H A Doutput.c259 * For robustness we resend Confirm options until the client has dccp_xmit_packet()
/linux-4.1.27/drivers/hwmon/
H A Dapplesmc.c207 /* busy: long wait and resend */ send_byte()
/linux-4.1.27/drivers/net/ethernet/amd/
H A Dni65.c1014 tmdp->u.s.status = XMIT_OWN | XMIT_START | XMIT_END; /* test: resend this frame */ ni65_xmit_intr()
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_82598.c89 /* disable completion timeout resend */ ixgbe_set_pcie_completion_timeout()
/linux-4.1.27/drivers/net/wireless/ath/ath10k/
H A Dhtt.h126 * postponed: only for HL hosts. indicates if this is a resend
/linux-4.1.27/drivers/net/ethernet/via/
H A Dvia-velocity.h166 * we should try to resend it
/linux-4.1.27/drivers/net/wireless/ath/carl9170/
H A Drx.c957 * the firmware will resend the missing bits when carl9170_rx_stream()
/linux-4.1.27/drivers/bluetooth/
H A Dbtmrvl_sdio.c547 /* Set txlen to 0 so as to resend from same offset */ btmrvl_sdio_download_fw_w_helper()
/linux-4.1.27/fs/ocfs2/dlm/
H A Ddlmmaster.c1340 int ret, response=0, resend; dlm_do_master_request() local
1380 resend = 0; dlm_do_master_request()
1402 resend = 1; dlm_do_master_request()
1410 if (resend) { dlm_do_master_request()
H A Ddlmrecovery.c1662 resend: dlm_do_master_requery()
1672 goto resend; dlm_do_master_requery()
/linux-4.1.27/fs/nfs/filelayout/
H A Dfilelayout.c185 * references are put. Mark layout as invalid to resend failed filelayout_async_handle_error()
/linux-4.1.27/net/llc/
H A Dllc_conn.c220 * llc_conn_resend_i_pdu_as_cmd - resend all all unacknowledged I PDUs
/linux-4.1.27/include/linux/
H A Dirq.h310 * @irq_retrigger: resend an IRQ to the CPU
/linux-4.1.27/drivers/staging/lustre/lustre/lmv/
H A Dlmv_obd.c2285 * resend unlink RPC to MDT1 (retry 1st time). lmv_unlink()
2295 * 4. Then A will resend unlink RPC to MDT0. (retry 2nd times). lmv_unlink()
/linux-4.1.27/arch/x86/kernel/apic/
H A Dio_apic.c1776 * so we 'resend' these IRQs via IPIs, to the same CPU. It's much
1781 * Edge triggered needs to resend any interrupt
/linux-4.1.27/sound/sparc/
H A Ddbri.c1573 * As part of the process we resend the settings for the data
1861 * resend SDP command with clear pipe bit (C) set dbri_process_one_interrupt()
/linux-4.1.27/drivers/net/ethernet/8390/
H A Dlib8390.c839 * Leave loopback mode, and resend any packet that got stopped. ei_rx_overrun()
H A Daxnet_cs.c1505 * Leave loopback mode, and resend any packet that got stopped. ei_rx_overrun()
/linux-4.1.27/drivers/net/wan/
H A Dsbni.c632 /* if frame was sended but not ACK'ed - resend it */ send_frame()
/linux-4.1.27/drivers/net/ethernet/smsc/
H A Dsmc9194.c1271 . ( resend? Not really, since we don't want old packets around )
/linux-4.1.27/drivers/hid/
H A Dhid-wiimote-core.c1408 /* on status reports the drm is reset so we need to resend the drm */ handler_status_K()
/linux-4.1.27/net/l2tp/
H A Dl2tp_ppp.c1161 /* resend to session ioctl handler */ pppol2tp_tunnel_ioctl()
/linux-4.1.27/net/mac80211/
H A Dtdls.c957 bool try_resend; /* Should we keep skb for possible resend */ ieee80211_tdls_prep_mgmt_packet()
/linux-4.1.27/drivers/mmc/card/
H A Dblock.c1976 * prepare it again and resend. mmc_blk_issue_rw_rq()
/linux-4.1.27/drivers/net/wireless/mwifiex/
H A Dpcie.c1907 /* Setting this to 0 to resend from same offset */ mwifiex_prog_fw_w_helper()
H A Dsdio.c960 /* Setting this to 0 to resend from same offset */ mwifiex_prog_fw_w_helper()
/linux-4.1.27/drivers/net/wireless/rtlwifi/btcoexist/
H A Dhalbtc8821a1ant.c2767 /* Here we need to resend some wifi info to BT*/ ex_halbtc8821a1ant_bt_info_notify()
H A Dhalbtc8192e2ant.c3676 /* Here we need to resend some wifi info to BT ex_halbtc8192e2ant_bt_info_notify()
H A Dhalbtc8723b1ant.c2958 /* Here we need to resend some wifi info to BT ex_halbtc8723b1ant_bt_info_notify()
H A Dhalbtc8723b2ant.c3548 /* Here we need to resend some wifi info to BT ex_btc8723b2ant_bt_info_notify()
H A Dhalbtc8821a2ant.c3723 /* Here we need to resend some wifi info to BT*/ ex_halbtc8821a2ant_bt_info_notify()
/linux-4.1.27/drivers/tty/
H A Dnozomi.c1530 /* Send 0x0001, command card to resend the reset token. */ nozomi_card_exit()
H A Dn_gsm.c1466 * SABM and DISC). We resend the command until the retry count runs out
/linux-4.1.27/drivers/net/bonding/
H A Dbond_main.c876 /* resend IGMP joins since active slave has changed or bond_change_active_slave()
878 * resend only if bond is brought up with the affected bond_change_active_slave()
/linux-4.1.27/fs/cifs/
H A Dfile.c2623 /* resend call if it's a retryable error */ cifs_user_writev()
3015 /* resend call if it's a retryable error */ cifs_user_readv()
/linux-4.1.27/drivers/net/ethernet/intel/igb/
H A De1000_82575.c2014 /* disable completion timeout resend */ igb_set_pcie_completion_timeout()
/linux-4.1.27/drivers/scsi/lpfc/
H A Dlpfc_nportdisc.c291 * the FLOGI and resend it first. lpfc_rcv_plogi()
/linux-4.1.27/drivers/scsi/qla2xxx/
H A Dqla_mr.c1586 * durinng system boot - info should be resend qlafx00_timer_routine()
H A Dqla_os.c4922 "ISPFx00 Host Info resend scheduled\n"); qla2x00_do_dpc()
/linux-4.1.27/drivers/scsi/fcoe/
H A Dfcoe_ctlr.c1673 * fcoe_ctlr_flogi_retry() - resend FLOGI request to a new FCF if possible
/linux-4.1.27/drivers/scsi/
H A Dlibiscsi.c1077 * Just resend. iscsi_handle_reject()
/linux-4.1.27/net/sunrpc/
H A Dxprtsock.c672 /* Don't use zero copy if this is a resend. If the RPC call xs_tcp_send_request()
/linux-4.1.27/drivers/net/ethernet/intel/e1000/
H A De1000_main.c3042 * the internal Tx FIFO ring boundary by notifying the stack to resend
/linux-4.1.27/drivers/net/ethernet/myricom/myri10ge/
H A Dmyri10ge.c520 * chipsets resend dropped PCIe messages
/linux-4.1.27/net/batman-adv/
H A Dtranslation-table.c668 /* if any "dynamic" flag has been modified, resend an ADD event for this
/linux-4.1.27/net/bluetooth/
H A Dhci_core.c4112 * need to resend whatever was the last sent hci_req_cmd_complete()
/linux-4.1.27/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.c2362 * must resend the whole thing that failed parity checking sym_int_par()
/linux-4.1.27/drivers/usb/host/
H A Dxhci.c2945 * or it will attempt to resend it on the next doorbell ring. xhci_cleanup_stalled_ring()
/linux-4.1.27/drivers/message/fusion/
H A Dmptbase.c1310 * If we already allocated memory in past, then resend the same pointer.
/linux-4.1.27/drivers/gpu/drm/i915/
H A Dintel_display.c5218 * FIXME: should we also set the resend bit here? vlv_program_pfi_credits()

Completed in 4073 milliseconds