Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/isci/scil/
H A Dscif_sas_controller.c544 if (scif_parms->sas.reset_type != SCI_SAS_ABORT_TASK in scif_user_parameters_set()
545 && scif_parms->sas.reset_type != SCI_SAS_ABORT_TASK_SET in scif_user_parameters_set()
546 && scif_parms->sas.reset_type != SCI_SAS_CLEAR_TASK_SET in scif_user_parameters_set()
547 && scif_parms->sas.reset_type != SCI_SAS_LOGICAL_UNIT_RESET in scif_user_parameters_set()
548 && scif_parms->sas.reset_type != SCI_SAS_I_T_NEXUS_RESET in scif_user_parameters_set()
549 && scif_parms->sas.reset_type != SCI_SAS_CLEAR_ACA in scif_user_parameters_set()
550 && scif_parms->sas.reset_type != SCI_SAS_QUERY_TASK in scif_user_parameters_set()
551 && scif_parms->sas.reset_type != SCI_SAS_QUERY_TASK_SET in scif_user_parameters_set()
552 && scif_parms->sas.reset_type != SCI_SAS_QUERY_ASYNCHRONOUS_EVENT in scif_user_parameters_set()
553 && scif_parms->sas.reset_type != SCI_SAS_HARD_RESET) in scif_user_parameters_set()
[all …]
H A Dscif_config_parameters.h117 SCI_SAS_TASK_MGMT_FUNCTION_T reset_type; member
/freebsd-12.1/sys/dev/qlnx/qlnxe/
H A Dspad_layout.h161 u32 reset_type; /* 0xe20838 */ member
162 #define RESET_TYPE *((u32*)(STRUCT_OFFSET(reset_type)))
H A Dnvm_map.h314 u32 reset_type; member
/freebsd-12.1/sys/dev/ath/
H A Dif_ath_misc.h89 ATH_RESET_TYPE reset_type);
H A Dif_ath_tx_edma.c712 ath_edma_tx_drain(struct ath_softc *sc, ATH_RESET_TYPE reset_type) in ath_edma_tx_drain() argument
726 if (reset_type == ATH_RESET_NOLOSS) { in ath_edma_tx_drain()
H A Dif_ath.c2896 ath_reset(struct ath_softc *sc, ATH_RESET_TYPE reset_type) in ath_reset() argument
2948 ath_stoprecv(sc, (reset_type != ATH_RESET_NOLOSS)); in ath_reset()
2956 ath_draintxq(sc, reset_type); /* stop xmit side */ in ath_reset()
3050 if (reset_type == ATH_RESET_NOLOSS) { in ath_reset()
5115 ath_legacy_tx_drain(struct ath_softc *sc, ATH_RESET_TYPE reset_type) in ath_legacy_tx_drain() argument
5136 if (reset_type == ATH_RESET_NOLOSS) { in ath_legacy_tx_drain()
H A Dif_athvar.h557 ATH_RESET_TYPE reset_type);
/freebsd-12.1/sys/dev/aha/
H A Daha.c1305 uint8_t reset_type; in ahareset() local
1308 reset_type = HARD_RESET; in ahareset()
1310 reset_type = SOFT_RESET; in ahareset()
1311 aha_outb(aha, CONTROL_REG, reset_type); in ahareset()
/freebsd-12.1/sys/dev/ips/
H A Dipsreg.h260 u_int8_t reset_type; member
H A Dips_commands.c460 command_struct->reset_type = 0x0; in ips_send_ffdc_reset_cmd()
/freebsd-12.1/sys/dev/buslogic/
H A Dbt.c1761 u_int8_t reset_type; in btreset() local
1764 reset_type = HARD_RESET; in btreset()
1766 reset_type = SOFT_RESET; in btreset()
1767 bt_outb(bt, CONTROL_REG, reset_type); in btreset()
/freebsd-12.1/sys/xen/interface/
H A Dplatform.h219 uint32_t reset_type; member
/freebsd-12.1/sys/dev/smartpqi/
H A Dsmartpqi_init.c523 pqi_reset_reg.bits.reset_type = PQI_RESET_TYPE_HARD_RESET; in pqi_reset()
H A Dsmartpqi_structures.h185 uint32_t reset_type : 3; member
/freebsd-12.1/sys/dev/usb/serial/
H A Duftdi.c1685 uftdi_reset(struct ucom_softc *ucom, int reset_type) in uftdi_reset() argument
1697 USETW(req.wValue, reset_type); in uftdi_reset()