Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/ath6kl/os/linux/
Dar6000_drv.c5571 #define EVENT_ID_LEN 2 macro
5584 size = len + EVENT_ID_LEN; in ar6000_send_event_to_app()
5599 memcpy(buf, &eventId, EVENT_ID_LEN); in ar6000_send_event_to_app()
5600 memcpy(buf+EVENT_ID_LEN, datap, len); in ar6000_send_event_to_app()
5629 size = len + EVENT_ID_LEN; in ar6000_send_generic_event_to_app()
5644 memcpy(buf, &eventId, EVENT_ID_LEN); in ar6000_send_generic_event_to_app()
5645 memcpy(buf+EVENT_ID_LEN, datap, len); in ar6000_send_generic_event_to_app()