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

  /hardware/ti/wlan/wl1271/TWD/Data_Service/Export_Inc/
RxQueue_api.h 53 void RxQueue_ReceivePacket (TI_HANDLE hRxQueue, const void *aFrame);
  /system/wlan/ti/wilink_6_1/TWD/Data_Service/Export_Inc/
RxQueue_api.h 53 void RxQueue_ReceivePacket (TI_HANDLE hRxQueue, const void *aFrame);
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/Core_Adapt/
Core_AdaptTx.c 174 void *aFrame;
185 aFrame = (void *)((UINT8*)memMgr_BufData(pMsdu->firstBDPtr) + TX_TOTAL_OFFSET_BEFORE_DATA);
204 aFrame,
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/Export_Inc/
whalTx_api.h 72 const void * aFrame,
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/Data_Srv/Tx_Ctrl_Blk/
TNETW_Driver_Tx.c 120 const void *aFrame, /* Pointer to the packet content. points to */
187 /* aFrame points to the start of the data, but we need to reserve place for descriptor + TNETWIF_WRITE_OFFSET_BYTES */
188 pPktCtrlBlk->txPktParams.pFrame = (void*)((UINT8 *)aFrame - TX_TOTAL_OFFSET_BEFORE_DATA);
196 pDot11Hdr = (dot11_header_t*)(aFrame); /* aFrame points to the start of the data */
247 os_memoryCopy(pTnetwDrv->hOs, (void *)((UINT8*)aFrame - sizeof(DbTescriptor)), &(pPktCtrlBlk->txDescriptor), sizeof(DbTescriptor));
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/Export_Inc/
TNETW_Driver_api.h 90 const void *aFrame, /* Pointer to the packet content. points to */
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/BusAccess/Export_Inc/
whalBus_Defs.h 83 const void *aFrame,
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Rx/
rx.c 70 static void rxData_ReceivePacket ( TI_HANDLE hRxData,TI_STATUS aStatus,const void *aFrame,
    [all...]

Completed in 52 milliseconds