Searched refs:AR5K_INT_FATAL (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath5k/
H A Ddma.c461 *interrupt_mask |= AR5K_INT_FATAL;
470 *interrupt_mask |= AR5K_INT_FATAL;
536 *interrupt_mask |= AR5K_INT_FATAL;
587 if (new_mask & AR5K_INT_FATAL) {
620 if (new_mask & AR5K_INT_FATAL)
H A Dath5k.h822 * @AR5K_INT_FATAL: Fatal errors were encountered, typically caused by DMA
856 AR5K_INT_FATAL = 0x00080000, /* Non common */ enumerator in enum:ath5k_int
H A Dbase.c2544 AR5K_INT_FATAL | AR5K_INT_GLOBAL | AR5K_INT_MIB;
2702 if (unlikely(status & AR5K_INT_FATAL)) {

Completed in 77 milliseconds