Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/libmlx4/
H A Dmlx4.c219 context->bf_buf_size = 0; in mlx4_init_context()
221 context->bf_buf_size = bf_reg_size / 2; in mlx4_init_context()
229 context->bf_buf_size = 0; in mlx4_init_context()
264 if (context->bf_buf_size) in mlx4_init_context()
H A Dqp.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()
H A Dmlx4.h130 int bf_buf_size; member
/freebsd/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_main.c3894 const int bf_buf_size = in mlx5e_get_max_inline_cap() local
3899 if (bf_buf_size > max_size) in mlx5e_get_max_inline_cap()
3901 else if (bf_buf_size < min_size) in mlx5e_get_max_inline_cap()
3904 return (bf_buf_size); in mlx5e_get_max_inline_cap()