| /linux/drivers/net/pcs/ |
| H A D | pcs-rzn1-miic.c | 246 u8 reset_count; member 717 ret = reset_control_bulk_assert(miic->of_data->reset_count, miic->rsts); in miic_reset_control_bulk_assert() 729 if (!of_data->reset_count) in miic_reset_control_init() 732 for (i = 0; i < of_data->reset_count; i++) in miic_reset_control_init() 735 ret = devm_reset_control_bulk_get_exclusive(dev, of_data->reset_count, in miic_reset_control_init() 741 ret = reset_control_bulk_deassert(of_data->reset_count, miic->rsts); in miic_reset_control_init() 843 .reset_count = ARRAY_SIZE(rzt2h_reset_ids),
|
| /linux/drivers/gpu/drm/i915/gt/ |
| H A D | selftest_hangcheck.c | 353 unsigned int reset_count, count; in igt_reset_nop() local 360 reset_count = i915_reset_count(global); in igt_reset_nop() 401 if (i915_reset_count(global) != reset_count + ++count) { in igt_reset_nop() 403 engine->name, i915_reset_count(global), reset_count, count); in igt_reset_nop() 437 unsigned int reset_count, reset_engine_count, count; in igt_reset_nop_engine() local 456 reset_count = i915_reset_count(global); in igt_reset_nop_engine() 505 if (i915_reset_count(global) != reset_count) { in igt_reset_nop_engine() 704 unsigned int reset_count, reset_engine_count; in __igt_reset_engine() local 722 reset_count = i915_reset_count(global); in __igt_reset_engine() 789 if (i915_reset_count(global) != reset_count) { in __igt_reset_engine() [all …]
|
| H A D | selftest_reset.c | 212 unsigned int reset_count; in igt_global_reset() local 221 reset_count = i915_reset_count(>->i915->gpu_error); in igt_global_reset() 225 if (i915_reset_count(>->i915->gpu_error) == reset_count) { in igt_global_reset()
|
| /linux/drivers/net/ethernet/qualcomm/ |
| H A D | qca_spi.h | 85 u16 reset_count; member
|
| H A D | qca_spi.c | 553 qca->reset_count = 0; in qcaspi_qca7k_sync() 556 qca->reset_count++; in qcaspi_qca7k_sync() 558 qca->reset_count); in qcaspi_qca7k_sync() 559 if (qca->reset_count >= QCASPI_RESET_TIMEOUT) { in qcaspi_qca7k_sync()
|
| /linux/drivers/net/wireless/ath/ath12k/ |
| H A D | core.c | 1622 atomic_dec(&ab->reset_count); in ath12k_core_restart() 1652 int reset_count, fail_cont_count, i; in ath12k_core_reset() local 1672 reset_count = atomic_inc_return(&ab->reset_count); in ath12k_core_reset() 1674 if (reset_count > 1) { in ath12k_core_reset() 1679 ath12k_warn(ab, "already resetting count %d\n", reset_count); in ath12k_core_reset() 1686 atomic_dec(&ab->reset_count); in ath12k_core_reset()
|
| /linux/Documentation/hwmon/ |
| H A D | sg2042-mcu.rst | 51 reset_count RO Reset count of the SoC
|
| /linux/drivers/net/wireless/marvell/libertas_tf/ |
| H A D | if_usb.c | 813 static int reset_count = 10; in if_usb_prog_firmware() local 854 if (--reset_count >= 0) { in if_usb_prog_firmware() 883 if (--reset_count >= 0) { in if_usb_prog_firmware()
|
| /linux/drivers/scsi/qla2xxx/ |
| H A D | qla_target.h | 886 uint32_t reset_count; member 1003 uint32_t reset_count; member 1048 uint32_t reset_count; member
|
| H A D | qla_target.c | 2068 mcmd->reset_count = ha->base_qpair->chip_reset; in __qlt_24xx_handle_abts() 2325 if (!vha->flags.online || mcmd->reset_count != qpair->chip_reset) { in qlt_xmit_tm_rsp() 2333 mcmd->reset_count, qpair->chip_reset); in qlt_xmit_tm_rsp() 3238 cmd->reset_count != qpair->chip_reset)) { in qlt_xmit_response() 3397 cmd->reset_count != qpair->chip_reset)) { in qlt_rdy_to_xfer() 3880 cmd->reset_count != qpair->chip_reset) { in qlt_abort_cmd() 3998 srr->reset_count = cmd->reset_count; in qlt_prepare_srr_ctio() 4644 cmd->reset_count = vha->hw->base_qpair->chip_reset; in qlt_get_tag() 4777 mcmd->reset_count = ha->base_qpair->chip_reset; in qlt_issue_task_mgmt() 4862 mcmd->reset_count = ha->base_qpair->chip_reset; in __qlt_abort_task() [all …]
|
| /linux/drivers/net/wireless/marvell/libertas/ |
| H A D | if_usb.c | 827 static int reset_count = 10; in if_usb_prog_firmware() local 878 if (--reset_count >= 0) { in if_usb_prog_firmware() 907 if (--reset_count >= 0) { in if_usb_prog_firmware()
|
| /linux/drivers/accel/habanalabs/common/ |
| H A D | habanalabs_ioctl.c | 301 struct hl_info_reset_count reset_count = {0}; in get_reset_count() local 308 reset_count.hard_reset_cnt = hdev->reset_info.hard_reset_cnt; in get_reset_count() 309 reset_count.soft_reset_cnt = hdev->reset_info.compute_reset_cnt; in get_reset_count() 311 return copy_to_user(out, &reset_count, in get_reset_count() 312 min((size_t) max_size, sizeof(reset_count))) ? -EFAULT : 0; in get_reset_count()
|
| /linux/drivers/scsi/ |
| H A D | hptiop.h | 325 atomic_t reset_count; member
|
| H A D | ips.c | 971 ha->reset_count++; in __ips_eh_reset() 2390 ha->reset_count = 1; in ips_hainit() 5912 scb->cmd.ffdc.reset_count = ha->reset_count; in ips_ffdc_reset() 5948 scb->cmd.ffdc.reset_count = 0; in ips_ffdc_time()
|
| /linux/drivers/clk/qcom/ |
| H A D | gpucc-qcm2290.c | 311 .reset_count = 1,
|
| H A D | gpucc-sm6375.c | 375 .reset_count = 3,
|
| H A D | gpucc-sm6115.c | 411 .reset_count = 1,
|
| H A D | gpucc-sm8650.c | 559 .reset_count = 3,
|
| H A D | gpucc-sm8450.c | 686 .reset_count = 3,
|
| /linux/drivers/net/ethernet/dec/tulip/ |
| H A D | dmfe.c | 258 unsigned long reset_count; member 766 db->tx_jabber_timeout, db->reset_count, db->reset_cr8, in dmfe_stop() 1175 db->reset_count++; in dmfe_timer()
|
| H A D | uli526x.c | 173 unsigned long reset_count; member 1052 db->reset_count++; in uli526x_timer()
|
| /linux/drivers/gpu/drm/i915/ |
| H A D | i915_gpu_error.c | 885 err_printf(m, " engine reset count: %u\n", ee->reset_count); in err_print_gt_engines() 924 err_printf(m, "Reset count: %u\n", error->reset_count); in __err_print_to_sgl() 1387 ee->reset_count = i915_reset_engine_count(&i915->gpu_error, engine); in engine_record_registers() 2070 error->reset_count = i915_reset_count(&i915->gpu_error); in capture_gen()
|
| /linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
| H A D | otx2_ethtool.c | 213 *(data++) = pfvf->reset_count; in otx2_get_ethtool_stats() 1423 *(data++) = vf->reset_count; in otx2vf_get_ethtool_stats()
|
| /linux/include/uapi/drm/ |
| H A D | i915_drm.h | 2682 __u32 reset_count; member
|
| /linux/tools/include/uapi/drm/ |
| H A D | i915_drm.h | 2682 __u32 reset_count; member
|