Searched refs:ipath_ibmtu (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/ipath/
H A Dipath_fs.c229 switch (dd->ipath_ibmtu) {
246 ipath_dbg("Problem, ipath_ibmtu 0x%x not a valid IB MTU, "
247 "treat as 2048\n", dd->ipath_ibmtu);
H A Dipath_kernel.h483 u32 ipath_ibmtu; member in struct:ipath_devdata
H A Dipath_sysfs.c495 return scnprintf(buf, PAGE_SIZE, "%u\n", dd->ipath_ibmtu);
H A Dipath_ud.c357 if (len > dev->dd->ipath_ibmtu) {
H A Dipath_driver.c1753 if (dd->ipath_ibmtu == arg) {
1759 dd->ipath_ibmtu = arg;
H A Dipath_init_chip.c313 dd->ipath_ibmtu = 4096; /* default to largest legal MTU */
H A Dipath_mad.c264 switch (dev->dd->ipath_ibmtu) {
H A Dipath_verbs.c1049 switch (dev->dd->ipath_ibmtu) {

Completed in 314 milliseconds