Searched refs:_RETRY_ (Results 1 – 2 of 2) sorted by relevance
156 #define _RETRY_ BIT(11) macro199 *(unsigned short *)(pbuf) |= cpu_to_le16(_RETRY_); \203 le16_to_cpu(_RETRY_)) != 0)206 *(unsigned short *)(pbuf) &= (~cpu_to_le16(_RETRY_)); \
241 #define _RETRY_ BIT(11) macro275 *(__le16 *)(pbuf) |= cpu_to_le16(_RETRY_)277 #define GetRetry(pbuf) (((*(__le16 *)(pbuf)) & cpu_to_le16(_RETRY_)) != 0)280 *(__le16 *)(pbuf) &= (~cpu_to_le16(_RETRY_))