Searched refs:reset_type (Results 1 - 16 of 16) sorted by relevance

/freebsd-11-stable/sys/dev/isci/scil/
H A Dscif_config_parameters.h115 SCI_SAS_TASK_MGMT_FUNCTION_T reset_type; member in struct:SCIF_SAS_USER_PARAMETERS
153 * user supplied an invalid reset_type, ncq depth, etc.
H A Dscif_sas_controller.c542 if (scif_parms->sas.reset_type != SCI_SAS_ABORT_TASK
543 && scif_parms->sas.reset_type != SCI_SAS_ABORT_TASK_SET
544 && scif_parms->sas.reset_type != SCI_SAS_CLEAR_TASK_SET
545 && scif_parms->sas.reset_type != SCI_SAS_LOGICAL_UNIT_RESET
546 && scif_parms->sas.reset_type != SCI_SAS_I_T_NEXUS_RESET
547 && scif_parms->sas.reset_type != SCI_SAS_CLEAR_ACA
548 && scif_parms->sas.reset_type != SCI_SAS_QUERY_TASK
549 && scif_parms->sas.reset_type != SCI_SAS_QUERY_TASK_SET
550 && scif_parms->sas.reset_type != SCI_SAS_QUERY_ASYNCHRONOUS_EVENT
551 && scif_parms->sas.reset_type !
[all...]
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Dspad_layout.h161 u32 reset_type; /* 0xe20838 */ member in struct:static_init
162 #define RESET_TYPE *((u32*)(STRUCT_OFFSET(reset_type)))
H A Dnvm_map.h314 u32 reset_type; member in struct:hw_set_info
/freebsd-11-stable/sys/dev/ath/
H A Dif_ath_misc.h87 ATH_RESET_TYPE reset_type);
H A Dif_ath_tx_edma.c698 ath_edma_tx_drain(struct ath_softc *sc, ATH_RESET_TYPE reset_type) argument
712 if (reset_type == ATH_RESET_NOLOSS) {
H A Dif_ath.c2785 ath_reset(struct ath_softc *sc, ATH_RESET_TYPE reset_type) argument
2837 ath_stoprecv(sc, (reset_type != ATH_RESET_NOLOSS));
2845 ath_draintxq(sc, reset_type); /* stop xmit side */
2936 if (reset_type == ATH_RESET_NOLOSS) {
4992 ath_legacy_tx_drain(struct ath_softc *sc, ATH_RESET_TYPE reset_type) argument
5013 if (reset_type == ATH_RESET_NOLOSS) {
H A Dif_athvar.h553 ATH_RESET_TYPE reset_type);
/freebsd-11-stable/sys/dev/ips/
H A Dipsreg.h258 u_int8_t reset_type; member in struct:__anon10306
H A Dips_commands.c458 command_struct->reset_type = 0x0;
/freebsd-11-stable/sys/xen/interface/
H A Dplatform.h219 uint32_t reset_type; member in struct:xenpf_efi_runtime_call::__anon13576::__anon13581
/freebsd-11-stable/sys/dev/aha/
H A Daha.c1309 uint8_t reset_type; local
1312 reset_type = HARD_RESET;
1314 reset_type = SOFT_RESET;
1315 aha_outb(aha, CONTROL_REG, reset_type);
/freebsd-11-stable/sys/dev/buslogic/
H A Dbt.c1774 u_int8_t reset_type; local
1777 reset_type = HARD_RESET;
1779 reset_type = SOFT_RESET;
1780 bt_outb(bt, CONTROL_REG, reset_type);
/freebsd-11-stable/sys/dev/smartpqi/
H A Dsmartpqi_init.c525 pqi_reset_reg.bits.reset_type = PQI_RESET_TYPE_HARD_RESET;
H A Dsmartpqi_structures.h185 uint32_t reset_type : 3; member in struct:pqi_reset_reg::__anon7845
/freebsd-11-stable/sys/dev/usb/serial/
H A Duftdi.c1685 uftdi_reset(struct ucom_softc *ucom, int reset_type) argument
1697 USETW(req.wValue, reset_type);

Completed in 160 milliseconds