Symbol: reset_type
sys/dev/ath/if_ath.c
2945
ath_reset(struct ath_softc *sc, ATH_RESET_TYPE reset_type,
sys/dev/ath/if_ath.c
2998
ath_stoprecv(sc, (reset_type != ATH_RESET_NOLOSS));
sys/dev/ath/if_ath.c
3006
ath_draintxq(sc, reset_type); /* stop xmit side */
sys/dev/ath/if_ath.c
3100
if (reset_type == ATH_RESET_NOLOSS) {
sys/dev/ath/if_ath.c
5175
ath_legacy_tx_drain(struct ath_softc *sc, ATH_RESET_TYPE reset_type)
sys/dev/ath/if_ath.c
5196
if (reset_type == ATH_RESET_NOLOSS) {
sys/dev/ath/if_ath_misc.h
89
ATH_RESET_TYPE reset_type);
sys/dev/ath/if_ath_tx_edma.c
710
ath_edma_tx_drain(struct ath_softc *sc, ATH_RESET_TYPE reset_type)
sys/dev/ath/if_ath_tx_edma.c
724
if (reset_type == ATH_RESET_NOLOSS) {
sys/dev/ath/if_athvar.h
557
ATH_RESET_TYPE reset_type);
sys/dev/ice/ice_lib.c
6378
enum ice_reset_req reset_type = ICE_RESET_INVAL;
sys/dev/ice/ice_lib.c
6404
reset_type = ICE_RESET_PFR;
sys/dev/ice/ice_lib.c
6407
reset_type = ICE_RESET_CORER;
sys/dev/ice/ice_lib.c
6410
reset_type = ICE_RESET_GLOBR;
sys/dev/ice/ice_lib.c
6416
if (reset_type == ICE_RESET_INVAL) {
sys/dev/ice/ice_lib.c
6450
if (reset_type == ICE_RESET_PFR) {
sys/dev/ice/ice_lib.c
6460
status = ice_reset(hw, reset_type);
sys/dev/ips/ips_commands.c
458
command_struct->reset_type = 0x0;
sys/dev/ips/ipsreg.h
258
u_int8_t reset_type;
sys/dev/isci/scil/scif_config_parameters.h
115
SCI_SAS_TASK_MGMT_FUNCTION_T reset_type;
sys/dev/isci/scil/scif_sas_controller.c
1169
scif_parms->sas.reset_type = SCI_SAS_LOGICAL_UNIT_RESET;
sys/dev/isci/scil/scif_sas_controller.c
542
if (scif_parms->sas.reset_type != SCI_SAS_ABORT_TASK
sys/dev/isci/scil/scif_sas_controller.c
543
&& scif_parms->sas.reset_type != SCI_SAS_ABORT_TASK_SET
sys/dev/isci/scil/scif_sas_controller.c
544
&& scif_parms->sas.reset_type != SCI_SAS_CLEAR_TASK_SET
sys/dev/isci/scil/scif_sas_controller.c
545
&& scif_parms->sas.reset_type != SCI_SAS_LOGICAL_UNIT_RESET
sys/dev/isci/scil/scif_sas_controller.c
546
&& scif_parms->sas.reset_type != SCI_SAS_I_T_NEXUS_RESET
sys/dev/isci/scil/scif_sas_controller.c
547
&& scif_parms->sas.reset_type != SCI_SAS_CLEAR_ACA
sys/dev/isci/scil/scif_sas_controller.c
548
&& scif_parms->sas.reset_type != SCI_SAS_QUERY_TASK
sys/dev/isci/scil/scif_sas_controller.c
549
&& scif_parms->sas.reset_type != SCI_SAS_QUERY_TASK_SET
sys/dev/isci/scil/scif_sas_controller.c
550
&& scif_parms->sas.reset_type != SCI_SAS_QUERY_ASYNCHRONOUS_EVENT
sys/dev/isci/scil/scif_sas_controller.c
551
&& scif_parms->sas.reset_type != SCI_SAS_HARD_RESET)
sys/dev/ixl/ixl_pf_iflib.c
165
const char *reset_type;
sys/dev/ixl/ixl_pf_iflib.c
173
reset_type = "CORER";
sys/dev/ixl/ixl_pf_iflib.c
176
reset_type = "GLOBR";
sys/dev/ixl/ixl_pf_iflib.c
179
reset_type = "EMPR";
sys/dev/ixl/ixl_pf_iflib.c
182
reset_type = "POR";
sys/dev/ixl/ixl_pf_iflib.c
185
device_printf(dev, "Reset Requested! (%s)\n", reset_type);
sys/dev/mpi3mr/mpi3mr.c
1370
U16 reset_type;
sys/dev/mpi3mr/mpi3mr.c
1386
static const char *mpi3mr_reset_type_name(U16 reset_type)
sys/dev/mpi3mr/mpi3mr.c
1392
if (mpi3mr_reset_types[i].reset_type == reset_type) {
sys/dev/mpi3mr/mpi3mr.c
6160
static int mpi3mr_issue_reset(struct mpi3mr_softc *sc, U16 reset_type,
sys/dev/mpi3mr/mpi3mr.c
6168
if ((reset_type != MPI3_SYSIF_HOST_DIAG_RESET_ACTION_SOFT_RESET) &&
sys/dev/mpi3mr/mpi3mr.c
6169
(reset_type != MPI3_SYSIF_HOST_DIAG_RESET_ACTION_DIAG_FAULT))
sys/dev/mpi3mr/mpi3mr.c
6180
mpi3mr_reset_type_name(reset_type),
sys/dev/mpi3mr/mpi3mr.c
6191
"host_diagnostic(0x%08x)\n", mpi3mr_reset_type_name(reset_type),
sys/dev/mpi3mr/mpi3mr.c
6219
if (reset_type == MPI3_SYSIF_HOST_DIAG_RESET_ACTION_DIAG_FAULT)
sys/dev/mpi3mr/mpi3mr.c
6227
mpi3mr_regwrite(sc, MPI3_SYSIF_HOST_DIAG_OFFSET, host_diagnostic | reset_type);
sys/dev/mpi3mr/mpi3mr.c
6229
if (reset_type == MPI3_SYSIF_HOST_DIAG_RESET_ACTION_SOFT_RESET) {
sys/dev/mpi3mr/mpi3mr.c
6245
} else if (reset_type == MPI3_SYSIF_HOST_DIAG_RESET_ACTION_DIAG_FAULT) {
sys/dev/mpi3mr/mpi3mr.c
85
static int mpi3mr_issue_reset(struct mpi3mr_softc *sc, U16 reset_type,
sys/dev/mpi3mr/mpi3mr.h
1008
void trigger_reset_from_watchdog(struct mpi3mr_softc *sc, U8 reset_type, U16 reset_reason);
sys/dev/mpi3mr/mpi3mr_app.c
1311
switch (adpreset.reset_type) {
sys/dev/mpi3mr/mpi3mr_app.c
1320
adpreset.reset_type);
sys/dev/mpi3mr/mpi3mr_app.c
1326
sc->name, rval, adpreset.reset_type);
sys/dev/mpi3mr/mpi3mr_app.h
195
U8 reset_type;
sys/dev/mpi3mr/mpi3mr_cam.c
488
trigger_reset_from_watchdog(struct mpi3mr_softc *sc, U8 reset_type, U16 reset_reason)
sys/dev/mpi3mr/mpi3mr_cam.c
494
sc->reset.type = reset_type;
sys/dev/qlnx/qlnxe/nvm_map.h
310
u32 reset_type;
sys/dev/qlnx/qlnxe/spad_layout.h
157
u32 reset_type; /* 0xe20838 */
sys/dev/qlnx/qlnxe/spad_layout.h
158
#define RESET_TYPE *((u32*)(STRUCT_OFFSET(reset_type)))
sys/dev/smartpqi/smartpqi_init.c
461
pqi_reset_reg.bits.reset_type = PQI_RESET_TYPE_HARD_RESET;
sys/dev/smartpqi/smartpqi_structures.h
184
uint32_t reset_type : 3;
sys/dev/usb/serial/uftdi.c
1703
uftdi_reset(struct ucom_softc *ucom, int reset_type)
sys/dev/usb/serial/uftdi.c
1715
USETW(req.wValue, reset_type);
sys/riscv/include/sbi.h
223
void sbi_system_reset(u_long reset_type, u_long reset_reason);
sys/riscv/riscv/sbi.c
108
sbi_system_reset(u_long reset_type, u_long reset_reason)
sys/riscv/riscv/sbi.c
113
reset_type, reset_reason);