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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/irda/irnet/
H A Dirnet.h167 #define IRNET_MAX_EVENTS 8 /* Should be more than enough... */ macro
278 irnet_log log[IRNET_MAX_EVENTS]; /* Event log */
H A Dirnet_ppp.c400 ap->event_index = (ap->event_index + 1) % IRNET_MAX_EVENTS;
H A Dirnet_irda.c91 irnet_events.index = (index + 1) % IRNET_MAX_EVENTS;

Completed in 92 milliseconds