Home
last modified time | relevance | path

Searched full:recover (Results 1 – 25 of 1047) sorted by relevance

12345678910>>...42

/openbmc/linux/Documentation/networking/devlink/
H A Dmlx5.rst142 Recover by searching lost interrupts.
145 Recover by flushing the tx queue and reset it.
148 Recover by flushing and re-creating all PTP channels.
162 - Show number of tx errors indicated, number of recover flows ended successfully,
163 is autorecover enabled and graceful period from last recover::
178 Recover (if needed) by flushing the related queue and reset it.
190 - Show number of rx errors indicated, number of recover flows ended successfully,
191 is autorecover enabled, and graceful period from last recover::
219 The fw fatal reporter implements `dump` and `recover` callbacks.
220 It follows fatal errors indications by CR-space dump and recover flow.
[all …]
/openbmc/linux/drivers/ata/
H A Dlibata-pata-timings.c68 q->recover = EZ(t->recover, T); in ata_timing_quantize()
88 m->recover = max(a->recover, b->recover); in ata_timing_merge()
177 if (t->active + t->recover < t->cycle) { in ata_timing_compute()
178 t->active += (t->cycle - (t->active + t->recover)) / 2; in ata_timing_compute()
179 t->recover = t->cycle - t->active; in ata_timing_compute()
187 if (t->active + t->recover > t->cycle) in ata_timing_compute()
188 t->cycle = t->active + t->recover; in ata_timing_compute()
H A Dpata_cmd640.c77 if (t.recover > 16) { in cmd640_set_piomode()
78 t.active += t.recover - 16; in cmd640_set_piomode()
79 t.recover = 16; in cmd640_set_piomode()
87 if (t.recover > 1) in cmd640_set_piomode()
88 t.recover--; /* 640B only */ in cmd640_set_piomode()
90 t.recover = 15; in cmd640_set_piomode()
107 pci_write_config_byte(pdev, arttim + 1, (t.active << 4) | t.recover); in cmd640_set_piomode()
116 timing->reg58[adev->devno] = (t.active << 4) | t.recover; in cmd640_set_piomode()
H A Dpata_cmd64x.c134 t.active, t.recover, t.setup); in cmd64x_set_timing()
135 if (t.recover > 16) { in cmd64x_set_timing()
136 t.active += t.recover - 16; in cmd64x_set_timing()
137 t.recover = 16; in cmd64x_set_timing()
145 if (t.recover == 16) in cmd64x_set_timing()
146 t.recover = 0; in cmd64x_set_timing()
147 else if (t.recover > 1) in cmd64x_set_timing()
148 t.recover--; in cmd64x_set_timing()
150 t.recover = 15; in cmd64x_set_timing()
166 pci_write_config_byte(pdev, drwtim, (t.active << 4) | t.recover); in cmd64x_set_timing()
H A Dpata_legacy.c387 u8 active, recover; in ht6560a_set_piomode() local
394 recover = clamp_val(t.recover, 4, 15); in ht6560a_set_piomode()
401 iowrite8(recover << 4 | active, ap->ioaddr.device_addr); in ht6560a_set_piomode()
421 u8 active, recover; in ht6560b_set_piomode() local
428 recover = clamp_val(t.recover, 2, 16) & 0x0F; in ht6560b_set_piomode()
435 iowrite8(recover << 4 | active, ap->ioaddr.device_addr); in ht6560b_set_piomode()
485 u8 active, recover, setup; in opti82c611a_set_piomode() local
512 recover = clamp_val(t.recover, 1, 16) - 1; in opti82c611a_set_piomode()
522 iowrite8(active << 4 | recover, ap->ioaddr.error_addr); in opti82c611a_set_piomode()
533 iowrite8(active << 4 | recover, ap->ioaddr.data_addr); in opti82c611a_set_piomode()
[all …]
H A Dpata_ns87410.c81 at.recover = clamp_val(at.recover, 1, 12) - 1; in ns87410_set_piomode()
83 idetcr = (at.setup << 6) | (recoverbits[at.recover] << 3) | activebits[at.active]; in ns87410_set_piomode()
H A Dlibata-pmp.c293 * 5 drives under test will timeout, get reset, and recover. in sata_pmp_configure()
446 * otherwise. Don't try hard to recover it. in sata_pmp_quirks()
729 * sata_pmp_eh_recover_pmp - recover PMP
736 * Recover PMP attached to @ap. Recovery procedure is somewhat
816 "failed to recover PMP after %d tries, giving up\n", in sata_pmp_eh_recover_pmp()
886 "failed to recover link after %d tries, disabling\n", in sata_pmp_handle_link_fail()
901 * sata_pmp_eh_recover - recover PMP-enabled port
902 * @ap: ATA port to recover
954 /* recover pmp */ in sata_pmp_eh_recover()
981 /* recover links */ in sata_pmp_eh_recover()
[all …]
/openbmc/linux/Documentation/networking/device_drivers/ethernet/marvell/
H A Docteontx2.rst193 …state healthy error 2872 recover 2872 last_dump_date 2020-12-10 last_dump_time 09:39:09 grace_peri…
195 …state healthy error 2872 recover 2872 last_dump_date 2020-12-11 last_dump_time 04:43:04 grace_peri…
197 …state healthy error 2871 recover 2871 last_dump_date 2020-12-10 last_dump_time 09:39:17 grace_peri…
199 …state healthy error 0 recover 0 last_dump_date 2020-12-10 last_dump_time 09:32:40 grace_period 0 a…
255 state healthy error 0 recover 0 grace_period 0 auto_recover true auto_dump true
257 state healthy error 0 recover 0 grace_period 0 auto_recover true auto_dump true
259 state healthy error 0 recover 0 grace_period 0 auto_recover true auto_dump true
261 state healthy error 0 recover 0 grace_period 0 auto_recover true auto_dump true
263 …state healthy error 1121 recover 1121 last_dump_date 2021-01-19 last_dump_time 05:42:26 grace_peri…
265 …state healthy error 949 recover 949 last_dump_date 2021-01-19 last_dump_time 05:42:43 grace_period…
[all …]
/openbmc/linux/tools/testing/selftests/drivers/net/netdevsim/
H A Ddevlink.sh404 devlink health recover $DL_HANDLE reporter empty
405 check_err $? "Failed recover empty reporter"
430 local recover=`echo $show | jq -r ".recover"`
431 [ "$recover" == "$expected_recover" ]
432 check_err $? "Unexpected \"recover\" value (got $recover, expected $expected_recover)"
471 devlink health recover $DL_HANDLE reporter dummy
472 check_err $? "Failed recover dummy reporter"
506 devlink health recover $DL_HANDLE reporter dummy
507 check_fail $? "Unexpected success of dummy reporter recover"
512 devlink health recover $DL_HANDLE reporter dummy
[all …]
/openbmc/qemu/qapi/
H A Dyank.json49 # A yank instance can be yanked with the @yank qmp command to recover
62 # state. @yank should be used to recover from hangs.
76 # Try to recover from hanging QEMU by yanking the specified instances.
/openbmc/linux/Documentation/PCI/
H A Dpci-error-recovery.rst101 PCI_ERS_RESULT_CAN_RECOVER, /* Device driver can recover without slot reset */
115 The actual steps taken by a platform to recover from a PCI error
145 Driver returns this if it thinks it might be able to recover
150 Driver returns this if it can't recover without a
153 Driver returns this if it doesn't want to recover at all.
166 If the platform is unable to recover the slot, the next step
199 all drivers on a segment agree that they can try to recover and if no automatic
350 A "permanent failure" has occurred, and the platform cannot recover
376 recover (disconnect them) and try to let other cards on the same segment
377 recover. Keep in mind that in most real life cases, though, there will
/openbmc/u-boot/fs/ubifs/
H A Drecovery.c12 * This file implements functions needed to recover from unclean un-mounts.
21 * corruptions which could be caused by power cuts, but it refuses to recover
23 * between these 2 reasons of corruptions and silently recover in the former
220 * ubifs_recover_master_node - recover the master node.
315 * We had to recover the master node, which means there was an in ubifs_recover_master_node()
326 * recover the master node from the second LEB in ubifs_recover_master_node()
332 * mount code will be confused and won't recover the master in ubifs_recover_master_node()
357 ubifs_err(c, "failed to recover master node"); in ubifs_recover_master_node()
617 * ubifs_recover_leb - scan and recover a LEB.
626 * been caused by the unclean unmount from which we are attempting to recover.
[all …]
/openbmc/linux/fs/ubifs/
H A Drecovery.c12 * This file implements functions needed to recover from unclean un-mounts.
21 * corruptions which could be caused by power cuts, but it refuses to recover
23 * between these 2 reasons of corruptions and silently recover in the former
219 * ubifs_recover_master_node - recover the master node.
312 * We had to recover the master node, which means there was an in ubifs_recover_master_node()
323 * recover the master node from the second LEB in ubifs_recover_master_node()
329 * mount code will be confused and won't recover the master in ubifs_recover_master_node()
352 ubifs_err(c, "failed to recover master node"); in ubifs_recover_master_node()
609 * ubifs_recover_leb - scan and recover a LEB.
618 * been caused by the unclean unmount from which we are attempting to recover.
[all …]
/openbmc/linux/arch/s390/pci/
H A Dpci_event.c89 pr_debug("%s: Driver needs reset to recover\n", pci_name(pdev)); in zpci_event_notify_error_detected()
116 pr_debug("%s: Driver needs reset to recover\n", pci_name(pdev)); in zpci_event_do_error_state_clear()
154 /* zpci_event_attempt_error_recovery - Try to recover the given PCI function
155 * @pdev: PCI function to recover currently in the error state
239 * we will inject the error event and let the guest recover the device in zpci_event_io_failure()
283 default: /* PCI function left in the error state attempt to recover */ in __zpci_event_error()
/openbmc/linux/drivers/misc/lkdtm/
H A Dpowerpc.c39 * This triggers exception, If handled correctly we must recover in inject_vmalloc_slb_multihit()
58 * This triggers exception, If handled correctly we must recover in inject_kmalloc_slb_multihit()
109 * much same thing. In any case we must recover from the in lkdtm_PPC_SLB_MULTIHIT()
/openbmc/openbmc/poky/bitbake/lib/bs4/
H A Ddiagnose.py91 recover = kwargs.pop('recover', True)
96 reader, html=html, recover=recover, **kwargs
/openbmc/linux/tools/testing/selftests/powerpc/eeh/
H A Deeh-basic.sh12 # goes to plan we should get them back once the recover process
52 echo "$failed devices failed to recover ($dev_count tested)"
/openbmc/linux/fs/xfs/
H A Dxfs_buf_item_recover.c306 "Trying to recover dquots without QUOTA support built in!"); in xlog_recover_validate_buf_type()
535 * (ie. USR or GRP), then just toss this buffer away; don't recover it.
757 * The magic number might not match the buffer type we are going to recover
762 * so can recover the buffer.
768 * stale metadata block from an old filesystem instance that we need to recover
785 /* v4 filesystems always recover immediately */ in xlog_recover_get_buf_lsn()
791 * UUIDs, so we must recover them immediately. in xlog_recover_get_buf_lsn()
905 * recover all inode buffer types immediately. This problem will be in xlog_recover_get_buf_lsn()
917 /* unknown buffer contents, recover immediately */ in xlog_recover_get_buf_lsn()
928 * in that we only recover a specific set of data from them, namely
[all …]
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dreporter_rx.c132 rq->stats->recover++; in mlx5e_rx_reporter_err_icosq_cqe_recover()
136 xskrq->stats->recover++; in mlx5e_rx_reporter_err_icosq_cqe_recover()
162 rq->stats->recover++; in mlx5e_rx_reporter_err_rq_cqe_recover()
188 return err_ctx->recover(err_ctx->ctx); in mlx5e_rx_reporter_recover_from_ctx()
712 err_ctx.recover = mlx5e_rx_reporter_timeout_recover; in mlx5e_reporter_rx_timeout()
731 err_ctx.recover = mlx5e_rx_reporter_err_rq_cqe_recover; in mlx5e_reporter_rq_cqe_err()
745 err_ctx.recover = mlx5e_rx_reporter_err_icosq_cqe_recover; in mlx5e_reporter_icosq_cqe_err()
764 .recover = mlx5e_rx_reporter_recover,
/openbmc/linux/fs/ocfs2/
H A Dquota.h38 /* Description of one chunk to recover in memory */
42 unsigned long *rc_bitmap; /* Bitmap of entries to recover */
46 struct list_head r_list[OCFS2_MAXQUOTAS]; /* List of chunks to recover */
/openbmc/linux/Documentation/admin-guide/media/
H A Drcar-fdp1.rst27 recover missing lines. This method is also known as blending or Line
30 - The previous and next fields are averaged to recover lines missing from
/openbmc/linux/lib/raid6/
H A Drecov.c18 /* Recover two failed data blocks. */
62 /* Recover failure of one data block plus the P block */
106 /* Recover two failed blocks. */
/openbmc/linux/fs/f2fs/
H A Drecovery.c28 * -> Recover to the latest dnode(F), and drop the last inode(x)
635 /* step 1: recover xattr */ in do_recover_data()
647 /* step 2: recover inline data */ in do_recover_data()
655 /* step 3: recover data indices */ in do_recover_data()
735 /* dest is valid block, try to recover from src to dest */ in do_recover_data()
778 inode->i_ino, file_keep_isize(inode) ? "keep" : "recover", in do_recover_data()
869 f2fs_info(sbi, "recover fsync data on readonly fs"); in f2fs_recover_fsync_data()
890 /* step #2: recover data */ in f2fs_recover_fsync_data()
912 * If fsync data succeeds or there is no fsync data to recover, in f2fs_recover_fsync_data()
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DSimple-2.021 …ay, you may only recover direct damages up to the amount you paid for it (that is zero if you did …
/openbmc/linux/drivers/net/ethernet/sfc/falcon/
H A Denum.h136 * @RESET_TYPE_RECOVER_OR_ALL: Try to recover. Apply RESET_TYPE_ALL
140 * @RESET_TYPE_RECOVER_OR_DISABLE: Try to recover. Apply RESET_TYPE_DISABLE if
146 * @RESET_TYPE_RX_RECOVERY: reset to recover from RX datapath errors

12345678910>>...42