Home
last modified time | relevance | path

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

/drivers/infiniband/hw/ipath/
Dipath_init_chip.c303 dd->ipath_ibmtu = ipath_mtu4096 ? 4096 : 2048; in init_chip_first()
Dipath_kernel.h654 u32 ipath_ibmtu; member
Dipath_driver.c2147 if (dd->ipath_ibmtu == arg) { in ipath_set_mtu()
2153 dd->ipath_ibmtu = arg; in ipath_set_mtu()
Dipath_verbs.c422 } else if (wqe->length > to_idev(qp->ibqp.device)->dd->ipath_ibmtu) in ipath_post_one_send()
1616 switch (dd->ipath_ibmtu) { in ipath_query_port()
Dipath_sysfs.c599 return scnprintf(buf, PAGE_SIZE, "%u\n", dd->ipath_ibmtu); in show_mtu()
Dipath_mad.c284 switch (dd->ipath_ibmtu) { in recv_subn_get_portinfo()