Searched refs:_RETRY_ (Results 1 – 3 of 3) sorted by relevance
135 #define _RETRY_ BIT(11) macro177 *(__le16 *)(pbuf) |= cpu_to_le16(_RETRY_); \180 #define GetRetry(pbuf) (((*(__le16 *)(pbuf)) & cpu_to_le16(_RETRY_)) != 0)183 *(__le16 *)(pbuf) &= (~cpu_to_le16(_RETRY_)); \
108 #define _RETRY_ BIT(11) macro141 *(__le16 *)(pbuf) |= cpu_to_le16(_RETRY_)143 #define GetRetry(pbuf) (((*(__le16 *)(pbuf)) & cpu_to_le16(_RETRY_)) != 0)146 *(__le16 *)(pbuf) &= (~cpu_to_le16(_RETRY_))
195 #define _RETRY_ BIT(11) macro228 *(__le16 *)(pbuf) |= cpu_to_le16(_RETRY_)230 #define GetRetry(pbuf) (((*(__le16 *)(pbuf)) & cpu_to_le16(_RETRY_)) != 0)233 *(__le16 *)(pbuf) &= (~cpu_to_le16(_RETRY_))