Searched refs:ipath_mtu4096 (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/ipath/
H A Dipath_init_chip.c299 if (dd->ipath_piosize4k == 0 && ipath_mtu4096)
300 ipath_mtu4096 = 0; /* 4KB not supported by this chip */
301 dd->ipath_ibmtu = ipath_mtu4096 ? 4096 : 2048;
H A Dipath_driver.c78 unsigned ipath_mtu4096 = 1; /* max 4KB IB mtu by default, if supported */ variable
79 module_param_named(mtu4096, ipath_mtu4096, uint, S_IRUGO);
2147 (arg != 4096 || !ipath_mtu4096)) {
H A Dipath_mad.c305 pip->inittypereply_mtucap = ipath_mtu4096 ? IB_MTU_4096 : IB_MTU_2048;
513 if (!ipath_mtu4096)
H A Dipath_kernel.h1317 extern unsigned ipath_mtu4096;
H A Dipath_qp.c498 (attr->path_mtu > IB_MTU_2048 && !ipath_mtu4096)))
H A Dipath_verbs.c1608 props->max_mtu = ipath_mtu4096 ? IB_MTU_4096 : IB_MTU_2048;

Completed in 89 milliseconds