Lines Matching refs:mtu
458 u8 mtu; in subn_get_portinfo() local
516 mtu = IB_MTU_4096; in subn_get_portinfo()
519 mtu = IB_MTU_2048; in subn_get_portinfo()
522 mtu = IB_MTU_1024; in subn_get_portinfo()
525 mtu = IB_MTU_512; in subn_get_portinfo()
528 mtu = IB_MTU_256; in subn_get_portinfo()
531 pip->neighbormtu_mastersmsl = (mtu << 4) | ibp->sm_sl; in subn_get_portinfo()
667 int ret, ore, mtu; in subn_set_portinfo() local
775 mtu = ib_mtu_enum_to_int((pip->neighbormtu_mastersmsl >> 4) & 0xF); in subn_set_portinfo()
776 if (mtu == -1) in subn_set_portinfo()
779 qib_set_mtu(ppd, mtu); in subn_set_portinfo()