Home
last modified time | relevance | path

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

/linux-4.4.14/include/rdma/
Dib_smi.h100 u8 mkeyprot_resv_lmc; /* 2 bits, 3, 3 */ member
/linux-4.4.14/drivers/staging/rdma/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.4.14/drivers/infiniband/hw/qib/
Dqib_mad.c511 pip->mkeyprot_resv_lmc = (ibp->mkeyprot << 6) | ppd->lmc; in subn_get_portinfo()
696 else if (ppd->lid != lid || ppd->lmc != (pip->mkeyprot_resv_lmc & 7)) { in subn_set_portinfo()
699 if (ppd->lmc != (pip->mkeyprot_resv_lmc & 7)) in subn_set_portinfo()
701 qib_set_lid(ppd, lid, pip->mkeyprot_resv_lmc & 7); in subn_set_portinfo()
771 ibp->mkeyprot = pip->mkeyprot_resv_lmc >> 6; in subn_set_portinfo()