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

/linux-master/drivers/net/ethernet/sun/
H A Dsunhme.c1867 u32 happy_status = hme_read32(hp, hp->gregs + GREG_STAT); local
1869 HMD("status=%08x\n", happy_status);
1870 if (!happy_status)
1875 if (happy_status & GREG_STAT_ERRORS) {
1876 if (happy_meal_is_not_so_happy(hp, /* un- */ happy_status))
1880 if (happy_status & GREG_STAT_TXALL)
1883 if (happy_status & GREG_STAT_RXTOHOST)

Completed in 90 milliseconds