Home
last modified time | relevance | path

Searched refs:PKEY_LOW_15_MASK (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/staging/rdma/hfi1/
Dhfi.h1260 #define PKEY_LOW_15_MASK 0x7fff macro
1270 u16 mkey = pkey & PKEY_LOW_15_MASK; in ingress_pkey_matches_entry()
1271 u16 ment = ent & PKEY_LOW_15_MASK; in ingress_pkey_matches_entry()
1335 if ((sc5 == 0xf) && ((pkey & PKEY_LOW_15_MASK) != PKEY_LOW_15_MASK)) in ingress_pkey_check()
1339 if ((pkey & PKEY_LOW_15_MASK) == 0) in ingress_pkey_check()
1368 if ((sc5 == 0xf) && ((pkey & PKEY_LOW_15_MASK) != PKEY_LOW_15_MASK)) in rcv_pkey_check()
Dverbs.c1227 u16 mkey = pkey & PKEY_LOW_15_MASK; in egress_pkey_matches_entry()
1228 u16 ment = ent & PKEY_LOW_15_MASK; in egress_pkey_matches_entry()
1270 if ((sc5 == 0xf) && ((pkey & PKEY_LOW_15_MASK) != PKEY_LOW_15_MASK)) in egress_pkey_check()
1275 if ((pkey & PKEY_LOW_15_MASK) == 0) in egress_pkey_check()