Searched refs:NINE_CMD_BUFS_MASK (Results 1 – 1 of 1) sorted by relevance
31 #define NINE_CMD_BUFS_MASK (NINE_CMD_BUFS - 1) macro120 ctx->tail = (ctx->tail + 1) & NINE_CMD_BUFS_MASK; in nine_queue_get()156 ctx->head = (ctx->head + 1) & NINE_CMD_BUFS_MASK; in nine_queue_flush()