Searched refs:RX_DESC_GET_UNALIGNED (Results 1 – 2 of 2) sorted by relevance
113 #define RX_DESC_GET_UNALIGNED(desc) ( (desc & 0x00100000) >> 20 ) /* If set, the payload … macro
72 #define ALIGNMENT_SIZE(desc) ((RX_DESC_GET_UNALIGNED(desc) & UNALIGNED_PAYLOAD) ? 2 : 0)