/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_legacy.c | 387 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 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 | 132 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() 502 err_ctx.recover = mlx5e_rx_reporter_timeout_recover; in mlx5e_reporter_rx_timeout() 521 err_ctx.recover = mlx5e_rx_reporter_err_rq_cqe_recover; in mlx5e_reporter_rq_cqe_err() 535 err_ctx.recover = mlx5e_rx_reporter_err_icosq_cqe_recover; in mlx5e_reporter_icosq_cqe_err() 554 .recover = mlx5e_rx_reporter_recover,
|
H A D | reporter_tx.c | 109 sq->stats->recover++; in mlx5e_tx_reporter_err_cqe_recover() 212 return err_ctx->recover(err_ctx->ctx); in mlx5e_tx_reporter_recover_from_ctx() 479 err_ctx.recover = mlx5e_tx_reporter_err_cqe_recover; in mlx5e_reporter_tx_err_cqe() 495 err_ctx.recover = mlx5e_tx_reporter_timeout_recover; in mlx5e_reporter_tx_timeout() 516 err_ctx.recover = mlx5e_tx_reporter_ptpsq_unhealthy_recover; in mlx5e_reporter_tx_ptpsq_unhealthy() 527 .recover = mlx5e_tx_reporter_recover,
|
H A D | health.h | 40 int (*recover)(void *ctx); member
|
/linux/tools/testing/selftests/drivers/net/netdevsim/ |
H A D | devlink.sh | 411 devlink health recover $DL_HANDLE reporter empty 437 local recover=`echo $show | jq -r ".recover"` 438 [ "$recover" == "$expected_recover" ] 439 check_err $? "Unexpected \"recover\" value (got $recover, expected $expected_recover)" 478 devlink health recover $DL_HANDLE reporter dummy 513 devlink health recover $DL_HANDLE reporter dummy 519 devlink health recover $DL_HANDLE reporter dummy
|
/linux/scripts/ |
H A D | Makefile.kasan | 52 -Zsanitizer-recover=kernel-address \ 77 -Zsanitizer-recover=kernel-hwaddress
|
/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/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/Documentation/networking/devlink/ |
H A D | devlink-health.rst | 53 - Grace period vs. time passed since last recover 120 driver devlink |recover, 130 | | | | (recover, dump) |
|
/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/fs/dlm/ |
H A D | Makefile | 15 recover.o \
|
/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 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
|
/linux/include/linux/ |
H A D | suspend.h | 131 void (*recover)(void); member 373 void (*recover)(void); member
|
/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/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 | 298 * are in the no-sync state. We have to recover these by 335 static void recover(struct mirror_set *ms, struct dm_region *reg) in recover() function 404 recover(ms, reg); in do_recovery() 691 struct bio_list sync, nosync, recover, *this_list = NULL; in do_writes() local 704 bio_list_init(&recover); in do_writes() 734 this_list = &recover; in do_writes() 754 * be written to (writes to recover regions are going to in do_writes() 779 while ((bio = bio_list_pop(&recover))) in do_writes()
|
/linux/kernel/power/ |
H A D | hibernate.c | 256 if (platform_mode && hibernation_ops && hibernation_ops->recover) in platform_recover() 257 hibernation_ops->recover(); in platform_recover() 592 if (hibernation_ops->recover) in hibernation_platform_enter() 593 hibernation_ops->recover(); in hibernation_platform_enter()
|
H A D | suspend.c | 320 if (state != PM_SUSPEND_TO_IDLE && suspend_ops->recover) in platform_recover() 321 suspend_ops->recover(); in platform_recover()
|
/linux/drivers/scsi/cxlflash/ |
H A D | superpipe.c | 311 * in scsi_execute_cmd(), the EEH handler will attempt to recover. As part of 1651 struct dk_cxlflash_recover_afu *recover = arg; in cxlflash_afu_recover() local 1660 u64 ctxid = DECODE_CTXID(recover->context_id), in cxlflash_afu_recover() 1661 rctxid = recover->context_id; in cxlflash_afu_recover() 1685 __func__, recover->reason, rctxid); in cxlflash_afu_recover() 1727 recover->hdr.return_flags = flags; in cxlflash_afu_recover() 1728 recover->context_id = ctxi->ctxid; in cxlflash_afu_recover() 1729 recover->adap_fd = new_adap_fd; in cxlflash_afu_recover() 1730 recover->mmio_size = sizeof(afu->afu_map->hosts[0].harea); in cxlflash_afu_recover()
|