Home
last modified time | relevance | path

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

/linux-4.1.27/include/rdma/
Dib_smi.h100 u8 mkeyprot_resv_lmc; /* 2 bits, 3, 3 */ member
/linux-4.1.27/drivers/infiniband/hw/ipath/
Dipath_mad.c281 pip->mkeyprot_resv_lmc = (dev->mkeyprot << 6) | dd->ipath_lmc; in recv_subn_get_portinfo()
447 dd->ipath_lmc != (pip->mkeyprot_resv_lmc & 7)) { in recv_subn_set_portinfo()
451 ipath_set_lid(dd, lid, pip->mkeyprot_resv_lmc & 7); in recv_subn_set_portinfo()
502 dev->mkeyprot = pip->mkeyprot_resv_lmc >> 6; in recv_subn_set_portinfo()
/linux-4.1.27/drivers/infiniband/hw/qib/
Dqib_mad.c510 pip->mkeyprot_resv_lmc = (ibp->mkeyprot << 6) | ppd->lmc; in subn_get_portinfo()
695 else if (ppd->lid != lid || ppd->lmc != (pip->mkeyprot_resv_lmc & 7)) { in subn_set_portinfo()
698 if (ppd->lmc != (pip->mkeyprot_resv_lmc & 7)) in subn_set_portinfo()
700 qib_set_lid(ppd, lid, pip->mkeyprot_resv_lmc & 7); in subn_set_portinfo()
770 ibp->mkeyprot = pip->mkeyprot_resv_lmc >> 6; in subn_set_portinfo()