Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/irda/irnet/
Dirnet.h372 #define IRNET_MAX_EVENTS 8 /* Should be more than enough... */ macro
482 irnet_log log[IRNET_MAX_EVENTS]; /* Event log */
Dirnet_ppp.c372 ap->event_index = (ap->event_index + 1) % IRNET_MAX_EVENTS; in irnet_ctrl_read()
Dirnet_irda.c64 irnet_events.index = (index + 1) % IRNET_MAX_EVENTS; in irnet_post_event()