Home
last modified time | relevance | path

Searched refs:HFLAG_POLL (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/net/
Dsunhme.h467 #define HFLAG_POLL 0x00000001 /* We are doing MIF polling */ macro
Dsunhme.c991 if ((hp->happy_flags & (HFLAG_POLLENABLE | HFLAG_POLL)) != in happy_meal_poll_stop()
992 (HFLAG_POLLENABLE | HFLAG_POLL)) { in happy_meal_poll_stop()
1007 hp->happy_flags &= ~(HFLAG_POLL); in happy_meal_poll_stop()
1124 if (hp->happy_flags & HFLAG_POLL) { in happy_meal_transceiver_check()