| /linux/drivers/ata/ |
| H A D | libata-pata-timings.c | 68 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 D | pata_cmd640.c | 77 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 D | pata_cmd64x.c | 134 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 D | pata_ns87410.c | 81 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 D | pata_icside.c | 205 if (t.active <= 50 && t.recover <= 375 && t.cycle <= 425) { in pata_icside_set_dmamode() 208 } else if (t.active <= 125 && t.recover <= 375 && t.cycle <= 500) { in pata_icside_set_dmamode() 211 } else if (t.active <= 200 && t.recover <= 550 && t.cycle <= 750) { in pata_icside_set_dmamode() 220 t.active, t.recover, t.cycle, iomd_type); in pata_icside_set_dmamode()
|
| H A D | pata_ali.c | 185 t->recover = clamp_val(t->recover, 1, 16) & 15; in ali_program_modes() 189 pci_write_config_byte(pdev, drwt, (t->active << 4) | t->recover); in ali_program_modes()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
| H A D | reporter_rx.c | 134 rq->stats->recover++; in mlx5e_rx_reporter_err_icosq_cqe_recover() 138 xskrq->stats->recover++; in mlx5e_rx_reporter_err_icosq_cqe_recover() 164 rq->stats->recover++; in mlx5e_rx_reporter_err_rq_cqe_recover() 208 return err_ctx->recover(err_ctx->ctx); in mlx5e_rx_reporter_recover_from_ctx() 618 err_ctx.recover = mlx5e_rx_reporter_timeout_recover; in mlx5e_reporter_rx_timeout() 637 err_ctx.recover = mlx5e_rx_reporter_err_rq_cqe_recover; in mlx5e_reporter_rq_cqe_err() 651 err_ctx.recover = mlx5e_rx_reporter_err_icosq_cqe_recover; in mlx5e_reporter_icosq_cqe_err() 673 .recover = mlx5e_rx_reporter_recover,
|
| H A D | reporter_tx.c | 121 sq->stats->recover++; in mlx5e_tx_reporter_err_cqe_recover() 248 return err_ctx->recover(err_ctx->ctx); in mlx5e_tx_reporter_recover_from_ctx() 540 err_ctx.recover = mlx5e_tx_reporter_err_cqe_recover; in mlx5e_reporter_tx_err_cqe() 556 err_ctx.recover = mlx5e_tx_reporter_timeout_recover; in mlx5e_reporter_tx_timeout() 577 err_ctx.recover = mlx5e_tx_reporter_ptpsq_unhealthy_recover; in mlx5e_reporter_tx_ptpsq_unhealthy() 591 .recover = mlx5e_tx_reporter_recover,
|
| /linux/Documentation/networking/device_drivers/ethernet/marvell/ |
| H A D | octeontx2.rst | 194 …state healthy error 2872 recover 2872 last_dump_date 2020-12-10 last_dump_time 09:39:09 grace_peri… 196 …state healthy error 2872 recover 2872 last_dump_date 2020-12-11 last_dump_time 04:43:04 grace_peri… 198 …state healthy error 2871 recover 2871 last_dump_date 2020-12-10 last_dump_time 09:39:17 grace_peri… 200 …state healthy error 0 recover 0 last_dump_date 2020-12-10 last_dump_time 09:32:40 grace_period 0 a… 256 state healthy error 0 recover 0 grace_period 0 auto_recover true auto_dump true 258 state healthy error 0 recover 0 grace_period 0 auto_recover true auto_dump true 260 state healthy error 0 recover 0 grace_period 0 auto_recover true auto_dump true 262 state healthy error 0 recover 0 grace_period 0 auto_recover true auto_dump true 264 …state healthy error 1121 recover 1121 last_dump_date 2021-01-19 last_dump_time 05:42:26 grace_peri… 266 …state healthy error 949 recover 949 last_dump_date 2021-01-19 last_dump_time 05:42:43 grace_period… [all …]
|
| /linux/Documentation/networking/devlink/ |
| H A D | mlx5.rst | 284 - Show number of tx errors indicated, number of recover flows ended successfully, 285 is autorecover enabled and graceful period from last recover:: 312 - Show number of rx errors indicated, number of recover flows ended successfully, 313 is autorecover enabled, and graceful period from last recover:: 341 The fw fatal reporter implements `dump` and `recover` callbacks. 342 It follows fatal errors indications by CR-space dump and recover flow. 345 The recover function runs recover flow which reloads the driver and triggers fw 352 - Run fw recover flow manually:: 354 $ devlink health recover pci/0000:82:00.0 reporter fw_fatal
|
| H A D | devlink-health.rst | 53 - Grace period (and burst period) vs. time passed since last recover 120 driver devlink |recover, 130 | | | | (recover, dump) |
|
| /linux/tools/testing/selftests/drivers/net/netdevsim/ |
| H A D | devlink.sh | 517 devlink health recover $DL_HANDLE reporter empty 543 local recover=`echo $show | jq -r ".recover"` 544 [ "$recover" == "$expected_recover" ] 545 check_err $? "Unexpected \"recover\" value (got $recover, expected $expected_recover)" 584 devlink health recover $DL_HANDLE reporter dummy 619 devlink health recover $DL_HANDLE reporter dummy 625 devlink health recover $DL_HANDLE reporter dummy
|
| /linux/drivers/target/iscsi/ |
| H A D | iscsi_target_erl0.c | 363 goto recover; in iscsit_dataout_check_datasn() 373 recover: in iscsit_dataout_check_datasn() 410 goto recover; in iscsit_dataout_pre_datapduinorder_yes() 420 goto recover; in iscsit_dataout_pre_datapduinorder_yes() 433 recover: in iscsit_dataout_pre_datapduinorder_yes() 653 goto recover; in iscsit_dataout_post_crc_failed() 672 recover: in iscsit_dataout_post_crc_failed()
|
| /linux/scripts/ |
| H A D | Makefile.kasan | 52 -Zsanitizer-recover=kernel-address \ 77 -Zsanitizer-recover=kernel-hwaddress
|
| /linux/Documentation/admin-guide/media/ |
| H A D | rcar-fdp1.rst | 27 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
|
| /linux/arch/powerpc/kernel/ |
| H A D | eeh_pe.c | 406 bool keep, recover; in eeh_pe_tree_remove() local 438 recover = !!(pe->state & EEH_PE_RECOVERING); in eeh_pe_tree_remove() 439 WARN_ON(keep && !recover); in eeh_pe_tree_remove() 441 if (!keep && !recover) { in eeh_pe_tree_remove()
|
| /linux/net/devlink/ |
| H A D | health.c | 116 if (WARN_ON(ops->default_graceful_period && !ops->recover)) in __devlink_health_reporter_create() 131 reporter->auto_recover = !!ops->recover; in __devlink_health_reporter_create() 295 if (reporter->ops->recover && in devlink_nl_health_reporter_fill() 299 if (reporter->ops->recover && in devlink_nl_health_reporter_fill() 303 if (reporter->ops->recover && in devlink_nl_health_reporter_fill() 466 if (!reporter->ops->recover && in devlink_nl_health_reporter_set_doit() 568 if (!reporter->ops->recover) in devlink_health_reporter_recover() 571 err = reporter->ops->recover(reporter, priv_ctx, extack); in devlink_health_reporter_recover()
|
| /linux/fs/dlm/ |
| H A D | Makefile | 15 recover.o \
|
| /linux/Documentation/ABI/testing/ |
| H A D | debugfs-cxl | 30 recover original data. 58 list. It does NOT recover or restore original data that may have 89 recover original data. 116 list. It does NOT recover or restore original data that may have
|
| /linux/Documentation/PCI/ |
| H A D | pci-error-recovery.rst | 101 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 152 Driver returns this if it thinks it might be able to recover 157 Driver returns this if it can't recover without a 160 Driver returns this if it doesn't want to recover at all. 173 If the platform is unable to recover the slot, the next step 206 all drivers on a segment agree that they can try to recover and if no automatic 390 A "permanent failure" has occurred, and the platform cannot recover 416 recover (disconnect them) and try to let other cards on the same segment 417 recover. Keep in mind that in most real life cases, though, there will
|
| H A D | pcieaer-howto.rst | 133 interface. The PCIe protocol can recover without any software 185 the interface. The PCIe protocol can recover without any 193 The AER driver performs a Secondary Bus Reset to recover from 216 whether it can recover without a reset, considers the device unrecoverable 218 recover without a reset, it is skipped. Should one driver request a reset,
|
| /linux/drivers/usb/musb/ |
| H A D | musb_core.h | 184 int (*recover)(struct musb *musb); member 547 if (!musb->ops->recover) in musb_platform_recover() 550 return musb->ops->recover(musb); in musb_platform_recover()
|
| /linux/include/linux/ |
| H A D | suspend.h | 131 void (*recover)(void); member 378 void (*recover)(void); member
|
| /linux/drivers/net/ethernet/marvell/octeontx2/af/ |
| H A D | rvu_devlink.h | 14 .recover = rvu_ ## _name ## _recover, \
|
| /linux/drivers/md/ |
| H A D | dm-raid1.c | 334 static void recover(struct mirror_set *ms, struct dm_region *reg) in recover() function 403 recover(ms, reg); in do_recovery() 690 struct bio_list sync, nosync, recover, *this_list = NULL; in do_writes() local 703 bio_list_init(&recover); in do_writes() 733 this_list = &recover; in do_writes() 778 while ((bio = bio_list_pop(&recover))) in do_writes()
|