Home
last modified time | relevance | path

Searched refs:chip_reset (Results 1 – 17 of 17) sorted by relevance

/Linux-v5.4/include/media/i2c/
Dadv7842.h127 unsigned chip_reset:1; member
/Linux-v5.4/drivers/scsi/qla2xxx/
Dqla_target.c573 sp->fcport->chip_reset = vha->hw->base_qpair->chip_reset; in qla2x00_async_nack_sp_done()
1207 if (sess->chip_reset != sess->vha->hw->base_qpair->chip_reset) { in qla24xx_chk_fcp_state()
2090 mcmd->reset_count = ha->base_qpair->chip_reset; in __qlt_24xx_handle_abts()
2330 if (!vha->flags.online || mcmd->reset_count != qpair->chip_reset) { in qlt_xmit_tm_rsp()
2338 mcmd->reset_count, qpair->chip_reset); in qlt_xmit_tm_rsp()
3206 if (!qpair->fw_started || (cmd->reset_count != qpair->chip_reset) || in qlt_xmit_response()
3231 if (!qpair->fw_started || cmd->reset_count != qpair->chip_reset) { in qlt_xmit_response()
3240 cmd->reset_count, qpair->chip_reset); in qlt_xmit_response()
3372 if (!qpair->fw_started || (cmd->reset_count != qpair->chip_reset) || in qlt_rdy_to_xfer()
3385 cmd->reset_count, qpair->chip_reset); in qlt_rdy_to_xfer()
[all …]
Dqla_mbx.c115 u32 chip_reset; in qla2x00_mailbox_command() local
146 chip_reset = ha->chip_reset; in qla2x00_mailbox_command()
188 if (ha->flags.purge_mbox || chip_reset != ha->chip_reset) { in qla2x00_mailbox_command()
202 if (ha->flags.purge_mbox || chip_reset != ha->chip_reset || in qla2x00_mailbox_command()
268 if (chip_reset != ha->chip_reset) { in qla2x00_mailbox_command()
285 chip_reset != ha->chip_reset) { in qla2x00_mailbox_command()
325 chip_reset != ha->chip_reset) { in qla2x00_mailbox_command()
445 (chip_reset != ha->chip_reset)) { in qla2x00_mailbox_command()
Dqla_init.c1574 fcport->chip_reset = in qla24xx_fcport_handle_login()
1575 vha->hw->base_qpair->chip_reset; in qla24xx_fcport_handle_login()
1845 ea->fcport->chip_reset = vha->hw->base_qpair->chip_reset; in qla24xx_handle_prli_done_event()
1968 ea->fcport->chip_reset = vha->hw->base_qpair->chip_reset; in qla24xx_handle_plogi_done_event()
4822 fcport->chip_reset = vha->hw->base_qpair->chip_reset; in qla2x00_alloc_fcport()
6620 ha->chip_reset++; in qla2x00_abort_isp_cleanup()
6621 ha->base_qpair->chip_reset = ha->chip_reset; in qla2x00_abort_isp_cleanup()
6624 ha->queue_pair_map[i]->chip_reset = in qla2x00_abort_isp_cleanup()
6625 ha->base_qpair->chip_reset; in qla2x00_abort_isp_cleanup()
8900 qpair->chip_reset = ha->base_qpair->chip_reset; in qla2xxx_create_qpair()
Dqla_target.h819 uint32_t chip_reset; member
Dqla_os.c5098 fcport->chip_reset = vha->hw->base_qpair->chip_reset; in qla24xx_create_new_sess()
6839 ha->chip_reset++; in qla_pci_error_cleanup()
6841 ha->base_qpair->chip_reset = ha->chip_reset; in qla_pci_error_cleanup()
6844 ha->queue_pair_map[i]->chip_reset = in qla_pci_error_cleanup()
6845 ha->base_qpair->chip_reset; in qla_pci_error_cleanup()
Dqla_def.h2469 u32 chip_reset; member
3494 u32 chip_reset; member
4263 uint32_t chip_reset; member
Dqla_gs.c3569 if (sp->gen1 != vha->hw->base_qpair->chip_reset) { in qla24xx_async_gnnft_done()
3572 sp->name, sp->gen1, vha->hw->base_qpair->chip_reset); in qla24xx_async_gnnft_done()
3983 sp->gen1 = vha->hw->base_qpair->chip_reset; in qla24xx_async_gnnft()
4147 sp->gen1 = vha->hw->base_qpair->chip_reset; in qla24xx_async_gpnft()
/Linux-v5.4/drivers/net/ethernet/renesas/
Dsh_eth.h465 void (*chip_reset)(struct net_device *ndev); member
Dsh_eth.c590 .chip_reset = sh_eth_chip_reset,
639 .chip_reset = sh_eth_chip_reset_r8a7740,
977 .chip_reset = sh_eth_chip_reset_giga,
1020 .chip_reset = sh_eth_chip_reset,
1062 .chip_reset = sh_eth_chip_reset,
3369 if (mdp->cd->chip_reset) in sh_eth_drv_probe()
3370 mdp->cd->chip_reset(ndev); in sh_eth_drv_probe()
/Linux-v5.4/Documentation/ABI/stable/
Dsysfs-class-infiniband460 What: /sys/class/infiniband/qibX/chip_reset
488 chip_reset: (WO) Reset the chip if possible by writing
636 What: /sys/class/infiniband/hfi1_X/chip_reset
652 chip_reset: (WO) Write "reset" to this file to reset the
/Linux-v5.4/drivers/net/wireless/ath/ath9k/
Dmain.c551 goto chip_reset; in ath_isr()
555 goto chip_reset; in ath_isr()
571 goto chip_reset; in ath_isr()
581 chip_reset: in ath_isr()
Dhtc_drv_main.c1180 bool chip_reset = false; in ath9k_htc_config() local
1191 chip_reset = true; in ath9k_htc_config()
1208 if ((changed & IEEE80211_CONF_CHANGE_CHANNEL) || chip_reset) { in ath9k_htc_config()
/Linux-v5.4/drivers/infiniband/hw/hfi1/
Dsysfs.c595 static DEVICE_ATTR_WO(chip_reset);
/Linux-v5.4/drivers/infiniband/hw/qib/
Dqib_sysfs.c675 static DEVICE_ATTR_WO(chip_reset);
/Linux-v5.4/drivers/scsi/qla4xxx/
Dql4_os.c4885 goto chip_reset; in qla4xxx_recover_adapter()
4891 goto chip_reset; in qla4xxx_recover_adapter()
4903 chip_reset: in qla4xxx_recover_adapter()
/Linux-v5.4/drivers/media/i2c/
Dadv7842.c3492 if (pdata->chip_reset) in adv7842_probe()