Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/mellanox/mlx4/
Den_resources.c50 context->mtu_msgmax = 0xff; in mlx4_en_fill_qp_context()
/Linux-v5.4/include/linux/mlx4/
Dqp.h195 u8 mtu_msgmax; member
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/
Ddebugfs.c240 switch (ctx->mtu_msgmax >> 5) { in qp_read_field()
/Linux-v5.4/include/linux/mlx5/
Dqp.h518 u8 mtu_msgmax; member
/Linux-v5.4/drivers/infiniband/hw/mthca/
Dmthca_qp.c123 u8 mtu_msgmax; member
466 qp_attr->path_mtu = context->mtu_msgmax >> 5; in mthca_query_qp()
604 qp_context->mtu_msgmax = (IB_MTU_2048 << 5) | 11; in __mthca_modify_qp()
611 qp_context->mtu_msgmax = (attr->path_mtu << 5) | 31; in __mthca_modify_qp()
/Linux-v5.4/drivers/infiniband/hw/mlx4/
Dqp.c2213 context->mtu_msgmax = (IB_MTU_4096 << 5) | 11; in __mlx4_ib_modify_qp()
2215 context->mtu_msgmax = (MLX4_RAW_QP_MTU << 5) | MLX4_RAW_QP_MSGMAX; in __mlx4_ib_modify_qp()
2218 context->mtu_msgmax = (IB_MTU_4096 << 5) | in __mlx4_ib_modify_qp()
2221 context->mtu_msgmax = (IB_MTU_4096 << 5) | 13; in __mlx4_ib_modify_qp()
2228 context->mtu_msgmax = (attr->path_mtu << 5) | in __mlx4_ib_modify_qp()
4043 qp_attr->path_mtu = context.mtu_msgmax >> 5; in mlx4_ib_query_qp()
/Linux-v5.4/drivers/infiniband/hw/mlx5/
Dqp.c3515 context->mtu_msgmax = (IB_MTU_256 << 5) | 8; in __mlx5_ib_modify_qp()
3519 context->mtu_msgmax = (IB_MTU_4096 << 5) | 12; in __mlx5_ib_modify_qp()
3527 context->mtu_msgmax = (attr->path_mtu << 5) | in __mlx5_ib_modify_qp()
5651 qp_attr->path_mtu = context->mtu_msgmax >> 5; in query_qp_attr()