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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/rdma/
H A Dib_smi.h102 u8 mkeyprot_resv_lmc; /* 2 bits, 3, 3 */ member in struct:ib_port_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/ipath/
H A Dipath_ud.c262 ((1 << (dev->mkeyprot_resv_lmc & 7)) - 1));
265 ah_attr->dlid & ((1 << (dev->mkeyprot_resv_lmc & 7)) - 1);
378 ~((1 << (dev->mkeyprot_resv_lmc & 7)) - 1);
441 ((1 << (dev->mkeyprot_resv_lmc & 7)) - 1);
665 dlid & ((1 << (dev->mkeyprot_resv_lmc & 7)) - 1);
H A Dipath_mad.c243 (dev->mkeyprot_resv_lmc >> 6) == 0)
262 pip->mkeyprot_resv_lmc = dev->mkeyprot_resv_lmc;
420 ipath_set_lid(dev->dd, lid, pip->mkeyprot_resv_lmc & 7);
465 dev->mkeyprot_resv_lmc = pip->mkeyprot_resv_lmc;
1340 dev->mkeyprot_resv_lmc &= 0x3F;
1351 (dev->mkeyprot_resv_lmc >> 7) != 0))) {
H A Dipath_verbs.h491 u8 mkeyprot_resv_lmc; member in struct:ipath_ibdev
H A Dipath_verbs.c408 lid &= ~((1 << (dev->mkeyprot_resv_lmc & 7)) - 1);
1027 props->lmc = dev->mkeyprot_resv_lmc & 7;

Completed in 73 milliseconds