Searched refs:_RETRY_ (Results 1 – 3 of 3) sorted by relevance
147 #define _RETRY_ BIT(11) macro189 *(__le16 *)(pbuf) |= cpu_to_le16(_RETRY_); \192 #define GetRetry(pbuf) (((*(__le16 *)(pbuf)) & cpu_to_le16(_RETRY_)) != 0)195 *(__le16 *)(pbuf) &= (~cpu_to_le16(_RETRY_)); \
139 #define _RETRY_ BIT(11) macro173 *(__le16 *)(pbuf) |= cpu_to_le16(_RETRY_)175 #define GetRetry(pbuf) (((*(__le16 *)(pbuf)) & cpu_to_le16(_RETRY_)) != 0)178 *(__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_))