Searched refs:MAX_REPLIES (Results 1 – 1 of 1) sorted by relevance
350 #define MAX_REPLIES 16 macro351 static unsigned char reply_buffer[MAX_REPLIES];1150 for (i = 0; i < MAX_REPLIES; i++) { in result()3030 if (raw_cmd->reply_count > MAX_REPLIES) in raw_cmd_done()