Home
last modified time | relevance | path

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

/hardware/ti/wlan/wl1271/stad/src/Data_link/
DTrafficMonitor.c75 static void SimpleByteAggregation(TI_HANDLE TraffElem,int Count);
76 static void SimpleFrameAggregation(TI_HANDLE TraffElem,int Count);
1051 void TrafficMonitor_Event(TI_HANDLE hTrafficMonitor,int Count,TI_UINT16 Mask,TI_UINT32 MonitorModul… in TrafficMonitor_Event() argument
1096 AlertElement->ActionFunc(AlertElement,Count); in TrafficMonitor_Event()
1125 static void SimpleByteAggregation(TI_HANDLE TraffElem,int Count) in SimpleByteAggregation() argument
1128 AlertElement->EventCounter += Count; in SimpleByteAggregation()
1129 AlertElement->LastCounte = Count; in SimpleByteAggregation()
1136 static void SimpleFrameAggregation(TI_HANDLE TraffElem,int Count) in SimpleFrameAggregation() argument
DTrafficMonitor.h105 typedef void (*TraffActionFunc_t)(TI_HANDLE TraffElem,int Count);
DTrafficMonitorAPI.h107 void TrafficMonitor_Event(TI_HANDLE hTrafficMonitor,int Count,TI_UINT16 Mask,TI_UINT32 MonitorModul…
/hardware/ti/wlan/wl1271/platforms/os/linux/src/
Dosmemapi.c455 TI_INT32 Count in os_memoryCompare() argument
458 return memcmp(Buf1, Buf2, Count); in os_memoryCompare()
/hardware/ti/wlan/wl1271/platforms/os/common/inc/
DosApi.h289 TI_INT32 os_memoryCompare (TI_HANDLE OsContext, TI_UINT8* Buf1, TI_UINT8* Buf2, TI_INT32 Count);