Searched refs:mtu_msgmax (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_resources.c51 context->mtu_msgmax = 0xff;
/freebsd-11-stable/sys/dev/mlx4/
H A Dqp.h199 u8 mtu_msgmax; member in struct:mlx4_qp_context
/freebsd-11-stable/sys/dev/mlx5/
H A Dqp.h498 u8 mtu_msgmax; member in struct:mlx5_qp_context
/freebsd-11-stable/sys/dev/mthca/
H A Dmthca_qp.c122 u8 mtu_msgmax; member in struct:mthca_qp_context
460 qp_attr->path_mtu = context->mtu_msgmax >> 5;
587 qp_context->mtu_msgmax = (IB_MTU_2048 << 5) | 11;
594 qp_context->mtu_msgmax = (attr->path_mtu << 5) | 31;
/freebsd-11-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_qp.c1665 context->mtu_msgmax = (IB_MTU_4096 << 5) | 11;
1667 context->mtu_msgmax = (MLX4_RAW_QP_MTU << 5) | MLX4_RAW_QP_MSGMAX;
1670 context->mtu_msgmax = (IB_MTU_4096 << 5) |
1673 context->mtu_msgmax = (IB_MTU_4096 << 5) | 12;
1680 context->mtu_msgmax = (attr->path_mtu << 5) |
3454 qp_attr->path_mtu = context.mtu_msgmax >> 5;
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_qp.c2646 context->mtu_msgmax = (IB_MTU_256 << 5) | 8;
2649 context->mtu_msgmax = (IB_MTU_4096 << 5) | 12;
2657 context->mtu_msgmax = (attr->path_mtu << 5) |
4440 qp_attr->path_mtu = context->mtu_msgmax >> 5;

Completed in 90 milliseconds