Searched refs:reset_type (Results 1 – 16 of 16) sorted by relevance
| /freebsd-12.1/sys/dev/isci/scil/ |
| H A D | scif_sas_controller.c | 544 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 D | scif_config_parameters.h | 117 SCI_SAS_TASK_MGMT_FUNCTION_T reset_type; member
|
| /freebsd-12.1/sys/dev/qlnx/qlnxe/ |
| H A D | spad_layout.h | 161 u32 reset_type; /* 0xe20838 */ member 162 #define RESET_TYPE *((u32*)(STRUCT_OFFSET(reset_type)))
|
| H A D | nvm_map.h | 314 u32 reset_type; member
|
| /freebsd-12.1/sys/dev/ath/ |
| H A D | if_ath_misc.h | 89 ATH_RESET_TYPE reset_type);
|
| H A D | if_ath_tx_edma.c | 712 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 D | if_ath.c | 2896 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 D | if_athvar.h | 557 ATH_RESET_TYPE reset_type);
|
| /freebsd-12.1/sys/dev/aha/ |
| H A D | aha.c | 1305 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 D | ipsreg.h | 260 u_int8_t reset_type; member
|
| H A D | ips_commands.c | 460 command_struct->reset_type = 0x0; in ips_send_ffdc_reset_cmd()
|
| /freebsd-12.1/sys/dev/buslogic/ |
| H A D | bt.c | 1761 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 D | platform.h | 219 uint32_t reset_type; member
|
| /freebsd-12.1/sys/dev/smartpqi/ |
| H A D | smartpqi_init.c | 523 pqi_reset_reg.bits.reset_type = PQI_RESET_TYPE_HARD_RESET; in pqi_reset()
|
| H A D | smartpqi_structures.h | 185 uint32_t reset_type : 3; member
|
| /freebsd-12.1/sys/dev/usb/serial/ |
| H A D | uftdi.c | 1685 uftdi_reset(struct ucom_softc *ucom, int reset_type) in uftdi_reset() argument 1697 USETW(req.wValue, reset_type); in uftdi_reset()
|