Home
last modified time | relevance | path

Searched refs:RX_DESC_GET_UNALIGNED (Results 1 – 2 of 2) sorted by relevance

/hardware/ti/wlan/wl1271/TWD/FirmwareApi/
Dpublic_host_int.h113 #define RX_DESC_GET_UNALIGNED(desc) ( (desc & 0x00100000) >> 20 ) /* If set, the payload … macro
/hardware/ti/wlan/wl1271/TWD/FW_Transfer/
DRxXfer.c72 #define ALIGNMENT_SIZE(desc) ((RX_DESC_GET_UNALIGNED(desc) & UNALIGNED_PAYLOAD) ? 2 : 0)