Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/device-tree/Bindings/powerpc/4xx/
H A Dreboot.txt3 By setting "reset_type" to one of the following values, the default
5 "reset_type":
/f-stack/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_mng.c346 reset_cmd.reset_type = (u16)hw->reset_type; in txgbe_hic_reset()
H A Dtxgbe_mng.h124 u16 reset_type; member
H A Dtxgbe_type.h688 } reset_type; member
/f-stack/dpdk/drivers/net/qede/base/
H A Decore_hsi_common.h2649 u32 reset_type; member
2650 #define RESET_TYPE (*((u32 *)(STRUCT_OFFSET(reset_type))))
/f-stack/freebsd/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_reset.c2067 ar9300_chip_reset(struct ath_hal *ah, struct ieee80211_channel *chan, HAL_RESET_TYPE reset_type) in ar9300_chip_reset() argument
2083 (reset_type == HAL_RESET_FORCE_COLD) || in ar9300_chip_reset()
2084 (reset_type == HAL_RESET_BBPANIC) || in ar9300_chip_reset()
2089 __func__, reset_type, ahp->ah_chip_full_sleep); in ar9300_chip_reset()
4518 HAL_STATUS *status, HAL_RESET_TYPE reset_type, int is_scan) in ar9300_reset() argument
4872 if (!ar9300_chip_reset(ah, chan, reset_type)) { in ar9300_reset()
H A Dar9300.h1393 HAL_BOOL b_channel_change, HAL_STATUS *status, HAL_RESET_TYPE reset_type, int is_scan);