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

/drivers/infiniband/hw/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;

Completed in 175 milliseconds