Searched refs:_RETRY_ (Results 1 – 2 of 2) sorted by relevance
147 #define _RETRY_ BIT(11) macro190 *(unsigned short *)(pbuf) |= cpu_to_le16(_RETRY_); \194 le16_to_cpu(_RETRY_)) != 0)197 *(unsigned short *)(pbuf) &= (~cpu_to_le16(_RETRY_)); \
152 #define _RETRY_ BIT(11) macro186 *(__le16 *)(pbuf) |= cpu_to_le16(_RETRY_)188 #define GetRetry(pbuf) (((*(__le16 *)(pbuf)) & cpu_to_le16(_RETRY_)) != 0)191 *(__le16 *)(pbuf) &= (~cpu_to_le16(_RETRY_))