OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RX_DESC_GET_LENGTH
(Results
1 - 2
of
2
) sorted by null
/hardware/ti/wlan/wl1271/TWD/FirmwareApi/
public_host_int.h
112
#define
RX_DESC_GET_LENGTH
(desc) ( (desc & 0x000FFF00) >> 8 ) /* The length of the packet in words */
/system/wlan/ti/wilink_6_1/TWD/FirmwareApi/
public_host_int.h
112
#define
RX_DESC_GET_LENGTH
(desc) ( (desc & 0x000FFF00) >> 8 ) /* The length of the packet in words */
Completed in 16 milliseconds