Searched refs:ipath_mtu4096 (Results 1 – 6 of 6) sorted by relevance
301 if (dd->ipath_piosize4k == 0 && ipath_mtu4096) in init_chip_first()302 ipath_mtu4096 = 0; /* 4KB not supported by this chip */ in init_chip_first()303 dd->ipath_ibmtu = ipath_mtu4096 ? 4096 : 2048; in init_chip_first()
311 pip->inittypereply_mtucap = ipath_mtu4096 ? IB_MTU_4096 : IB_MTU_2048; in recv_subn_get_portinfo()519 if (!ipath_mtu4096) in recv_subn_set_portinfo()
79 unsigned ipath_mtu4096 = 1; /* max 4KB IB mtu by default, if supported */ variable80 module_param_named(mtu4096, ipath_mtu4096, uint, S_IRUGO);2142 (arg != 4096 || !ipath_mtu4096)) { in ipath_set_mtu()
1315 extern unsigned ipath_mtu4096;
498 (attr->path_mtu > IB_MTU_2048 && !ipath_mtu4096))) in ipath_modify_qp()
1615 props->max_mtu = ipath_mtu4096 ? IB_MTU_4096 : IB_MTU_2048; in ipath_query_port()