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

  /hardware/ti/wlan/wl1271/TWD/FW_Transfer/
RxXfer.h 60 #define MAX_PACKET_SIZE 4096
118 TI_UINT8 aTempBuffer[MAX_PACKET_SIZE];
RxXfer.c 63 #define MAX_PACKET_SIZE 8192 /* Max Txn size */
130 TI_UINT8 aTempBuffer[MAX_PACKET_SIZE]; /* Dummy buffer to use if we couldn't get a buffer for the packet (so drop the packet) */
    [all...]
  /system/wlan/ti/wilink_6_1/TWD/FW_Transfer/
RxXfer.h 60 #define MAX_PACKET_SIZE 4096
118 TI_UINT8 aTempBuffer[MAX_PACKET_SIZE];
RxXfer.c 63 #define MAX_PACKET_SIZE 8192 /* Max Txn size */
130 TI_UINT8 aTempBuffer[MAX_PACKET_SIZE]; /* Dummy buffer to use if we couldn't get a buffer for the packet (so drop the packet) */
747 pRxXfer->uMaxAggregLen = MAX_PACKET_SIZE;
    [all...]

Completed in 29 milliseconds