/Linux-v6.1/include/media/i2c/ |
D | adv7842.h | 127 unsigned chip_reset:1; member
|
/Linux-v6.1/drivers/scsi/qla2xxx/ |
D | qla_target.c | 563 sp->fcport->chip_reset = vha->hw->base_qpair->chip_reset; in qla2x00_async_nack_sp_done() 1258 if (sess->chip_reset != sess->vha->hw->base_qpair->chip_reset) { in qla24xx_chk_fcp_state() 2141 mcmd->reset_count = ha->base_qpair->chip_reset; in __qlt_24xx_handle_abts() 2383 if (!vha->flags.online || mcmd->reset_count != qpair->chip_reset) { in qlt_xmit_tm_rsp() 2391 mcmd->reset_count, qpair->chip_reset); in qlt_xmit_tm_rsp() 3273 if (!qpair->fw_started || (cmd->reset_count != qpair->chip_reset) || in qlt_xmit_response() 3298 if (!qpair->fw_started || cmd->reset_count != qpair->chip_reset) { in qlt_xmit_response() 3307 cmd->reset_count, qpair->chip_reset); in qlt_xmit_response() 3434 if (!qpair->fw_started || (cmd->reset_count != qpair->chip_reset) || in qlt_rdy_to_xfer() 3447 cmd->reset_count, qpair->chip_reset); in qlt_rdy_to_xfer() [all …]
|
D | qla_mbx.c | 121 u32 chip_reset; in qla2x00_mailbox_command() local 151 chip_reset = ha->chip_reset; in qla2x00_mailbox_command() 194 if (ha->flags.purge_mbox || chip_reset != ha->chip_reset || in qla2x00_mailbox_command() 212 if (ha->flags.purge_mbox || chip_reset != ha->chip_reset || in qla2x00_mailbox_command() 285 if (chip_reset != ha->chip_reset) { in qla2x00_mailbox_command() 298 chip_reset != ha->chip_reset) { in qla2x00_mailbox_command() 341 chip_reset != ha->chip_reset) { in qla2x00_mailbox_command() 457 (chip_reset != ha->chip_reset)) { in qla2x00_mailbox_command()
|
D | qla_init.c | 1732 fcport->chip_reset = in qla24xx_fcport_handle_login() 1733 vha->hw->base_qpair->chip_reset; in qla24xx_fcport_handle_login() 2119 ea->fcport->chip_reset = vha->hw->base_qpair->chip_reset; in qla24xx_handle_prli_done_event() 2245 ea->fcport->chip_reset = vha->hw->base_qpair->chip_reset; in qla24xx_handle_plogi_done_event() 2266 fcport->chip_reset = vha->hw->base_qpair->chip_reset; in qla24xx_handle_plogi_done_event() 5281 fcport->chip_reset = vha->hw->base_qpair->chip_reset; in qla2x00_alloc_fcport() 7146 ha->chip_reset++; in qla2x00_abort_isp_cleanup() 7147 ha->base_qpair->chip_reset = ha->chip_reset; in qla2x00_abort_isp_cleanup() 7152 ha->queue_pair_map[i]->chip_reset = in qla2x00_abort_isp_cleanup() 7153 ha->base_qpair->chip_reset; in qla2x00_abort_isp_cleanup() [all …]
|
D | qla_target.h | 831 uint32_t chip_reset; member
|
D | qla_os.c | 5329 fcport->chip_reset = vha->hw->base_qpair->chip_reset; in qla24xx_create_new_sess() 7688 ha->chip_reset++; in qla_pci_error_cleanup() 7690 ha->base_qpair->chip_reset = ha->chip_reset; in qla_pci_error_cleanup() 7693 ha->queue_pair_map[i]->chip_reset = in qla_pci_error_cleanup() 7694 ha->base_qpair->chip_reset; in qla_pci_error_cleanup()
|
D | qla_def.h | 2625 u32 chip_reset; member 3739 u32 chip_reset; member 4711 uint32_t chip_reset; member
|
D | qla_gs.c | 3481 if (sp->gen1 != vha->hw->base_qpair->chip_reset) { in qla24xx_async_gnnft_done() 3484 sp->name, sp->gen1, vha->hw->base_qpair->chip_reset); in qla24xx_async_gnnft_done() 3947 sp->gen1 = vha->hw->base_qpair->chip_reset; in qla24xx_async_gnnft() 4113 sp->gen1 = vha->hw->base_qpair->chip_reset; in qla24xx_async_gpnft()
|
D | qla_iocb.c | 2887 fcport->chip_reset = vha->hw->base_qpair->chip_reset; in qla2x00_els_dcmd2_sp_done()
|
/Linux-v6.1/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, 3353 if (mdp->cd->chip_reset) in sh_eth_drv_probe() 3354 mdp->cd->chip_reset(ndev); in sh_eth_drv_probe()
|
/Linux-v6.1/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-v6.1/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 | 561 goto chip_reset; in ath_isr() 565 goto chip_reset; in ath_isr() 581 goto chip_reset; in ath_isr() 591 chip_reset: in ath_isr()
|
/Linux-v6.1/drivers/infiniband/hw/hfi1/ |
D | sysfs.c | 503 static DEVICE_ATTR_WO(chip_reset);
|
/Linux-v6.1/drivers/infiniband/hw/qib/ |
D | qib_sysfs.c | 680 static DEVICE_ATTR_WO(chip_reset);
|
/Linux-v6.1/drivers/scsi/qla4xxx/ |
D | ql4_os.c | 4906 goto chip_reset; in qla4xxx_recover_adapter() 4912 goto chip_reset; in qla4xxx_recover_adapter() 4924 chip_reset: in qla4xxx_recover_adapter()
|
/Linux-v6.1/drivers/media/i2c/ |
D | adv7842.c | 3502 if (pdata->chip_reset) in adv7842_probe()
|