Home
last modified time | relevance | path

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

/linux/include/media/i2c/
A Dadv7842.h127 unsigned chip_reset:1; member
/linux/drivers/scsi/qla2xxx/
A Dqla_target.c570 sp->fcport->chip_reset = vha->hw->base_qpair->chip_reset; in qla2x00_async_nack_sp_done()
1264 if (sess->chip_reset != sess->vha->hw->base_qpair->chip_reset) { in qla24xx_chk_fcp_state()
2158 mcmd->reset_count = ha->base_qpair->chip_reset; in __qlt_24xx_handle_abts()
2406 mcmd->reset_count, qpair->chip_reset); in qlt_xmit_tm_rsp()
3322 cmd->reset_count, qpair->chip_reset); in qlt_xmit_response()
3461 cmd->reset_count, qpair->chip_reset); in qlt_rdy_to_xfer()
4497 mcmd->reset_count = ha->base_qpair->chip_reset; in qlt_issue_task_mgmt()
4582 mcmd->reset_count = ha->base_qpair->chip_reset; in __qlt_abort_task()
5550 cmd->reset_count = ha->base_qpair->chip_reset; in qlt_alloc_qfull_cmd()
7275 (op->chip_reset != ha->base_qpair->chip_reset)) in qlt_handle_abts_recv_work()
[all …]
A Dqla_mbx.c115 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()
A Dqla_init.c1693 fcport->chip_reset = in qla24xx_fcport_handle_login()
1694 vha->hw->base_qpair->chip_reset; in qla24xx_fcport_handle_login()
2066 ea->fcport->chip_reset = vha->hw->base_qpair->chip_reset; in qla24xx_handle_prli_done_event()
2192 ea->fcport->chip_reset = vha->hw->base_qpair->chip_reset; in qla24xx_handle_plogi_done_event()
2213 fcport->chip_reset = vha->hw->base_qpair->chip_reset; in qla24xx_handle_plogi_done_event()
5225 fcport->chip_reset = vha->hw->base_qpair->chip_reset; in qla2x00_alloc_fcport()
7085 ha->chip_reset++; in qla2x00_abort_isp_cleanup()
7086 ha->base_qpair->chip_reset = ha->chip_reset; in qla2x00_abort_isp_cleanup()
7091 ha->queue_pair_map[i]->chip_reset = in qla2x00_abort_isp_cleanup()
7092 ha->base_qpair->chip_reset; in qla2x00_abort_isp_cleanup()
[all …]
A Dqla_target.h834 uint32_t chip_reset; member
A Dqla_os.c5266 fcport->chip_reset = vha->hw->base_qpair->chip_reset; in qla24xx_create_new_sess()
7566 ha->chip_reset++; in qla_pci_error_cleanup()
7568 ha->base_qpair->chip_reset = ha->chip_reset; in qla_pci_error_cleanup()
7571 ha->queue_pair_map[i]->chip_reset = in qla_pci_error_cleanup()
7572 ha->base_qpair->chip_reset; in qla_pci_error_cleanup()
A Dqla_def.h2604 u32 chip_reset; member
3709 u32 chip_reset; member
4673 uint32_t chip_reset; member
A Dqla_gs.c3426 if (sp->gen1 != vha->hw->base_qpair->chip_reset) { in qla24xx_async_gnnft_done()
3429 sp->name, sp->gen1, vha->hw->base_qpair->chip_reset); in qla24xx_async_gnnft_done()
3893 sp->gen1 = vha->hw->base_qpair->chip_reset; in qla24xx_async_gnnft()
4058 sp->gen1 = vha->hw->base_qpair->chip_reset; in qla24xx_async_gpnft()
/linux/drivers/net/ethernet/renesas/
A Dsh_eth.c540 .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()
A Dsh_eth.h480 void (*chip_reset)(struct net_device *ndev); member
/linux/Documentation/ABI/stable/
A 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/drivers/net/wireless/ath/ath9k/
A 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()
A Dmain.c561 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/drivers/infiniband/hw/hfi1/
A Dsysfs.c503 static DEVICE_ATTR_WO(chip_reset);
/linux/drivers/infiniband/hw/qib/
A Dqib_sysfs.c680 static DEVICE_ATTR_WO(chip_reset);
/linux/drivers/scsi/qla4xxx/
A Dql4_os.c4907 goto chip_reset; in qla4xxx_recover_adapter()
4913 goto chip_reset; in qla4xxx_recover_adapter()
4925 chip_reset: in qla4xxx_recover_adapter()
/linux/drivers/media/i2c/
A Dadv7842.c3512 if (pdata->chip_reset) in adv7842_probe()

Completed in 135 milliseconds