Searched refs:stall_enable (Results 1 – 4 of 4) sorted by relevance
359 int stall_enable; in mlx5_enable_sandy_bridge_fix() local367 stall_enable = 1; in mlx5_enable_sandy_bridge_fix()398 stall_enable = CPU_EQUAL(&result_set, &dev_local_cpus) ? 0 : 1; in mlx5_enable_sandy_bridge_fix()401 return stall_enable; in mlx5_enable_sandy_bridge_fix()411 ctx->stall_enable = (strcmp(env_value, "0")) ? 1 : 0; in mlx5_read_env()414 ctx->stall_enable = mlx5_enable_sandy_bridge_fix(ibdev); in mlx5_read_env()
252 int stall_enable; member340 int stall_enable; member
746 if (cq->stall_enable) { in poll_cq()768 if (cq->stall_enable) { in poll_cq()1254 const struct op *poll_ops = &ops[((cq->stall_enable && cq->stall_adaptive_enable) ? ADAPTIVE : 0) | in mlx5_cq_fill_pfns()1258 (cq->stall_enable ? STALL : 0)]; in mlx5_cq_fill_pfns()
468 cq->stall_enable = to_mctx(context)->stall_enable; in create_cq()