OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RX_DESC_GET_UNALIGNED
(Results
1 - 2
of
2
) sorted by null
/hardware/ti/wlan/wl1271/TWD/FirmwareApi/
public_host_int.h
113
#define
RX_DESC_GET_UNALIGNED
(desc) ( (desc & 0x00100000) >> 20 ) /* If set, the payload is not 4 bytes aligned */
/hardware/ti/wlan/wl1271/TWD/FW_Transfer/
RxXfer.c
72
#define ALIGNMENT_SIZE(desc) ((
RX_DESC_GET_UNALIGNED
(desc) & UNALIGNED_PAYLOAD) ? 2 : 0)
[
all
...]
Completed in 519 milliseconds