HomeSort by relevance Sort by last modified time
    Searched refs:MAX_RST_ELMENT_PER_ALERT (Results 1 - 6 of 6) sorted by null

  /hardware/ti/wlan/wl1271/stad/src/Data_link/
TrafficMonitor.h 58 #define MAX_RST_ELMENT_PER_ALERT 3
151 struct AlertElement_t *ResetElment[MAX_RST_ELMENT_PER_ALERT];
TrafficMonitor.c 407 for(i=0;(i<MAX_RST_ELMENT_PER_ALERT) && TrafficAlertElement->ResetElment[i];i++);
408 if(i == MAX_RST_ELMENT_PER_ALERT)
596 for(i=0;i<MAX_RST_ELMENT_PER_ALERT;i++)
740 for(i=0;i<MAX_RST_ELMENT_PER_ALERT;i++)
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/TrafficMonitor/
TrafficMonitor.h 59 #define MAX_RST_ELMENT_PER_ALERT 3
149 struct AlertElement_t *ResetElment[MAX_RST_ELMENT_PER_ALERT];
TrafficMonitor.c 395 for(i=0;(i<MAX_RST_ELMENT_PER_ALERT) && TrafficAlertElement->ResetElment[i];i++);
396 if(i == MAX_RST_ELMENT_PER_ALERT)
584 for(i=0;i<MAX_RST_ELMENT_PER_ALERT;i++)
731 for(i=0;i<MAX_RST_ELMENT_PER_ALERT;i++)
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Data_link/
TrafficMonitor.h 58 #define MAX_RST_ELMENT_PER_ALERT 3
151 struct AlertElement_t *ResetElment[MAX_RST_ELMENT_PER_ALERT];
TrafficMonitor.c 407 for(i=0;(i<MAX_RST_ELMENT_PER_ALERT) && TrafficAlertElement->ResetElment[i];i++);
408 if(i == MAX_RST_ELMENT_PER_ALERT)
596 for(i=0;i<MAX_RST_ELMENT_PER_ALERT;i++)
740 for(i=0;i<MAX_RST_ELMENT_PER_ALERT;i++)
    [all...]

Completed in 578 milliseconds