/linux-4.1.27/kernel/irq/ |
H A D | Makefile | 2 obj-y := irqdesc.o handle.o manage.o spurious.o resend.o chip.o dummychip.o devres.o
|
H A D | resend.c | 2 * 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 D | internals.h | 69 extern int irq_startup(struct irq_desc *desc, bool resend);
|
H A D | chip.c | 175 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 D | book3s_hv_rm_xics.c | 40 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 D | book3s_xics.c | 54 * - 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 D | book3s_xics.h | 40 u8 resend; member in struct:ics_irq_state
|
H A D | book3s_hv_rmhandlers.S | 2439 43: /* We raced with the host, we need to resend that IPI, bummer */
|
/linux-4.1.27/net/rxrpc/ |
H A D | ar-ack.c | 1 /* 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 D | ar-output.c | 22 * 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 D | ar-internal.h | 84 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 D | ar-input.c | 546 /* resend last packet of a completed call */ rxrpc_post_packet_to_call()
|
H A D | ar-call.c | 985 * handle resend timer expiry
|
/linux-4.1.27/drivers/md/ |
H A D | dm-log-userspace-transfer.c | 193 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 D | mdc_reint.c | 267 /* 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 D | mdc_locks.c | 821 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 D | mdc_request.c | 1104 CERROR("too many resend retries, returning error\n"); mdc_readpage()
|
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
H A D | recover.c | 152 /* 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 D | events.c | 149 /* Got reply, no resend required */ reply_in_callback() 206 /* start reconnect and resend if network error hit */ client_bulk_callback()
|
H A D | client.c | 1247 * 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 D | sec.c | 690 * 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 D | import.c | 1317 * state and resend all requests from sending list.
|
H A D | service.c | 1278 * 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 D | nfs4file.c | 119 * resend all dirty pages that might have been covered by nfs4_file_fsync()
|
H A D | file.c | 293 * resend all dirty pages that might have been covered by nfs_file_fsync()
|
H A D | pagelist.c | 1212 * nfs_pageio_resend - Transfer requests to new descriptor and resend
|
H A D | nfs4state.c | 1282 * resend of the SETCLIENTID and hence re-establish the
|
H A D | nfs4proc.c | 639 /* The server detected a resend of the RPC call and nfs41_sequence_done()
|
/linux-4.1.27/net/ipv4/ |
H A D | inet_connection_sock.c | 535 /* 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 D | i2c-stu300.c | 600 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 D | mv64x60_i2c.c | 140 /* resend start */ mv64x60_i2c_read()
|
/linux-4.1.27/drivers/usb/serial/ |
H A D | keyspan.c | 115 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 D | mds_client.h | 242 int r_attempts; /* resend attempts */ 244 int r_resend_mds; /* mds to resend to next, if any*/
|
H A D | mds_client.c | 2544 /* 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 D | inode.c | 1042 * If we resend completed ops to a recovering mds, we get no ceph_fill_trace()
|
H A D | caps.c | 1966 * After a recovering MDS goes active, we need to resend any caps
|
/linux-4.1.27/drivers/mmc/core/ |
H A D | sd_ops.c | 81 * 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 D | desc.h | 115 * tx will fail, we should try to resend it
|
/linux-4.1.27/drivers/net/wireless/hostap/ |
H A D | hostap_ap.h | 260 int resend);
|
H A D | hostap_ap.c | 305 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 D | clntlock.c | 152 /* Reset the lock status after a server reboot so we resend */ nlmclnt_block()
|
/linux-4.1.27/arch/ia64/kernel/ |
H A D | smp.c | 19 * smp_call_function_single to resend IPI on timeouts
|
H A D | perfmon.c | 438 #define PFM_PMU_IRQ_RESEND 1 /* PMU needs explicit IRQ resend */
|
/linux-4.1.27/drivers/infiniband/hw/ipath/ |
H A D | ipath_verbs.c | 679 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 D | ipath_rc.c | 126 /* 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 D | obd.h | 154 - 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 D | lustre_import.h | 290 /* resend for replay */
|
H A D | lustre_net.h | 1327 /* do not resend request on -EINPROGRESS */ 1348 * rq_truncate : required repbuf_len for resend
|
/linux-4.1.27/drivers/input/keyboard/ |
H A D | atkbd.c | 224 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 D | xilinx_ps2.c | 158 * 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 D | vmci_transport_notify_qstate.c | 124 * handle the resend until it succeeds. That would require vmci_transport_send_read_notification()
|
H A D | vmci_transport_notify.c | 283 * handle the resend until it succeeds. That would require vmci_transport_send_read_notification()
|
/linux-4.1.27/include/linux/ceph/ |
H A D | osd_client.h | 217 struct list_head req_unsent; /* unsent/need-resend queue */
|
H A D | rados.h | 376 CEPH_OSD_FLAG_RETRY = 0x0008, /* resend attempt */
|
/linux-4.1.27/drivers/block/aoe/ |
H A D | aoecmd.c | 453 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 D | osc_request.c | 499 /* 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 D | osd_client.c | 919 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 D | mon_client.c | 17 * versions, and periodically resend as needed. Also implement 30 * resend any outstanding requests.
|
H A D | messenger.c | 1285 * yet. if it is requeued, resend with it's original seq. prepare_write_message()
|
/linux-4.1.27/net/sctp/ |
H A D | sm_sideeffect.c | 132 * 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 D | outqueue.c | 929 /* This can happen on COOKIE-ECHO resend. Only sctp_outq_flush()
|
H A D | sm_statefuns.c | 1730 * 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 D | sm_make_chunk.c | 2403 /* Copy cookie in case we need to resend COOKIE-ECHO. */
|
/linux-4.1.27/drivers/input/joystick/ |
H A D | grip_mp.c | 76 #define IO_RESET 0x8000 /* Force multiport to resend all packets */
|
/linux-4.1.27/drivers/char/tpm/ |
H A D | tpm_infineon.c | 217 and the TPM command has to be resend.
|
/linux-4.1.27/drivers/usb/gadget/udc/bdc/ |
H A D | bdc.h | 453 * notification packet after a remote wakeup. if not, then resend the
|
/linux-4.1.27/fs/nfsd/ |
H A D | nfsd.h | 261 * Client should resend eventually nfs4_recoverydir()
|
/linux-4.1.27/drivers/isdn/hardware/mISDN/ |
H A D | w6692.c | 759 /* resend */ W6692B_interrupt() 775 /* resend - no XRST needed */ W6692B_interrupt()
|
/linux-4.1.27/fs/nfs/flexfilelayout/ |
H A D | flexfilelayout.c | 632 /* 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 D | qib_rc.c | 133 /* 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 D | qib_verbs.c | 1152 /* resend previously constructed packet */ qib_verbs_send_dma()
|
/linux-4.1.27/net/irda/ |
H A D | irlap_event.c | 1336 * 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 D | irttp.c | 650 * to resend the data in the client code - Jean II */ irttp_data_request()
|
/linux-4.1.27/drivers/net/ethernet/natsemi/ |
H A D | sonic.c | 163 /* We could resend the original skbs. Easier to re-initialise. */ sonic_tx_timeout()
|
/linux-4.1.27/drivers/target/iscsi/ |
H A D | iscsi_target_tmr.c | 588 * will resend a new R2T for the DataOUT sequences in question. iscsit_task_reassign_prepare_write()
|
/linux-4.1.27/fs/dlm/ |
H A D | recover.c | 487 * requestqueue, cannot know whether it should ignore the reply and resend the
|
H A D | lowcomms.c | 622 log_print("Shouldn't resend data via listening connection."); retry_failed_sctp_send()
|
/linux-4.1.27/net/dccp/ |
H A D | output.c | 259 * For robustness we resend Confirm options until the client has dccp_xmit_packet()
|
/linux-4.1.27/drivers/hwmon/ |
H A D | applesmc.c | 207 /* busy: long wait and resend */ send_byte()
|
/linux-4.1.27/drivers/net/ethernet/amd/ |
H A D | ni65.c | 1014 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 D | ixgbe_82598.c | 89 /* disable completion timeout resend */ ixgbe_set_pcie_completion_timeout()
|
/linux-4.1.27/drivers/net/wireless/ath/ath10k/ |
H A D | htt.h | 126 * postponed: only for HL hosts. indicates if this is a resend
|
/linux-4.1.27/drivers/net/ethernet/via/ |
H A D | via-velocity.h | 166 * we should try to resend it
|
/linux-4.1.27/drivers/net/wireless/ath/carl9170/ |
H A D | rx.c | 957 * the firmware will resend the missing bits when carl9170_rx_stream()
|
/linux-4.1.27/drivers/bluetooth/ |
H A D | btmrvl_sdio.c | 547 /* 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 D | dlmmaster.c | 1340 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 D | dlmrecovery.c | 1662 resend: dlm_do_master_requery() 1672 goto resend; dlm_do_master_requery()
|
/linux-4.1.27/fs/nfs/filelayout/ |
H A D | filelayout.c | 185 * references are put. Mark layout as invalid to resend failed filelayout_async_handle_error()
|
/linux-4.1.27/net/llc/ |
H A D | llc_conn.c | 220 * llc_conn_resend_i_pdu_as_cmd - resend all all unacknowledged I PDUs
|
/linux-4.1.27/include/linux/ |
H A D | irq.h | 310 * @irq_retrigger: resend an IRQ to the CPU
|
/linux-4.1.27/drivers/staging/lustre/lustre/lmv/ |
H A D | lmv_obd.c | 2285 * 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 D | io_apic.c | 1776 * 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 D | dbri.c | 1573 * 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 D | lib8390.c | 839 * Leave loopback mode, and resend any packet that got stopped. ei_rx_overrun()
|
H A D | axnet_cs.c | 1505 * Leave loopback mode, and resend any packet that got stopped. ei_rx_overrun()
|
/linux-4.1.27/drivers/net/wan/ |
H A D | sbni.c | 632 /* if frame was sended but not ACK'ed - resend it */ send_frame()
|
/linux-4.1.27/drivers/net/ethernet/smsc/ |
H A D | smc9194.c | 1271 . ( resend? Not really, since we don't want old packets around )
|
/linux-4.1.27/drivers/hid/ |
H A D | hid-wiimote-core.c | 1408 /* 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 D | l2tp_ppp.c | 1161 /* resend to session ioctl handler */ pppol2tp_tunnel_ioctl()
|
/linux-4.1.27/net/mac80211/ |
H A D | tdls.c | 957 bool try_resend; /* Should we keep skb for possible resend */ ieee80211_tdls_prep_mgmt_packet()
|
/linux-4.1.27/drivers/mmc/card/ |
H A D | block.c | 1976 * prepare it again and resend. mmc_blk_issue_rw_rq()
|
/linux-4.1.27/drivers/net/wireless/mwifiex/ |
H A D | pcie.c | 1907 /* Setting this to 0 to resend from same offset */ mwifiex_prog_fw_w_helper()
|
H A D | sdio.c | 960 /* 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 D | halbtc8821a1ant.c | 2767 /* Here we need to resend some wifi info to BT*/ ex_halbtc8821a1ant_bt_info_notify()
|
H A D | halbtc8192e2ant.c | 3676 /* Here we need to resend some wifi info to BT ex_halbtc8192e2ant_bt_info_notify()
|
H A D | halbtc8723b1ant.c | 2958 /* Here we need to resend some wifi info to BT ex_halbtc8723b1ant_bt_info_notify()
|
H A D | halbtc8723b2ant.c | 3548 /* Here we need to resend some wifi info to BT ex_btc8723b2ant_bt_info_notify()
|
H A D | halbtc8821a2ant.c | 3723 /* Here we need to resend some wifi info to BT*/ ex_halbtc8821a2ant_bt_info_notify()
|
/linux-4.1.27/drivers/tty/ |
H A D | nozomi.c | 1530 /* Send 0x0001, command card to resend the reset token. */ nozomi_card_exit()
|
H A D | n_gsm.c | 1466 * SABM and DISC). We resend the command until the retry count runs out
|
/linux-4.1.27/drivers/net/bonding/ |
H A D | bond_main.c | 876 /* 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 D | file.c | 2623 /* 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 D | e1000_82575.c | 2014 /* disable completion timeout resend */ igb_set_pcie_completion_timeout()
|
/linux-4.1.27/drivers/scsi/lpfc/ |
H A D | lpfc_nportdisc.c | 291 * the FLOGI and resend it first. lpfc_rcv_plogi()
|
/linux-4.1.27/drivers/scsi/qla2xxx/ |
H A D | qla_mr.c | 1586 * durinng system boot - info should be resend qlafx00_timer_routine()
|
H A D | qla_os.c | 4922 "ISPFx00 Host Info resend scheduled\n"); qla2x00_do_dpc()
|
/linux-4.1.27/drivers/scsi/fcoe/ |
H A D | fcoe_ctlr.c | 1673 * fcoe_ctlr_flogi_retry() - resend FLOGI request to a new FCF if possible
|
/linux-4.1.27/drivers/scsi/ |
H A D | libiscsi.c | 1077 * Just resend. iscsi_handle_reject()
|
/linux-4.1.27/net/sunrpc/ |
H A D | xprtsock.c | 672 /* 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 D | e1000_main.c | 3042 * the internal Tx FIFO ring boundary by notifying the stack to resend
|
/linux-4.1.27/drivers/net/ethernet/myricom/myri10ge/ |
H A D | myri10ge.c | 520 * chipsets resend dropped PCIe messages
|
/linux-4.1.27/net/batman-adv/ |
H A D | translation-table.c | 668 /* if any "dynamic" flag has been modified, resend an ADD event for this
|
/linux-4.1.27/net/bluetooth/ |
H A D | hci_core.c | 4112 * need to resend whatever was the last sent hci_req_cmd_complete()
|
/linux-4.1.27/drivers/scsi/sym53c8xx_2/ |
H A D | sym_hipd.c | 2362 * must resend the whole thing that failed parity checking sym_int_par()
|
/linux-4.1.27/drivers/usb/host/ |
H A D | xhci.c | 2945 * 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 D | mptbase.c | 1310 * If we already allocated memory in past, then resend the same pointer.
|
/linux-4.1.27/drivers/gpu/drm/i915/ |
H A D | intel_display.c | 5218 * FIXME: should we also set the resend bit here? vlv_program_pfi_credits()
|