Searched refs:reset_cnt (Results 1 – 17 of 17) sorted by relevance
/linux-6.3-rc2/crypto/ |
A D | jitterentropy-kcapi.c | 105 unsigned int reset_cnt; member 142 if (rng->reset_cnt > (1<<10)) { in jent_kcapi_random() 155 rng->reset_cnt++; in jent_kcapi_random() 159 rng->reset_cnt = 0; in jent_kcapi_random()
|
/linux-6.3-rc2/drivers/staging/rtl8192e/rtl8192e/ |
A D | rtl_dm.c | 1203 static u32 reset_cnt; in _rtl92e_dm_ctrl_initgain_byrssi_false_alarm() local 1226 reset_cnt = priv->reset_count; in _rtl92e_dm_ctrl_initgain_byrssi_false_alarm() 1259 reset_cnt = priv->reset_count; in _rtl92e_dm_ctrl_initgain_byrssi_false_alarm() 1334 static u32 reset_cnt; in _rtl92e_dm_initial_gain() local 1338 reset_cnt = 0; in _rtl92e_dm_initial_gain() 1367 reset_cnt = priv->reset_count; in _rtl92e_dm_initial_gain() 1390 static u32 reset_cnt; in _rtl92e_dm_pd_th() local 1394 reset_cnt = 0; in _rtl92e_dm_pd_th() 1458 static u32 reset_cnt; in _rtl92e_dm_cs_ratio() local 1462 reset_cnt = 0; in _rtl92e_dm_cs_ratio() [all …]
|
/linux-6.3-rc2/drivers/staging/rtl8192u/ |
A D | r8192U_dm.c | 1701 static u32 reset_cnt; in dm_ctrl_initgain_byrssi_by_fwfalse_alarm() local 1739 reset_cnt = priv->reset_count; in dm_ctrl_initgain_byrssi_by_fwfalse_alarm() 1791 reset_cnt = priv->reset_count; in dm_ctrl_initgain_byrssi_by_fwfalse_alarm() 1921 static u32 reset_cnt; in dm_initial_gain() local 1926 reset_cnt = 0; in dm_initial_gain() 1952 reset_cnt = priv->reset_count; in dm_initial_gain() 1981 static u32 reset_cnt; in dm_pd_th() local 1985 reset_cnt = 0; in dm_pd_th() 2063 static u32 reset_cnt; in dm_cs_ratio() local 2067 reset_cnt = 0; in dm_cs_ratio() [all …]
|
/linux-6.3-rc2/include/uapi/linux/ |
A D | pfrut.h | 205 __u32 reset_cnt; member
|
/linux-6.3-rc2/drivers/iio/common/ssp_sensors/ |
A D | ssp.h | 194 unsigned int reset_cnt; member
|
A D | ssp_dev.c | 160 __func__, data->available_sensors, data->reset_cnt, in ssp_wdt_work_func() 405 data->reset_cnt++; in ssp_refresh_task()
|
/linux-6.3-rc2/tools/power/acpi/tools/pfrut/ |
A D | pfrut.c | 253 printf("reset_cnt:%d\n", data_info.reset_cnt); in main()
|
/linux-6.3-rc2/drivers/acpi/ |
A D | pfr_telemetry.c | 141 data_info->reset_cnt = in get_pfrt_log_data_info()
|
/linux-6.3-rc2/drivers/net/ethernet/google/gve/ |
A D | gve.h | 571 u32 reset_cnt; /* count of reset */ member
|
A D | gve_ethtool.c | 228 data[i++] = priv->reset_cnt; in gve_get_ethtool_stats()
|
A D | gve_main.c | 1557 priv->reset_cnt++; in gve_reset()
|
/linux-6.3-rc2/drivers/infiniband/hw/hns/ |
A D | hns_roce_hw_v2.c | 1063 val > hr_dev->reset_cnt, HW_RESET_SLEEP_US, in hns_roce_v2_cmd_hw_resetting() 1086 if (ops->ae_dev_reset_cnt(handle) != hr_dev->reset_cnt) in hns_roce_v2_cmd_sw_resetting() 1098 unsigned long reset_cnt; in check_aedev_reset_status() local 1111 reset_cnt = ops->ae_dev_reset_cnt(handle); in check_aedev_reset_status() 1112 if (reset_cnt != hr_dev->reset_cnt) in check_aedev_reset_status() 1134 if (hr_dev->reset_cnt != ops->ae_dev_reset_cnt(handle)) in check_device_is_in_reset() 1444 hr_dev->reset_cnt) { in func_clr_sw_resetting_state() 1464 if (ops->ae_dev_reset_cnt(handle) != hr_dev->reset_cnt) { in hns_roce_func_clr_rst_proc() 6791 hr_dev->reset_cnt = handle->ae_algo->ops->ae_dev_reset_cnt(handle); in hns_roce_hw_v2_get_cfg()
|
A D | hns_roce_device.h | 899 unsigned long reset_cnt; member
|
/linux-6.3-rc2/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
A D | hclge_main.h | 785 u32 reset_cnt; /* the number of reset */ member
|
A D | hclge_main.c | 4358 hdev->rst_stats.reset_cnt++; in hclge_reset_prepare() 11147 int rst_cnt = hdev->rst_stats.reset_cnt; in hclge_init_nic_client_instance() 11156 rst_cnt != hdev->rst_stats.reset_cnt) { in hclge_init_nic_client_instance() 11203 rst_cnt = hdev->rst_stats.reset_cnt; in hclge_init_roce_client_instance() 11210 rst_cnt != hdev->rst_stats.reset_cnt) { in hclge_init_roce_client_instance()
|
A D | hclge_debugfs.c | 1697 hdev->rst_stats.reset_cnt); in hclge_dbg_dump_rst_info()
|
/linux-6.3-rc2/drivers/net/ethernet/neterion/ |
A D | s2io.c | 3407 unsigned long long up_cnt, down_cnt, up_time, down_time, reset_cnt; in s2io_reset() local 3473 reset_cnt = swstats->soft_reset_cnt; in s2io_reset() 3485 swstats->soft_reset_cnt = reset_cnt; in s2io_reset()
|
Completed in 94 milliseconds