Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/libmlx5/
H A Dmlx5.c359 int stall_enable; in mlx5_enable_sandy_bridge_fix() local
367 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()
H A Dmlx5.h252 int stall_enable; member
340 int stall_enable; member
H A Dcq.c746 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()
H A Dverbs.c468 cq->stall_enable = to_mctx(context)->stall_enable; in create_cq()