Lines Matching refs:happy_status
2101 u32 happy_status = hme_read32(hp, hp->gregs + GREG_STAT);
2103 HMD(("happy_meal_interrupt: status=%08x ", happy_status));
2107 if (happy_status & GREG_STAT_ERRORS) {
2109 if (happy_meal_is_not_so_happy(hp, /* un- */ happy_status))
2113 if (happy_status & GREG_STAT_MIFIRQ) {
2118 if (happy_status & GREG_STAT_TXALL) {
2123 if (happy_status & GREG_STAT_RXTOHOST) {
2144 u32 happy_status = hme_read32(hp, hp->gregs + GREG_STAT);
2146 HMD(("quattro_interrupt: status=%08x ", happy_status));
2148 if (!(happy_status & (GREG_STAT_ERRORS |
2156 if (happy_status & GREG_STAT_ERRORS) {
2158 if (happy_meal_is_not_so_happy(hp, happy_status))
2162 if (happy_status & GREG_STAT_MIFIRQ) {
2167 if (happy_status & GREG_STAT_TXALL) {
2172 if (happy_status & GREG_STAT_RXTOHOST) {