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

/drivers/misc/mei/
H A Dinit.c108 dev->reset_count++;
109 if (dev->reset_count > MEI_MAX_CONSEC_RESET) {
193 dev->reset_count = 0;
258 dev->reset_count = 0;
367 dev->reset_count = 0;
H A Dmei_dev.h439 * @reset_count : number of consecutive resets
524 unsigned long reset_count; member in struct:mei_device
H A Dclient.c463 dev->reset_count = 0;
/drivers/video/fbdev/omap/
H A Dlcdc.c151 static unsigned long reset_count; local
155 reset_count++;
156 if (reset_count == 1 || time_after(jiffies, last_jiffies + HZ)) {
159 status, reset_count);
162 if (reset_count < 100) {
165 reset_count = 0;
/drivers/net/ethernet/qualcomm/
H A Dqca_spi.c441 static u16 reset_count; local
494 reset_count = 0;
497 reset_count++;
499 reset_count);
500 if (reset_count >= QCASPI_RESET_TIMEOUT) {
/drivers/staging/rtl8192e/rtl8192e/
H A Drtl_dm.c1843 (priv->reset_count == reset_cnt))
1846 reset_cnt = priv->reset_count;
1872 (priv->reset_count == reset_cnt)) {
1876 if (priv->reset_count != reset_cnt)
1879 reset_cnt = priv->reset_count;
1920 (priv->reset_count == reset_cnt_highpwr))
1931 (priv->reset_count == reset_cnt_highpwr))
1944 reset_cnt_highpwr = priv->reset_count;
1983 if (priv->reset_count != reset_cnt) {
1985 reset_cnt = priv->reset_count;
[all...]
H A Drtl_core.h953 u32 reset_count; member in struct:r8192_priv
H A Drtl_core.c1604 priv->reset_count++;
1611 priv->reset_count);
/drivers/staging/rtl8192u/
H A Dr8192U_dm.c2053 (priv->reset_count == reset_cnt))
2059 reset_cnt = priv->reset_count;
2109 (priv->reset_count == reset_cnt))
2116 if (priv->reset_count != reset_cnt)
2119 reset_cnt = priv->reset_count;
2212 (priv->reset_count == reset_cnt_highpwr))
2233 (priv->reset_count == reset_cnt_highpwr))
2255 reset_cnt_highpwr = priv->reset_count;
2302 if(priv->reset_count != reset_cnt)
2305 reset_cnt = priv->reset_count;
[all...]
H A Dr8192U.h1097 u32 reset_count; member in struct:r8192_priv
H A Dr8192U_core.c3181 priv->reset_count++;
3188 RT_TRACE(COMP_RESET, "Reset finished!! ====>[%d]\n", priv->reset_count);
/drivers/scsi/
H A Dhptiop.h333 atomic_t reset_count; member in struct:hptiop_hba
H A Dips.h566 uint8_t reset_count; member in struct:__anon5528
1056 uint16_t reset_count; /* number of resets */ member in struct:ips_ha
H A Dhptiop.c1086 atomic_inc(&hba->reset_count);
1338 atomic_set(&hba->reset_count, 0);
H A Dips.c1000 ha->reset_count++;
2421 ha->reset_count = 1;
5948 scb->cmd.ffdc.reset_count = ha->reset_count;
5984 scb->cmd.ffdc.reset_count = 0;
/drivers/net/wireless/libertas/
H A Dif_usb.c835 static int reset_count = 10; local
888 if (--reset_count >= 0) {
917 if (--reset_count >= 0) {
/drivers/net/wireless/libertas_tf/
H A Dif_usb.c820 static int reset_count = 10; local
859 if (--reset_count >= 0) {
888 if (--reset_count >= 0) {
/drivers/scsi/qla2xxx/
H A Dqla_target.c1220 mcmd->reset_count = vha->hw->chip_reset;
1367 if (qla2x00_reset_active(vha) || mcmd->reset_count != ha->chip_reset) {
1374 qla2x00_reset_active(vha), mcmd->reset_count,
2326 if (qla2x00_reset_active(vha) || cmd->reset_count != ha->chip_reset) {
2335 qla2x00_reset_active(vha), cmd->reset_count,
2466 if (qla2x00_reset_active(vha) || cmd->reset_count != ha->chip_reset) {
2475 qla2x00_reset_active(vha), cmd->reset_count,
3459 cmd->reset_count = vha->hw->chip_reset;
3496 mcmd->reset_count = vha->hw->chip_reset;
3632 mcmd->reset_count
[all...]
H A Dqla_target.h930 uint32_t reset_count; member in struct:qla_tgt_cmd
990 uint32_t reset_count; member in struct:qla_tgt_mgmt_cmd
H A Dqla_def.h1060 uint8_t reset_count; member in struct:__anon6012
/drivers/net/ethernet/dec/tulip/
H A Ddmfe.c271 unsigned long reset_count; member in struct:dmfe_board_info
786 db->tx_jabber_timeout, db->reset_count, db->reset_cr8,
1196 db->reset_count++;
H A Duli526x.c183 unsigned long reset_count; member in struct:uli526x_board_info
1057 db->reset_count++;
/drivers/gpu/drm/i915/
H A Dintel_uncore.c1044 args->reset_count = i915_reset_count(&dev_priv->gpu_error);
1046 args->reset_count = 0;
H A Di915_gpu_error.c359 err_printf(m, "Reset count: %u\n", error->reset_count);
1259 error->reset_count = i915_reset_count(&dev_priv->gpu_error);
H A Di915_drv.h326 u32 reset_count; member in struct:drm_i915_error_state

Completed in 2249 milliseconds