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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/rdma/
H A Dib_smi.h100 u8 mkeyprot_resv_lmc; /* 2 bits, 3, 3 */ member in struct:ib_port_info
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/ipath/
H A Dipath_mad.c275 pip->mkeyprot_resv_lmc = (dev->mkeyprot << 6) | dd->ipath_lmc;
441 dd->ipath_lmc != (pip->mkeyprot_resv_lmc & 7)) {
445 ipath_set_lid(dd, lid, pip->mkeyprot_resv_lmc & 7);
496 dev->mkeyprot = pip->mkeyprot_resv_lmc >> 6;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/qib/
H A Dqib_mad.c487 pip->mkeyprot_resv_lmc = (ibp->mkeyprot << 6) | ppd->lmc;
672 if (ppd->lid != lid || ppd->lmc != (pip->mkeyprot_resv_lmc & 7)) {
675 if (ppd->lmc != (pip->mkeyprot_resv_lmc & 7))
677 qib_set_lid(ppd, lid, pip->mkeyprot_resv_lmc & 7);
744 ibp->mkeyprot = pip->mkeyprot_resv_lmc >> 6;

Completed in 49 milliseconds