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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/mlx4/
H A Den_resources.c49 context->mtu_msgmax = 0xff;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/mlx4/
H A Dqp.h121 u8 mtu_msgmax; member in struct:mlx4_qp_context
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/mlx4/
H A Dqp.c924 context->mtu_msgmax = (IB_MTU_4096 << 5) | 11;
927 context->mtu_msgmax = (IB_MTU_4096 << 5) |
930 context->mtu_msgmax = (IB_MTU_4096 << 5) | 12;
937 context->mtu_msgmax = (attr->path_mtu << 5) |
1921 qp_attr->path_mtu = context.mtu_msgmax >> 5;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/mthca/
H A Dmthca_qp.c122 u8 mtu_msgmax; member in struct:mthca_qp_context
466 qp_attr->path_mtu = context->mtu_msgmax >> 5;
593 qp_context->mtu_msgmax = (IB_MTU_2048 << 5) | 11;
600 qp_context->mtu_msgmax = (attr->path_mtu << 5) | 31;

Completed in 210 milliseconds