Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_resources.c51 context->mtu_msgmax = 0xff; in mlx4_en_fill_qp_context()
/freebsd/sys/dev/mlx4/
H A Dqp.h199 u8 mtu_msgmax; member
/freebsd/sys/dev/mlx5/
H A Dqp.h513 u8 mtu_msgmax;
504 u8 mtu_msgmax; global() member
/freebsd/sys/dev/mthca/
H A Dmthca_qp.c123 u8 mtu_msgmax; member
464 qp_attr->path_mtu = context->mtu_msgmax >> 5; in mthca_query_qp()
600 qp_context->mtu_msgmax = (IB_MTU_2048 << 5) | 11; in __mthca_modify_qp()
607 qp_context->mtu_msgmax = (attr->path_mtu << 5) | 31; in __mthca_modify_qp()
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_qp.c1674 context->mtu_msgmax = (IB_MTU_4096 << 5) | 11; in __mlx4_ib_modify_qp()
1676 context->mtu_msgmax = (MLX4_RAW_QP_MTU << 5) | MLX4_RAW_QP_MSGMAX; in __mlx4_ib_modify_qp()
1679 context->mtu_msgmax = (IB_MTU_4096 << 5) | in __mlx4_ib_modify_qp()
1682 context->mtu_msgmax = (IB_MTU_4096 << 5) | 12; in __mlx4_ib_modify_qp()
1689 context->mtu_msgmax = (attr->path_mtu << 5) | in __mlx4_ib_modify_qp()
3447 qp_attr->path_mtu = context.mtu_msgmax >> 5; in mlx4_ib_query_qp()
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_qp.c2816 context->mtu_msgmax = (IB_MTU_256 << 5) | 8; in __mlx5_ib_modify_qp()
2819 context->mtu_msgmax = (IB_MTU_4096 << 5) | 12; in __mlx5_ib_modify_qp()
2827 context->mtu_msgmax = (attr->path_mtu << 5) | in __mlx5_ib_modify_qp()
4570 qp_attr->path_mtu = context->mtu_msgmax >> 5; in mlx5_ib_query_qp()