Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/ofed/libmlx4/
HDmlx4.c211 context->bf_buf_size = 0; in mlx4_init_context()
213 context->bf_buf_size = bf_reg_size / 2; in mlx4_init_context()
219 context->bf_buf_size = 0; in mlx4_init_context()
HDqp.c471 if (nreq == 1 && inl && size > 1 && size <= ctx->bf_buf_size / 16) { in mlx4_post_send()
487 ctx->bf_offset ^= ctx->bf_buf_size; in mlx4_post_send()
HDmlx4.h130 int bf_buf_size; member
/freebsd-14-stable/sys/dev/mlx5/mlx5_en/
HDmlx5_en_main.c3862 const int bf_buf_size = in mlx5e_get_max_inline_cap() local
3867 if (bf_buf_size > max_size) in mlx5e_get_max_inline_cap()
3869 else if (bf_buf_size < min_size) in mlx5e_get_max_inline_cap()
3872 return (bf_buf_size); in mlx5e_get_max_inline_cap()