Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/infiniband/hw/qib/
Dqib_mad.c643 u8 msl; in subn_set_portinfo() local
684 msl = pip->neighbormtu_mastersmsl & 0xF; in subn_set_portinfo()
688 else if (smlid != ibp->sm_lid || msl != ibp->sm_sl) { in subn_set_portinfo()
693 if (msl != ibp->sm_sl) in subn_set_portinfo()
694 ibp->sm_ah->attr.sl = msl; in subn_set_portinfo()
699 if (msl != ibp->sm_sl) in subn_set_portinfo()
700 ibp->sm_sl = msl; in subn_set_portinfo()