Home
last modified time | relevance | path

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

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