Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rdma/ipath/
Dipath_mad.c260 dev->mkeyprot == 0) in recv_subn_get_portinfo()
281 pip->mkeyprot_resv_lmc = (dev->mkeyprot << 6) | dd->ipath_lmc; in recv_subn_get_portinfo()
502 dev->mkeyprot = pip->mkeyprot_resv_lmc >> 6; in recv_subn_set_portinfo()
1279 dev->mkeyprot = 0; in process_subn()
1290 dev->mkeyprot >= 2))) { in process_subn()
Dipath_verbs.h550 u8 mkeyprot; member
/linux-4.4.14/drivers/infiniband/hw/qib/
Dqib_mad.c416 ibp->mkeyprot = 0; in check_mkey()
434 if (ibp->mkeyprot < 2) in check_mkey()
493 ibp->mkeyprot == 1)) in subn_get_portinfo()
511 pip->mkeyprot_resv_lmc = (ibp->mkeyprot << 6) | ppd->lmc; in subn_get_portinfo()
771 ibp->mkeyprot = pip->mkeyprot_resv_lmc >> 6; in subn_set_portinfo()
Dqib_verbs.h746 u8 mkeyprot; member
/linux-4.4.14/drivers/staging/rdma/hfi1/
Dmad.c413 ibp->mkeyprot = 0; in check_mkey()
431 if (ibp->mkeyprot < 2) in check_mkey()
551 ibp->mkeyprot == 1)) in __subn_get_opa_portinfo()
601 pi->mkeyprotect_lmc = (ibp->mkeyprot << 6) | ppd->lmc; in __subn_get_opa_portinfo()
1200 ibp->mkeyprot = (pi->mkeyprotect_lmc & OPA_PI_MASK_MKEY_PROT_BIT) >> 6; in __subn_set_opa_portinfo()
Dverbs.h727 u8 mkeyprot; member