Home
last modified time | relevance | path

Searched refs:hangs (Results 1 – 25 of 37) sorted by relevance

12

/trueos/sys/dev/ath/ath_hal/ar5416/
HDar5416_misc.c535 int hangs; in ar5416GetDiagState() local
546 hangs = *(const int *) args; in ar5416GetDiagState()
548 if (hangs & HAL_BB_HANGS) in ar5416GetDiagState()
551 if (ahp->ah_hangs == 0 && (hangs & HAL_MAC_HANGS)) in ar5416GetDiagState()
/trueos/sys/dev/ath/
HDif_ath_beacon.c389 uint32_t hangs; in ath_beacon_miss() local
395 if (ath_hal_gethangstate(sc->sc_ah, 0xffff, &hangs) && hangs != 0) { in ath_beacon_miss()
399 hangs); in ath_beacon_miss()
HDif_ath_misc.h76 uint32_t *hangs);
HDif_ath.c1971 ath_hal_gethangstate(struct ath_hal *ah, uint32_t mask, uint32_t *hangs) in ath_hal_gethangstate() argument
1979 *hangs = *(uint32_t *)sp; in ath_hal_gethangstate()
1988 uint32_t hangs; in ath_bmiss_proc() local
1998 if (ath_hal_gethangstate(sc->sc_ah, 0xff, &hangs) && hangs != 0) { in ath_bmiss_proc()
2000 if_printf(ifp, "bb hang detected (0x%x), resetting\n", hangs); in ath_bmiss_proc()
3192 uint32_t hangs = 0; in ath_bstuck_proc() local
3194 if (ath_hal_gethangstate(sc->sc_ah, 0xff, &hangs) && hangs != 0) in ath_bstuck_proc()
3195 if_printf(ifp, "bb hang detected (0x%x)\n", hangs); in ath_bstuck_proc()
5811 uint32_t hangs; in ath_watchdog() local
5813 if (ath_hal_gethangstate(sc->sc_ah, 0xffff, &hangs) && in ath_watchdog()
[all …]
/trueos/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300_misc.c32 ar9300_get_hw_hangs(struct ath_hal *ah, hal_hw_hangs_t *hangs) in ar9300_get_hw_hangs() argument
35 *hangs = 0; in ar9300_get_hw_hangs()
38 *hangs |= HAL_RIFS_BB_HANG_WAR; in ar9300_get_hw_hangs()
41 *hangs |= HAL_DFS_BB_HANG_WAR; in ar9300_get_hw_hangs()
46 *hangs |= HAL_RX_STUCK_LOW_BB_HANG_WAR; in ar9300_get_hw_hangs()
49 *hangs |= HAL_MAC_HANG_WAR; in ar9300_get_hw_hangs()
54 *hangs |= HAL_PHYRESTART_CLR_WAR; in ar9300_get_hw_hangs()
57 ahp->ah_hang_wars = *hangs; in ar9300_get_hw_hangs()
2068 hal_mac_hang_check_t hang_check, hal_mac_hangs_t hangs, u_int8_t *dcu_chain) in ar9300_compare_dbg_hang() argument
2073 if (hangs & dcu_chain_state) { in ar9300_compare_dbg_hang()
[all …]
HDar9300.h1590 extern void ar9300_get_hw_hangs(struct ath_hal *ah, hal_hw_hangs_t *hangs);
/trueos/sys/mips/conf/
HDAR91XX_BASE.hints35 # XXX The ath device hangs off of the AHB, rather than the Nexus.
HDAR933X_BASE.hints35 # XXX The ath device hangs off of the AHB, rather than the Nexus.
HDAR934X_BASE.hints35 # XXX The ath device hangs off of the AHB, rather than the Nexus.
/trueos/usr.sbin/bsdconfig/include/
HDmedia.hlp52 If this install method hangs on you or refuses to work
/trueos/contrib/tcp_wrappers/
HDREADME.IRIX30 rstatd: the wrapper hangs in the recvfrom() system call, and I
/trueos/sys/cam/
HDREADME.quirks35 be supported but hangs while attaching, it's possible a quirk can
114 o NO_START_STOP - Like test unit ready, don't send this command if it hangs the device.
/trueos/sys/dev/firewire/
HD00README76 whether its OS is alive or crashed or hangs up.
/trueos/contrib/groff/contrib/mom/examples/
HDtypesetting.mom128 \# from a typographic standpoint in that it hangs the asterisk outside
317 "hangs" back from the remaining text, which is otherwise
409 the first line hangs back from the remaining text, which is otherwise
/trueos/sys/gnu/dts/arm/
HDarm-realview-pb1176.dts102 /* FIXME: this actually hangs off the PLL clocks */
/trueos/crypto/openssl/
HDPROBLEMS97 which itself hangs. The reason could be tracked down to the bn_mul_comba8()
/trueos/contrib/llvm/lib/Target/R600/
HDR600Instructions.td1401 // This is not really necessary, but there were some GPU hangs that appeared
1435 // that holds its buffer address to avoid potential hangs. We can't use
1936 // This is not really necessary, but there were some GPU hangs that appeared
1968 // that holds its buffer address to avoid potential hangs. We can't use
/trueos/contrib/groff/
HDREADME.MinGW265 input stream, and hangs. This appears to be caused by a fault in the MSYS
/trueos/contrib/amd/
HDBUGS17 descriptors and hangs. Am-utils circumvents this by using its own version
HDNEWS393 * avoid hangs of amd in ctl-amd (must chdir to /)
534 * non-autofs mode had some rather nasty hangs on downed file servers
/trueos/contrib/ofed/management/opensm/doc/
HDopensm_release_notes_ibg2-2.0.1.txt279 * OpenSM hangs during LID assignment phase. Fix: Some condition that
/trueos/sys/dev/bktr/
HDCHANGELOG.TXT183 This fixed all the hangs on my Dual Crystal card
/trueos/contrib/file/magic/Magdir/
HDfilesystems1019 #it prints a very short message ("RE") to the screen and hangs the computer.
1021 #it also hangs with another message ("NF").
1025 #it prints a very short message ("RE") to the screen and hangs the computer.
/trueos/contrib/ntp/sntp/
HDREADME185 If the the program hangs when flushing outstanding packets (which
/trueos/contrib/ldns/
HDChangelog38 * ldns-dane setup new ssl session for each new connect to prevent hangs

12