Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/ofed/libmlx5/
Dmlx5.h250 int stall_adaptive_enable; member
335 int stall_adaptive_enable; member
Dmlx5.c406 ctx->stall_adaptive_enable = 0; in mlx5_read_env()
410 ctx->stall_adaptive_enable = 1; in mlx5_read_env()
Dcq.c742 if (cq->stall_adaptive_enable) { in poll_cq()
764 if (cq->stall_adaptive_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()
Dverbs.c468 cq->stall_adaptive_enable = to_mctx(context)->stall_adaptive_enable; in create_cq()