Home
last modified time | relevance | path

Searched refs:reset_count (Results 1 – 25 of 30) sorted by relevance

12

/linux/drivers/net/pcs/
H A Dpcs-rzn1-miic.c226 u8 reset_count; member
623 ret = reset_control_bulk_assert(miic->of_data->reset_count, miic->rsts); in miic_reset_control_bulk_assert()
635 if (!of_data->reset_count) in miic_reset_control_init()
638 for (i = 0; i < of_data->reset_count; i++) in miic_reset_control_init()
641 ret = devm_reset_control_bulk_get_exclusive(dev, of_data->reset_count, in miic_reset_control_init()
647 ret = reset_control_bulk_deassert(of_data->reset_count, miic->rsts); in miic_reset_control_init()
746 .reset_count = ARRAY_SIZE(rzt2h_reset_ids),
/linux/drivers/gpu/drm/i915/gt/
H A Dselftest_reset.c212 unsigned int reset_count; in igt_global_reset() local
221 reset_count = i915_reset_count(&gt->i915->gpu_error); in igt_global_reset()
225 if (i915_reset_count(&gt->i915->gpu_error) == reset_count) { in igt_global_reset()
/linux/drivers/net/ethernet/qualcomm/
H A Dqca_spi.h85 u16 reset_count; member
H A Dqca_spi.c553 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/Documentation/hwmon/
H A Dsg2042-mcu.rst51 reset_count RO Reset count of the SoC
/linux/drivers/net/wireless/marvell/libertas_tf/
H A Dif_usb.c813 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/net/wireless/marvell/libertas/
H A Dif_usb.c825 static int reset_count = 10; in if_usb_prog_firmware() local
876 if (--reset_count >= 0) { in if_usb_prog_firmware()
905 if (--reset_count >= 0) { in if_usb_prog_firmware()
/linux/drivers/scsi/qla2xxx/
H A Dqla_target.h886 uint32_t reset_count; member
1003 uint32_t reset_count; member
1048 uint32_t reset_count; member
H A Dqla_target.c2068 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/ath/ath11k/
H A Dcore.c2450 int reset_count, fail_cont_count; in ath11k_core_reset() local
2470 reset_count = atomic_inc_return(&ab->reset_count); in ath11k_core_reset()
2472 if (reset_count > 1) { in ath11k_core_reset()
2477 ath11k_warn(ab, "already resetting count %d\n", reset_count); in ath11k_core_reset()
2485 atomic_dec(&ab->reset_count); in ath11k_core_reset()
H A Dcore.h1007 atomic_t reset_count; member
/linux/drivers/scsi/
H A Dhptiop.h325 atomic_t reset_count; member
H A Dhptiop.c1069 atomic_inc(&hba->reset_count); in hptiop_reset_hba()
1330 atomic_set(&hba->reset_count, 0); in hptiop_probe()
/linux/drivers/clk/qcom/
H A Dgpucc-qcm2290.c311 .reset_count = 1,
H A Dgpucc-sm6375.c375 .reset_count = 3,
H A Dgpucc-sm6115.c411 .reset_count = 1,
H A Dgpucc-sm8650.c559 .reset_count = 3,
H A Dgpucc-sm8450.c686 .reset_count = 3,
/linux/drivers/net/ethernet/dec/tulip/
H A Ddmfe.c258 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 Duli526x.c173 unsigned long reset_count; member
1052 db->reset_count++; in uli526x_timer()
/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_ethtool.c211 *(data++) = pfvf->reset_count; in otx2_get_ethtool_stats()
1418 *(data++) = vf->reset_count; in otx2vf_get_ethtool_stats()
/linux/include/uapi/drm/
H A Di915_drm.h2682 __u32 reset_count; member
/linux/tools/include/uapi/drm/
H A Di915_drm.h2682 __u32 reset_count; member
/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_device_queue_manager.c2219 int r = 0, reset_count = 0, i; in reset_hung_queues() local
2256 reset_count++; in reset_hung_queues()
2259 if (reset_count == dqm->detect_hang_count) in reset_hung_queues()
/linux/drivers/misc/mei/
H A Dclient.c708 dev->reset_count = 0; in mei_host_client_init()

12