Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/infiniband/hw/ipath/
Dipath_init_chip.c301 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()
Dipath_mad.c311 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()
Dipath_driver.c79 unsigned ipath_mtu4096 = 1; /* max 4KB IB mtu by default, if supported */ variable
80 module_param_named(mtu4096, ipath_mtu4096, uint, S_IRUGO);
2142 (arg != 4096 || !ipath_mtu4096)) { in ipath_set_mtu()
Dipath_kernel.h1315 extern unsigned ipath_mtu4096;
Dipath_qp.c498 (attr->path_mtu > IB_MTU_2048 && !ipath_mtu4096))) in ipath_modify_qp()
Dipath_verbs.c1615 props->max_mtu = ipath_mtu4096 ? IB_MTU_4096 : IB_MTU_2048; in ipath_query_port()