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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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 171 milliseconds