Lines Matching refs:enabled
58 BIT(enabled);
76 return b->enabled && b->cf && !b->result; in cf_hc_baller_is_active()
228 if(!ctx->h21_baller.enabled || cf_hc_baller_has_started(&ctx->h21_baller)) in time_to_start_h21()
231 if(!ctx->h3_baller.enabled || !cf_hc_baller_is_active(&ctx->h3_baller)) in time_to_start_h21()
278 if(ctx->h3_baller.enabled) { in cf_hc_connect()
280 if(ctx->h21_baller.enabled) in cf_hc_connect()
283 else if(ctx->h21_baller.enabled) in cf_hc_connect()
312 if((!ctx->h3_baller.enabled || ctx->h3_baller.result) && in cf_hc_connect()
313 (!ctx->h21_baller.enabled || ctx->h21_baller.result)) { in cf_hc_connect()
316 result = ctx->result = ctx->h3_baller.enabled ? in cf_hc_connect()
430 cfb = ctx->h21_baller.enabled ? ctx->h21_baller.cf : NULL; in cf_get_max_baller_time()
436 cfb = ctx->h3_baller.enabled ? ctx->h3_baller.cf : NULL; in cf_get_max_baller_time()
553 ctx->h3_baller.enabled = try_h3; in cf_hc_create()
554 ctx->h21_baller.enabled = try_h21; in cf_hc_create()