Home
last modified time | relevance | path

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

/Linux-v4.19/include/media/i2c/
Dadv7842.h127 unsigned chip_reset:1; member
/Linux-v4.19/drivers/scsi/qla2xxx/
Dqla_target.c582 sp->fcport->chip_reset = vha->hw->base_qpair->chip_reset; in qla2x00_async_nack_sp_done()
1221 if (sess->chip_reset != sess->vha->hw->base_qpair->chip_reset) { in qla24xx_chk_fcp_state()
2031 mcmd->reset_count = ha->base_qpair->chip_reset; in __qlt_24xx_handle_abts()
2274 if (!vha->flags.online || mcmd->reset_count != qpair->chip_reset) { in qlt_xmit_tm_rsp()
2282 mcmd->reset_count, qpair->chip_reset); in qlt_xmit_tm_rsp()
3194 if (!qpair->fw_started || cmd->reset_count != qpair->chip_reset) { in qlt_xmit_response()
3204 cmd->reset_count, qpair->chip_reset); in qlt_xmit_response()
3332 if (!qpair->fw_started || (cmd->reset_count != qpair->chip_reset) || in qlt_rdy_to_xfer()
3343 cmd->reset_count, qpair->chip_reset); in qlt_rdy_to_xfer()
4310 cmd->reset_count = vha->hw->base_qpair->chip_reset; in qlt_get_tag()
[all …]
Dqla_mbx.c114 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()
284 chip_reset != ha->chip_reset) { in qla2x00_mailbox_command()
322 chip_reset != ha->chip_reset) { in qla2x00_mailbox_command()
432 (chip_reset != ha->chip_reset)) { in qla2x00_mailbox_command()
Dqla_init.c1390 fcport->chip_reset = in qla24xx_fcport_handle_login()
1391 vha->hw->base_qpair->chip_reset; in qla24xx_fcport_handle_login()
1839 ea->fcport->chip_reset = vha->hw->base_qpair->chip_reset; in qla24xx_handle_prli_done_event()
1927 ea->fcport->chip_reset = vha->hw->base_qpair->chip_reset; in qla24xx_handle_plogi_done_event()
6504 ha->chip_reset++; in qla2x00_abort_isp_cleanup()
6505 ha->base_qpair->chip_reset = ha->chip_reset; in qla2x00_abort_isp_cleanup()
6508 ha->queue_pair_map[i]->chip_reset = in qla2x00_abort_isp_cleanup()
6509 ha->base_qpair->chip_reset; in qla2x00_abort_isp_cleanup()
8615 qpair->chip_reset = ha->base_qpair->chip_reset; in qla2xxx_create_qpair()
Dqla_target.h843 uint32_t chip_reset; member
Dqla_def.h2421 u32 chip_reset; member
3453 u32 chip_reset; member
4177 uint32_t chip_reset; member
Dqla_gs.c3906 if (sp->gen1 != vha->hw->base_qpair->chip_reset) { in qla24xx_async_gnnft_done()
3909 sp->name, sp->gen1, vha->hw->base_qpair->chip_reset); in qla24xx_async_gnnft_done()
4298 sp->gen1 = vha->hw->base_qpair->chip_reset; in qla24xx_async_gnnft()
4441 sp->gen1 = vha->hw->base_qpair->chip_reset; in qla24xx_async_gpnft()
/Linux-v4.19/drivers/net/ethernet/renesas/
Dsh_eth.h465 void (*chip_reset)(struct net_device *ndev); member
Dsh_eth.c590 .chip_reset = sh_eth_chip_reset,
638 .chip_reset = sh_eth_chip_reset_r8a7740,
974 .chip_reset = sh_eth_chip_reset_giga,
1017 .chip_reset = sh_eth_chip_reset,
1058 .chip_reset = sh_eth_chip_reset,
3301 if (mdp->cd->chip_reset) in sh_eth_drv_probe()
3302 mdp->cd->chip_reset(ndev); in sh_eth_drv_probe()
/Linux-v4.19/Documentation/ABI/stable/
Dsysfs-class-infiniband477 What: /sys/class/infiniband/qibX/chip_reset
505 chip_reset: (WO) Reset the chip if possible by writing
653 What: /sys/class/infiniband/hfi1_X/chip_reset
669 chip_reset: (WO) Write "reset" to this file to reset the
/Linux-v4.19/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-v4.19/drivers/infiniband/hw/qib/
Dqib_sysfs.c715 static DEVICE_ATTR(chip_reset, S_IWUSR, NULL, store_chip_reset);
/Linux-v4.19/drivers/infiniband/hw/hfi1/
Dsysfs.c639 static DEVICE_ATTR(chip_reset, S_IWUSR, NULL, store_chip_reset);
/Linux-v4.19/drivers/scsi/qla4xxx/
Dql4_os.c4888 goto chip_reset; in qla4xxx_recover_adapter()
4894 goto chip_reset; in qla4xxx_recover_adapter()
4906 chip_reset: in qla4xxx_recover_adapter()
/Linux-v4.19/drivers/media/i2c/
Dadv7842.c3489 if (pdata->chip_reset) in adv7842_probe()