Searched refs:chip_reset (Results 1 – 17 of 17) sorted by relevance
| /Linux-v5.15/include/media/i2c/ |
| D | adv7842.h | 127 unsigned chip_reset:1; member
|
| /Linux-v5.15/drivers/scsi/qla2xxx/ |
| D | qla_target.c | 570 sp->fcport->chip_reset = vha->hw->base_qpair->chip_reset; in qla2x00_async_nack_sp_done() 1263 if (sess->chip_reset != sess->vha->hw->base_qpair->chip_reset) { in qla24xx_chk_fcp_state() 2157 mcmd->reset_count = ha->base_qpair->chip_reset; in __qlt_24xx_handle_abts() 2397 if (!vha->flags.online || mcmd->reset_count != qpair->chip_reset) { in qlt_xmit_tm_rsp() 2405 mcmd->reset_count, qpair->chip_reset); in qlt_xmit_tm_rsp() 3287 if (!qpair->fw_started || (cmd->reset_count != qpair->chip_reset) || in qlt_xmit_response() 3312 if (!qpair->fw_started || cmd->reset_count != qpair->chip_reset) { in qlt_xmit_response() 3321 cmd->reset_count, qpair->chip_reset); in qlt_xmit_response() 3447 if (!qpair->fw_started || (cmd->reset_count != qpair->chip_reset) || in qlt_rdy_to_xfer() 3460 cmd->reset_count, qpair->chip_reset); in qlt_rdy_to_xfer() [all …]
|
| D | qla_mbx.c | 115 u32 chip_reset; in qla2x00_mailbox_command() local 145 chip_reset = ha->chip_reset; in qla2x00_mailbox_command() 188 if (ha->flags.purge_mbox || chip_reset != ha->chip_reset || in qla2x00_mailbox_command() 206 if (ha->flags.purge_mbox || chip_reset != ha->chip_reset || in qla2x00_mailbox_command() 271 if (chip_reset != ha->chip_reset) { in qla2x00_mailbox_command() 290 chip_reset != ha->chip_reset) { in qla2x00_mailbox_command() 333 chip_reset != ha->chip_reset) { in qla2x00_mailbox_command() 449 (chip_reset != ha->chip_reset)) { in qla2x00_mailbox_command()
|
| D | qla_init.c | 1696 fcport->chip_reset = in qla24xx_fcport_handle_login() 1697 vha->hw->base_qpair->chip_reset; in qla24xx_fcport_handle_login() 2013 ea->fcport->chip_reset = vha->hw->base_qpair->chip_reset; in qla24xx_handle_prli_done_event() 2139 ea->fcport->chip_reset = vha->hw->base_qpair->chip_reset; in qla24xx_handle_plogi_done_event() 2160 fcport->chip_reset = vha->hw->base_qpair->chip_reset; in qla24xx_handle_plogi_done_event() 5168 fcport->chip_reset = vha->hw->base_qpair->chip_reset; in qla2x00_alloc_fcport() 7026 ha->chip_reset++; in qla2x00_abort_isp_cleanup() 7027 ha->base_qpair->chip_reset = ha->chip_reset; in qla2x00_abort_isp_cleanup() 7031 ha->queue_pair_map[i]->chip_reset = in qla2x00_abort_isp_cleanup() 7032 ha->base_qpair->chip_reset; in qla2x00_abort_isp_cleanup() [all …]
|
| D | qla_target.h | 834 uint32_t chip_reset; member
|
| D | qla_os.c | 5272 fcport->chip_reset = vha->hw->base_qpair->chip_reset; in qla24xx_create_new_sess() 7589 ha->chip_reset++; in qla_pci_error_cleanup() 7591 ha->base_qpair->chip_reset = ha->chip_reset; in qla_pci_error_cleanup() 7594 ha->queue_pair_map[i]->chip_reset = in qla_pci_error_cleanup() 7595 ha->base_qpair->chip_reset; in qla_pci_error_cleanup()
|
| D | qla_def.h | 2604 u32 chip_reset; member 3709 u32 chip_reset; member 4671 uint32_t chip_reset; member
|
| D | qla_gs.c | 3425 if (sp->gen1 != vha->hw->base_qpair->chip_reset) { in qla24xx_async_gnnft_done() 3428 sp->name, sp->gen1, vha->hw->base_qpair->chip_reset); in qla24xx_async_gnnft_done() 3892 sp->gen1 = vha->hw->base_qpair->chip_reset; in qla24xx_async_gnnft() 4057 sp->gen1 = vha->hw->base_qpair->chip_reset; in qla24xx_async_gpnft()
|
| /Linux-v5.15/drivers/net/ethernet/renesas/ |
| D | sh_eth.h | 480 void (*chip_reset)(struct net_device *ndev); member
|
| D | sh_eth.c | 540 .chip_reset = sh_eth_chip_reset, 591 .chip_reset = sh_eth_chip_reset_r8a7740, 936 .chip_reset = sh_eth_chip_reset_giga, 980 .chip_reset = sh_eth_chip_reset, 1023 .chip_reset = sh_eth_chip_reset, 3351 if (mdp->cd->chip_reset) in sh_eth_drv_probe() 3352 mdp->cd->chip_reset(ndev); in sh_eth_drv_probe()
|
| /Linux-v5.15/Documentation/ABI/stable/ |
| D | sysfs-class-infiniband | 439 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.15/drivers/net/wireless/ath/ath9k/ |
| D | htc_drv_main.c | 1180 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()
|
| D | main.c | 559 goto chip_reset; in ath_isr() 563 goto chip_reset; in ath_isr() 579 goto chip_reset; in ath_isr() 589 chip_reset: in ath_isr()
|
| /Linux-v5.15/drivers/infiniband/hw/hfi1/ |
| D | sysfs.c | 503 static DEVICE_ATTR_WO(chip_reset);
|
| /Linux-v5.15/drivers/infiniband/hw/qib/ |
| D | qib_sysfs.c | 680 static DEVICE_ATTR_WO(chip_reset);
|
| /Linux-v5.15/drivers/scsi/qla4xxx/ |
| D | ql4_os.c | 4907 goto chip_reset; in qla4xxx_recover_adapter() 4913 goto chip_reset; in qla4xxx_recover_adapter() 4925 chip_reset: in qla4xxx_recover_adapter()
|
| /Linux-v5.15/drivers/media/i2c/ |
| D | adv7842.c | 3512 if (pdata->chip_reset) in adv7842_probe()
|