Home
last modified time | relevance | path

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

/linux/include/media/i2c/
H A Dadv7842.h127 unsigned chip_reset:1; member
/linux/drivers/scsi/qla2xxx/
H A Dqla_target.c540 sp->fcport->chip_reset = vha->hw->base_qpair->chip_reset; in qla2x00_async_nack_sp_done()
1244 if (sess->chip_reset != sess->vha->hw->base_qpair->chip_reset) { in qla24xx_chk_fcp_state()
2068 mcmd->reset_count = ha->base_qpair->chip_reset; in __qlt_24xx_handle_abts()
2325 if (!vha->flags.online || mcmd->reset_count != qpair->chip_reset) { in qlt_xmit_tm_rsp()
2333 mcmd->reset_count, qpair->chip_reset); in qlt_xmit_tm_rsp()
3238 cmd->reset_count != qpair->chip_reset)) { in qlt_xmit_response()
3397 cmd->reset_count != qpair->chip_reset)) { in qlt_rdy_to_xfer()
3880 cmd->reset_count != qpair->chip_reset) { in qlt_abort_cmd()
4644 cmd->reset_count = vha->hw->base_qpair->chip_reset; in qlt_get_tag()
4777 mcmd->reset_count = ha->base_qpair->chip_reset; in qlt_issue_task_mgmt()
[all …]
H A Dqla_init.c1749 fcport->chip_reset = in qla24xx_fcport_handle_login()
1750 vha->hw->base_qpair->chip_reset; in qla24xx_fcport_handle_login()
2052 if (_chip_gen != sp->vha->hw->chip_reset || _login_gen != sp->fcport->login_gen) {\
2088 chip_gen = vha->hw->chip_reset; in qla26xx_marker()
2177 chip_gen = vha->hw->chip_reset; in __qla2x00_async_tm_cmd()
2224 if (chip_gen == vha->hw->chip_reset && login_gen == fcport->login_gen) { in __qla2x00_async_tm_cmd()
2382 ea->fcport->chip_reset = vha->hw->base_qpair->chip_reset; in qla24xx_handle_prli_done_event()
2523 ea->fcport->chip_reset = vha->hw->base_qpair->chip_reset; in qla24xx_handle_plogi_done_event()
2544 fcport->chip_reset = vha->hw->base_qpair->chip_reset; in qla24xx_handle_plogi_done_event()
5600 fcport->chip_reset = vha->hw->base_qpair->chip_reset; in qla2x00_alloc_fcport()
[all …]
H A Dqla_target.h841 uint32_t chip_reset; member
H A Dqla_os.c5383 fcport->chip_reset = vha->hw->base_qpair->chip_reset; in qla24xx_create_new_sess()
7728 ha->chip_reset++; in qla_pci_error_cleanup()
7730 ha->base_qpair->chip_reset = ha->chip_reset; in qla_pci_error_cleanup()
7733 ha->queue_pair_map[i]->chip_reset = in qla_pci_error_cleanup()
7734 ha->base_qpair->chip_reset; in qla_pci_error_cleanup()
H A Dqla_iocb.c2924 fcport->chip_reset = vha->hw->base_qpair->chip_reset; in qla2x00_els_dcmd2_sp_done()
/linux/drivers/net/ethernet/renesas/
H A Dsh_eth.h480 void (*chip_reset)(struct net_device *ndev); member
H A Dsh_eth.c538 .chip_reset = sh_eth_chip_reset,
589 .chip_reset = sh_eth_chip_reset_r8a7740,
934 .chip_reset = sh_eth_chip_reset_giga,
978 .chip_reset = sh_eth_chip_reset,
1021 .chip_reset = sh_eth_chip_reset,
3386 if (mdp->cd->chip_reset) in sh_eth_drv_probe()
3387 mdp->cd->chip_reset(ndev); in sh_eth_drv_probe()
/linux/drivers/net/wireless/ath/ath9k/
H 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()
H A Dmain.c560 goto chip_reset; in ath_isr()
564 goto chip_reset; in ath_isr()
580 goto chip_reset; in ath_isr()
590 chip_reset: in ath_isr()
/linux/drivers/infiniband/hw/hfi1/
H A Dsysfs.c503 static DEVICE_ATTR_WO(chip_reset);