Home
last modified time | relevance | path

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

/Linux-v5.10/include/media/i2c/
Dadv7842.h127 unsigned chip_reset:1; member
/Linux-v5.10/drivers/scsi/qla2xxx/
Dqla_target.c571 sp->fcport->chip_reset = vha->hw->base_qpair->chip_reset; in qla2x00_async_nack_sp_done()
1217 if (sess->chip_reset != sess->vha->hw->base_qpair->chip_reset) { in qla24xx_chk_fcp_state()
2102 mcmd->reset_count = ha->base_qpair->chip_reset; in __qlt_24xx_handle_abts()
2342 if (!vha->flags.online || mcmd->reset_count != qpair->chip_reset) { in qlt_xmit_tm_rsp()
2350 mcmd->reset_count, qpair->chip_reset); in qlt_xmit_tm_rsp()
3222 if (!qpair->fw_started || (cmd->reset_count != qpair->chip_reset) || in qlt_xmit_response()
3247 if (!qpair->fw_started || cmd->reset_count != qpair->chip_reset) { in qlt_xmit_response()
3256 cmd->reset_count, qpair->chip_reset); in qlt_xmit_response()
3388 if (!qpair->fw_started || (cmd->reset_count != qpair->chip_reset) || in qlt_rdy_to_xfer()
3401 cmd->reset_count, qpair->chip_reset); in qlt_rdy_to_xfer()
[all …]
Dqla_mbx.c115 u32 chip_reset; in qla2x00_mailbox_command() local
145 chip_reset = ha->chip_reset; in qla2x00_mailbox_command()
187 if (ha->flags.purge_mbox || chip_reset != ha->chip_reset) { in qla2x00_mailbox_command()
201 if (ha->flags.purge_mbox || chip_reset != ha->chip_reset || in qla2x00_mailbox_command()
266 if (chip_reset != ha->chip_reset) { in qla2x00_mailbox_command()
283 chip_reset != ha->chip_reset) { in qla2x00_mailbox_command()
323 chip_reset != ha->chip_reset) { in qla2x00_mailbox_command()
435 (chip_reset != ha->chip_reset)) { in qla2x00_mailbox_command()
Dqla_init.c1614 fcport->chip_reset = in qla24xx_fcport_handle_login()
1615 vha->hw->base_qpair->chip_reset; in qla24xx_fcport_handle_login()
1917 ea->fcport->chip_reset = vha->hw->base_qpair->chip_reset; in qla24xx_handle_prli_done_event()
2028 ea->fcport->chip_reset = vha->hw->base_qpair->chip_reset; in qla24xx_handle_plogi_done_event()
4961 fcport->chip_reset = vha->hw->base_qpair->chip_reset; in qla2x00_alloc_fcport()
6764 ha->chip_reset++; in qla2x00_abort_isp_cleanup()
6765 ha->base_qpair->chip_reset = ha->chip_reset; in qla2x00_abort_isp_cleanup()
6768 ha->queue_pair_map[i]->chip_reset = in qla2x00_abort_isp_cleanup()
6769 ha->base_qpair->chip_reset; in qla2x00_abort_isp_cleanup()
9002 qpair->chip_reset = ha->base_qpair->chip_reset; in qla2xxx_create_qpair()
Dqla_target.h820 uint32_t chip_reset; member
Dqla_os.c5146 fcport->chip_reset = vha->hw->base_qpair->chip_reset; in qla24xx_create_new_sess()
7381 ha->chip_reset++; in qla_pci_error_cleanup()
7383 ha->base_qpair->chip_reset = ha->chip_reset; in qla_pci_error_cleanup()
7386 ha->queue_pair_map[i]->chip_reset = in qla_pci_error_cleanup()
7387 ha->base_qpair->chip_reset; in qla_pci_error_cleanup()
Dqla_def.h2548 u32 chip_reset; member
3608 u32 chip_reset; member
4547 uint32_t chip_reset; member
Dqla_gs.c3421 if (sp->gen1 != vha->hw->base_qpair->chip_reset) { in qla24xx_async_gnnft_done()
3424 sp->name, sp->gen1, vha->hw->base_qpair->chip_reset); in qla24xx_async_gnnft_done()
3874 sp->gen1 = vha->hw->base_qpair->chip_reset; in qla24xx_async_gnnft()
4039 sp->gen1 = vha->hw->base_qpair->chip_reset; in qla24xx_async_gpnft()
/Linux-v5.10/drivers/net/ethernet/renesas/
Dsh_eth.h464 void (*chip_reset)(struct net_device *ndev); member
Dsh_eth.c540 .chip_reset = sh_eth_chip_reset,
589 .chip_reset = sh_eth_chip_reset_r8a7740,
932 .chip_reset = sh_eth_chip_reset_giga,
976 .chip_reset = sh_eth_chip_reset,
1019 .chip_reset = sh_eth_chip_reset,
3323 if (mdp->cd->chip_reset) in sh_eth_drv_probe()
3324 mdp->cd->chip_reset(ndev); in sh_eth_drv_probe()
/Linux-v5.10/Documentation/ABI/stable/
Dsysfs-class-infiniband439 What: /sys/class/infiniband/qibX/chip_reset
468 chip_reset: (WO) Reset the chip if possible by writing
623 What: /sys/class/infiniband/hfi1_X/chip_reset
640 chip_reset: (WO) Write "reset" to this file to reset the
/Linux-v5.10/drivers/net/wireless/ath/ath9k/
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()
Dmain.c554 goto chip_reset; in ath_isr()
558 goto chip_reset; in ath_isr()
574 goto chip_reset; in ath_isr()
584 chip_reset: in ath_isr()
/Linux-v5.10/drivers/infiniband/hw/hfi1/
Dsysfs.c595 static DEVICE_ATTR_WO(chip_reset);
/Linux-v5.10/drivers/infiniband/hw/qib/
Dqib_sysfs.c681 static DEVICE_ATTR_WO(chip_reset);
/Linux-v5.10/drivers/scsi/qla4xxx/
Dql4_os.c4913 goto chip_reset; in qla4xxx_recover_adapter()
4919 goto chip_reset; in qla4xxx_recover_adapter()
4931 chip_reset: in qla4xxx_recover_adapter()
/Linux-v5.10/drivers/media/i2c/
Dadv7842.c3492 if (pdata->chip_reset) in adv7842_probe()