Searched refs:RETRY_BIT (Results 1 – 1 of 1) sorted by relevance
188 #define RETRY_BIT 0x00000008 /* bit 3 for retry on error response */ macro211 #define SET_RETRY(ctx) ((ctx)->flags |= RETRY_BIT)212 #define ISSET_RETRY(ctx) ((ctx)->flags & RETRY_BIT)