Searched refs:stall_enable (Results 1 – 4 of 4) sorted by relevance
339 int stall_enable; in mlx5_enable_sandy_bridge_fix() local347 stall_enable = 1; in mlx5_enable_sandy_bridge_fix()378 stall_enable = CPU_EQUAL(&result_set, &dev_local_cpus) ? 0 : 1; in mlx5_enable_sandy_bridge_fix()381 return stall_enable; in mlx5_enable_sandy_bridge_fix()391 ctx->stall_enable = (strcmp(env_value, "0")) ? 1 : 0; in mlx5_read_env()394 ctx->stall_enable = mlx5_enable_sandy_bridge_fix(ibdev); in mlx5_read_env()
249 int stall_enable; member333 int stall_enable; member
741 if (cq->stall_enable) { in poll_cq()763 if (cq->stall_enable) { in poll_cq()1246 const struct op *poll_ops = &ops[((cq->stall_enable && cq->stall_adaptive_enable) ? ADAPTIVE : 0) | in mlx5_cq_fill_pfns()1250 (cq->stall_enable ? STALL : 0)]; in mlx5_cq_fill_pfns()
467 cq->stall_enable = to_mctx(context)->stall_enable; in create_cq()