/drivers/ata/ |
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()
|
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()
|
D | pata_legacy.c | 389 u8 active, recover; in ht6560a_set_piomode() local 396 recover = clamp_val(t.recover, 4, 15); in ht6560a_set_piomode() 403 iowrite8(recover << 4 | active, ap->ioaddr.device_addr); in ht6560a_set_piomode() 423 u8 active, recover; in ht6560b_set_piomode() local 430 recover = clamp_val(t.recover, 2, 16) & 0x0F; in ht6560b_set_piomode() 437 iowrite8(recover << 4 | active, ap->ioaddr.device_addr); in ht6560b_set_piomode() 487 u8 active, recover, setup; in opti82c611a_set_piomode() local 514 recover = clamp_val(t.recover, 1, 16) - 1; in opti82c611a_set_piomode() 524 iowrite8(active << 4 | recover, ap->ioaddr.error_addr); in opti82c611a_set_piomode() 535 iowrite8(active << 4 | recover, ap->ioaddr.data_addr); in opti82c611a_set_piomode() [all …]
|
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()
|
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()
|
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()
|
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()
|
D | pata_cypress.c | 69 time_16 = clamp_val(t.recover - 1, 0, 15) | in cy82c693_set_piomode()
|
/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
D | tu102.c | 121 struct gk104_fifo *fifo = container_of(w, typeof(*fifo), recover.work); in tu102_fifo_recover_work() 129 runm = fifo->recover.runm; in tu102_fifo_recover_work() 130 engm = fifo->recover.engm; in tu102_fifo_recover_work() 131 fifo->recover.engm = 0; in tu102_fifo_recover_work() 132 fifo->recover.runm = 0; in tu102_fifo_recover_work() 160 if (fifo->recover.runm & runm) in tu102_fifo_recover_runl() 162 fifo->recover.runm |= runm; in tu102_fifo_recover_runl() 169 schedule_work(&fifo->recover.work); in tu102_fifo_recover_runl() 249 if (fifo->recover.engm & engm) in tu102_fifo_recover_engn() 251 fifo->recover.engm |= engm; in tu102_fifo_recover_engn() [all …]
|
D | gk104.c | 291 struct gk104_fifo *fifo = container_of(w, typeof(*fifo), recover.work); in gk104_fifo_recover_work() 299 runm = fifo->recover.runm; in gk104_fifo_recover_work() 300 engm = fifo->recover.engm; in gk104_fifo_recover_work() 301 fifo->recover.engm = 0; in gk104_fifo_recover_work() 302 fifo->recover.runm = 0; in gk104_fifo_recover_work() 331 if (fifo->recover.runm & runm) in gk104_fifo_recover_runl() 333 fifo->recover.runm |= runm; in gk104_fifo_recover_runl() 340 schedule_work(&fifo->recover.work); in gk104_fifo_recover_runl() 421 if (fifo->recover.engm & engm) in gk104_fifo_recover_engn() 423 fifo->recover.engm |= engm; in gk104_fifo_recover_engn() [all …]
|
D | gf100.c | 149 struct gf100_fifo *fifo = container_of(w, typeof(*fifo), recover.work); in gf100_fifo_recover_work() 156 engm = fifo->recover.mask; in gf100_fifo_recover_work() 157 fifo->recover.mask = 0ULL; in gf100_fifo_recover_work() 192 fifo->recover.mask |= BIT(engi); in gf100_fifo_recover() 193 schedule_work(&fifo->recover.work); in gf100_fifo_recover() 617 flush_work(&fifo->recover.work); in gf100_fifo_fini() 695 INIT_WORK(&fifo->recover.work, gf100_fifo_recover_work); in gf100_fifo_new()
|
D | gf100.h | 18 } recover; member
|
D | gk104.h | 20 } recover; member
|
/drivers/net/ethernet/mellanox/mlx5/core/en/ |
D | reporter_rx.c | 116 rq->stats->recover++; in mlx5e_rx_reporter_err_icosq_cqe_recover() 120 xskrq->stats->recover++; in mlx5e_rx_reporter_err_icosq_cqe_recover() 144 rq->stats->recover++; in mlx5e_rx_reporter_err_rq_cqe_recover() 166 return err_ctx->recover(err_ctx->ctx); in mlx5e_rx_reporter_recover_from_ctx() 665 err_ctx.recover = mlx5e_rx_reporter_timeout_recover; in mlx5e_reporter_rx_timeout() 684 err_ctx.recover = mlx5e_rx_reporter_err_rq_cqe_recover; in mlx5e_reporter_rq_cqe_err() 698 err_ctx.recover = mlx5e_rx_reporter_err_icosq_cqe_recover; in mlx5e_reporter_icosq_cqe_err() 717 .recover = mlx5e_rx_reporter_recover,
|
D | reporter_tx.c | 78 sq->stats->recover++; in mlx5e_tx_reporter_err_cqe_recover() 131 return err_ctx->recover(err_ctx->ctx); in mlx5e_tx_reporter_recover_from_ctx() 552 err_ctx.recover = mlx5e_tx_reporter_err_cqe_recover; in mlx5e_reporter_tx_err_cqe() 568 err_ctx.recover = mlx5e_tx_reporter_timeout_recover; in mlx5e_reporter_tx_timeout() 581 .recover = mlx5e_tx_reporter_recover,
|
D | health.h | 40 int (*recover)(void *ctx); member
|
/drivers/target/iscsi/ |
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()
|
/drivers/usb/musb/ |
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()
|
/drivers/net/ethernet/marvell/octeontx2/af/ |
D | rvu_devlink.h | 14 .recover = rvu_ ## _name ## _recover, \
|
/drivers/md/ |
D | dm-raid1.c | 329 static void recover(struct mirror_set *ms, struct dm_region *reg) in recover() function 398 recover(ms, reg); in do_recovery() 683 struct bio_list sync, nosync, recover, *this_list = NULL; in do_writes() local 696 bio_list_init(&recover); in do_writes() 726 this_list = &recover; in do_writes() 771 while ((bio = bio_list_pop(&recover))) in do_writes()
|
/drivers/i2c/busses/ |
D | i2c-bcm-iproc.c | 333 bool recover = false; in bcm_iproc_i2c_check_slave_status() local 347 recover = true; in bcm_iproc_i2c_check_slave_status() 356 recover = true; in bcm_iproc_i2c_check_slave_status() 359 if (recover) { in bcm_iproc_i2c_check_slave_status() 366 return recover; in bcm_iproc_i2c_check_slave_status()
|
/drivers/scsi/cxlflash/ |
D | superpipe.c | 1650 struct dk_cxlflash_recover_afu *recover) in cxlflash_afu_recover() argument 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()
|
/drivers/net/usb/ |
D | cdc_subset.c | 93 .recover = m5632_recover,
|
/drivers/gpu/drm/msm/adreno/ |
D | a5xx_debugfs.c | 133 gpu->funcs->recover(gpu); in reset_set()
|
/drivers/acpi/ |
D | sleep.c | 710 .recover = acpi_pm_finish, 1026 .recover = acpi_pm_finish,
|