Home
last modified time | relevance | path

Searched refs:reset_type (Results 1 – 25 of 31) sorted by relevance

12

/drivers/scsi/libsas/
Dsas_init.c256 enum phy_func reset_type; in transport_sas_phy_reset() local
259 reset_type = PHY_FUNC_HARD_RESET; in transport_sas_phy_reset()
261 reset_type = PHY_FUNC_LINK_RESET; in transport_sas_phy_reset()
272 return i->dft->lldd_control_phy(asd_phy, reset_type, NULL); in transport_sas_phy_reset()
283 return sas_smp_phy_control(ddev, phy->number, reset_type, NULL); in transport_sas_phy_reset()
323 enum phy_func reset_type; in sas_phy_reset() local
329 reset_type = PHY_FUNC_HARD_RESET; in sas_phy_reset()
331 reset_type = PHY_FUNC_LINK_RESET; in sas_phy_reset()
340 ret = i->dft->lldd_control_phy(asd_phy, reset_type, NULL); in sas_phy_reset()
344 ret = sas_smp_phy_control(ddev, phy->number, reset_type, NULL); in sas_phy_reset()
Dsas_scsi_host.c493 static int sas_queue_reset(struct domain_device *dev, int reset_type, in sas_queue_reset() argument
510 !test_bit(reset_type, &dev->state)) { in sas_queue_reset()
515 set_bit(reset_type, &dev->state); in sas_queue_reset()
529 reset_type == SAS_DEV_LU_RESET ? "LUN" : "Bus", in sas_queue_reset()
/drivers/net/ethernet/sfc/
Defx.h185 int efx_reset(struct efx_nic *efx, enum reset_type method);
186 void efx_reset_down(struct efx_nic *efx, enum reset_type method);
187 int efx_reset_up(struct efx_nic *efx, enum reset_type method, bool ok);
191 void efx_schedule_reset(struct efx_nic *efx, enum reset_type type);
Dmcdi.h339 enum reset_type efx_mcdi_map_reset_reason(enum reset_type reason);
340 int efx_mcdi_reset(struct efx_nic *efx, enum reset_type method);
Denum.h156 enum reset_type { enum
Dnet_driver.h1252 enum reset_type (*map_reset_reason)(enum reset_type reason);
1254 int (*reset)(struct efx_nic *efx, enum reset_type method);
Dfalcon.c302 static int falcon_reset_hw(struct efx_nic *efx, enum reset_type method);
1883 enum reset_type reset_method = RESET_TYPE_INVISIBLE; in falcon_b0_test_chip()
1917 static enum reset_type falcon_map_reset_reason(enum reset_type reason) in falcon_map_reset_reason()
1961 static int __falcon_reset_hw(struct efx_nic *efx, enum reset_type method) in __falcon_reset_hw()
2042 static int falcon_reset_hw(struct efx_nic *efx, enum reset_type method) in falcon_reset_hw()
Defx.c2383 void efx_reset_down(struct efx_nic *efx, enum reset_type method) in efx_reset_down()
2404 int efx_reset_up(struct efx_nic *efx, enum reset_type method, bool ok) in efx_reset_up()
2457 int efx_reset(struct efx_nic *efx, enum reset_type method) in efx_reset()
2562 enum reset_type method; in efx_reset_work()
2590 void efx_schedule_reset(struct efx_nic *efx, enum reset_type type) in efx_schedule_reset()
2592 enum reset_type method; in efx_schedule_reset()
Dmcdi.c1526 enum reset_type efx_mcdi_map_reset_reason(enum reset_type reason) in efx_mcdi_map_reset_reason()
1531 int efx_mcdi_reset(struct efx_nic *efx, enum reset_type method) in efx_mcdi_reset()
Def10.c751 static int efx_ef10_reset(struct efx_nic *efx, enum reset_type reset_type) in efx_ef10_reset() argument
753 int rc = efx_mcdi_reset(efx, reset_type); in efx_ef10_reset()
761 if ((reset_type == RESET_TYPE_ALL || in efx_ef10_reset()
762 reset_type == RESET_TYPE_MCDI_TIMEOUT) && !rc) in efx_ef10_reset()
Dsiena.c96 enum reset_type reset_method = RESET_TYPE_ALL; in siena_test_chip()
/drivers/firmware/efi/
Druntime-wrappers.c244 static void virt_efi_reset_system(int reset_type, in virt_efi_reset_system() argument
252 __efi_call_virt(reset_system, reset_type, status, data_size, data); in virt_efi_reset_system()
275 int *reset_type) in virt_efi_query_capsule_caps() argument
285 reset_type); in virt_efi_query_capsule_caps()
/drivers/xen/
Defi.c244 int *reset_type) in xen_efi_query_capsule_caps() argument
259 *reset_type = efi_data(op).u.query_capsule_capabilities.reset_type; in xen_efi_query_capsule_caps()
/drivers/scsi/aic94xx/
Daic94xx_tmf.c187 int reset_type = (dev->dev_type == SAS_SATA_DEV || in asd_I_T_nexus_reset() local
193 reset_type ? "hard" : "soft", dev_name(&phy->dev)); in asd_I_T_nexus_reset()
194 res = sas_phy_reset(phy, reset_type); in asd_I_T_nexus_reset()
/drivers/power/reset/
Dat91-reset.c42 enum reset_type { enum
/drivers/scsi/mpt2sas/
Dmpt2sas_base.h510 enum reset_type { enum
1028 enum reset_type type);
Dmpt2sas_base.c3062 _base_send_ioc_reset(struct MPT2SAS_ADAPTER *ioc, u8 reset_type, int timeout, in _base_send_ioc_reset() argument
3068 if (reset_type != MPI2_FUNCTION_IOC_MESSAGE_UNIT_RESET) { in _base_send_ioc_reset()
3080 writel(reset_type << MPI2_DOORBELL_FUNCTION_SHIFT, in _base_send_ioc_reset()
4188 enum reset_type type) in _base_make_ioc_ready()
4779 enum reset_type type) in mpt2sas_base_hard_reset_handler()
/drivers/staging/rtl8192e/rtl8192e/
Drtl_core.h297 enum reset_type { enum
963 enum reset_type ResetProgress;
Drtl_core.c1368 static enum reset_type rtl819x_TxCheckStuck(struct net_device *dev) in rtl819x_TxCheckStuck()
1427 static enum reset_type rtl819x_RxCheckStuck(struct net_device *dev) in rtl819x_RxCheckStuck()
1439 static enum reset_type rtl819x_ifcheck_resetornot(struct net_device *dev) in rtl819x_ifcheck_resetornot()
1442 enum reset_type TxResetType = RESET_TYPE_NORESET; in rtl819x_ifcheck_resetornot()
1443 enum reset_type RxResetType = RESET_TYPE_NORESET; in rtl819x_ifcheck_resetornot()
1643 enum reset_type ResetType = RESET_TYPE_NORESET; in rtl819x_watchdog_wqcallback()
/drivers/scsi/mpt3sas/
Dmpt3sas_base.h434 enum reset_type { enum
970 enum reset_type type);
Dmpt3sas_base.c3238 _base_send_ioc_reset(struct MPT3SAS_ADAPTER *ioc, u8 reset_type, int timeout, in _base_send_ioc_reset() argument
3244 if (reset_type != MPI2_FUNCTION_IOC_MESSAGE_UNIT_RESET) { in _base_send_ioc_reset()
3256 writel(reset_type << MPI2_DOORBELL_FUNCTION_SHIFT, in _base_send_ioc_reset()
4306 enum reset_type type) in _base_make_ioc_ready()
4898 enum reset_type type) in mpt3sas_base_hard_reset_handler()
/drivers/net/wireless/ath/ath9k/
Dhw.c1412 int reset_type = ATH9K_RESET_WARM; in ath9k_hw_chip_reset() local
1416 reset_type = ATH9K_RESET_POWER_ON; in ath9k_hw_chip_reset()
1418 reset_type = ATH9K_RESET_COLD; in ath9k_hw_chip_reset()
1421 reset_type = ATH9K_RESET_COLD; in ath9k_hw_chip_reset()
1423 if (!ath9k_hw_set_reset_reg(ah, reset_type)) in ath9k_hw_chip_reset()
/drivers/net/fddi/
Ddefxx.c1200 if (dfx_hw_dma_uninit(bp, bp->reset_type) != DFX_K_SUCCESS) in dfx_adap_init()
1432 bp->reset_type = PI_PDATA_A_RESET_M_SKIP_ST; /* skip self-test */ in dfx_open()
1708 bp->reset_type = 0; /* rerun on-board diagnostics */ in dfx_int_type_0_process()
1756 bp->reset_type = 0; /* rerun on-board diagnostics */ in dfx_int_type_0_process()
Ddefxx.h1755 u32 reset_type; /* skip or rerun diagnostics */ member
/drivers/scsi/
Dips.h567 uint8_t reset_type; member

12