Home
last modified time | relevance | path

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

/hardware/ti/wlan/wl1271/stad/Export_Inc/
DSTADExternalIf.h300 …TI_UINT32 DirectedBytesRecv; /**< Number of bytes in directed packets that are received without… member
DparamOut.h246 …TI_UINT32 DirectedBytesRecv; /* the number of bytes in directed packets that are receive… member
/hardware/ti/wlan/wl1271/stad/src/Data_link/
Drx.c421 …pParamInfo->content.siteMgrTiWlanCounters.DirectedBytesRecv = pRxData->rxDataCounters.DirectedByte… in rxData_getParam()
1288 pRxData->rxDataCounters.DirectedBytesRecv += RX_ETH_PKT_LEN(pBuffer); in rxData_rcvPacketData()
1853 WLAN_OS_REPORT(("DirectedBytesRecv = %d\n", pRxData->rxDataCounters.DirectedBytesRecv)); in rxData_printRxCounters()
/hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
Dcu_cmd.c2053 …rror_printf(CU_MSG_INFO2, (PS8)" DirectedBytesRecv : %d\n", driverCounters.DirectedBytesRecv ); in CuCmd_ShowStatistics()