Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx4/
H A Den_resources.c50 context->mtu_msgmax = 0xff; in mlx4_en_fill_qp_context()
/linux/include/linux/mlx4/
H A Dqp.h195 u8 mtu_msgmax; member
/linux/drivers/infiniband/hw/mthca/
H A 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()