Searched refs:_RETRY_ (Results 1 – 2 of 2) sorted by relevance
225 #define _RETRY_ BIT(11) macro258 *(__le16 *)(pbuf) |= cpu_to_le16(_RETRY_)260 #define GetRetry(pbuf) (((*(__le16 *)(pbuf)) & cpu_to_le16(_RETRY_)) != 0)263 *(__le16 *)(pbuf) &= (~cpu_to_le16(_RETRY_))
86 #define _RETRY_ BIT(11) macro112 #define GetRetry(pbuf) (((*(__le16 *)(pbuf)) & cpu_to_le16(_RETRY_)) != 0)115 (*(__le16 *)(pbuf) &= (~cpu_to_le16(_RETRY_)))