Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/netif/ath/ath/
H A Dif_ath_misc.h87 ATH_RESET_TYPE reset_type);
H A Dif_ath_tx_edma.c544 ath_edma_tx_drain(struct ath_softc *sc, ATH_RESET_TYPE reset_type) in ath_edma_tx_drain() argument
558 if (reset_type == ATH_RESET_NOLOSS) { in ath_edma_tx_drain()
H A Dif_ath.c2875 ath_reset(struct ath_softc *sc, ATH_RESET_TYPE reset_type) argument
2927 ath_stoprecv(sc, (reset_type != ATH_RESET_NOLOSS));
2935 ath_draintxq(sc, reset_type); /* stop xmit side */
3026 if (reset_type == ATH_RESET_NOLOSS) {
5125 ath_legacy_tx_drain(struct ath_softc *sc, ATH_RESET_TYPE reset_type) argument
5146 if (reset_type == ATH_RESET_NOLOSS) {
H A Dif_athvar.h566 ATH_RESET_TYPE reset_type);
/dflybsd-src/sys/dev/drm/amd/amdgpu/
H A Damdgpu_amdkfd_gfx_v8.c77 enum kfd_preempt_type reset_type,
563 enum kfd_preempt_type reset_type, in kgd_hqd_destroy() argument
582 switch (reset_type) { in kgd_hqd_destroy()
H A Damdgpu_amdkfd_gfx_v9.c118 enum kfd_preempt_type reset_type,
674 enum kfd_preempt_type reset_type, in kgd_hqd_destroy() argument
692 switch (reset_type) { in kgd_hqd_destroy()
/dflybsd-src/sys/dev/drm/amd/include/
H A Dkgd_kfd_interface.h337 int (*hqd_destroy)(struct kgd_dev *kgd, void *mqd, uint32_t reset_type,
/dflybsd-src/sys/dev/disk/buslogic/
H A Dbt.c1617 u_int8_t reset_type; in btreset() local
1620 reset_type = HARD_RESET; in btreset()
1622 reset_type = SOFT_RESET; in btreset()
1623 bt_outb(bt, CONTROL_REG, reset_type); in btreset()
/dflybsd-src/sys/dev/raid/ips/
H A Dips.h293 u_int8_t reset_type; member
H A Dips_commands.c552 command_struct->reset_type = 0x0; in ips_send_ffdc_reset_cmd()