OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ResetElment
(Results
1 - 2
of
2
) sorted by null
/hardware/ti/wlan/wl1271/stad/src/Data_link/
TrafficMonitor.c
356
TrafficAlertElement->
ResetElment
[0] = (TrafficAlertElement_t*)List_AllocElement(TrafficMonitor->NotificationRegList);
357
if( TrafficAlertElement->
ResetElment
[0] == NULL)
368
os_memoryCopy(TrafficMonitor->hOs,TrafficAlertElement->
ResetElment
[0],TrafficAlertElement,sizeof(TrafficAlertElement_t));
369
TrafficAlertElement->
ResetElment
[0]->CallBack = NULL;
372
TrafficAlertElement->
ResetElment
[0]->Direction = TRAFF_DOWN;
374
TrafficAlertElement->
ResetElment
[0]->Direction = TRAFF_UP;
375
TrafficAlertElement->
ResetElment
[0]->CurrentState = ALERT_WAIT_FOR_RESET;
376
TrafficAlertElement->
ResetElment
[0]->
ResetElment
[0] = TrafficAlertElement;
377
TrafficAlertElement->
ResetElment
[0]->AutoCreated = TI_TRUE
[
all
...]
TrafficMonitor.h
151
struct AlertElement_t *
ResetElment
[MAX_RST_ELMENT_PER_ALERT];
Completed in 870 milliseconds