Home
last modified time | relevance | path

Searched refs:stall_enable (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/ofed/libmlx5/
Dmlx5.c333 int stall_enable; in mlx5_enable_sandy_bridge_fix() local
341 stall_enable = 1; in mlx5_enable_sandy_bridge_fix()
368 stall_enable = CPU_EQUAL(&result_set, &dev_local_cpus) ? 0 : 1; in mlx5_enable_sandy_bridge_fix()
371 return stall_enable; in mlx5_enable_sandy_bridge_fix()
381 ctx->stall_enable = (strcmp(env_value, "0")) ? 1 : 0; in mlx5_read_env()
384 ctx->stall_enable = mlx5_enable_sandy_bridge_fix(ibdev); in mlx5_read_env()
Dmlx5.h249 int stall_enable; member
333 int stall_enable; member
Dcq.c741 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()
Dverbs.c467 cq->stall_enable = to_mctx(context)->stall_enable; in create_cq()