Home
last modified time | relevance | path

Searched refs:PKEY_LOW_15_MASK (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H A Dhfi.h1794 #define PKEY_LOW_15_MASK 0x7fff macro
1804 u16 mkey = pkey & PKEY_LOW_15_MASK; in ingress_pkey_matches_entry()
1805 u16 ment = ent & PKEY_LOW_15_MASK; in ingress_pkey_matches_entry()
1869 if ((sc5 == 0xf) && ((pkey & PKEY_LOW_15_MASK) != PKEY_LOW_15_MASK)) in ingress_pkey_check()
1873 if ((pkey & PKEY_LOW_15_MASK) == 0) in ingress_pkey_check()
1902 if ((sc5 == 0xf) && ((pkey & PKEY_LOW_15_MASK) != PKEY_LOW_15_MASK)) in rcv_pkey_check()
H A Dverbs.c1128 u16 mkey = pkey & PKEY_LOW_15_MASK; in egress_pkey_matches_entry()
1129 u16 mentry = ent & PKEY_LOW_15_MASK; in egress_pkey_matches_entry()
1169 if ((sc5 == 0xf) && ((pkey & PKEY_LOW_15_MASK) != PKEY_LOW_15_MASK)) in egress_pkey_check()
1173 if ((pkey & PKEY_LOW_15_MASK) == 0) in egress_pkey_check()
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H A Dhfi.h1742 #define PKEY_LOW_15_MASK 0x7fff macro
1752 u16 mkey = pkey & PKEY_LOW_15_MASK; in ingress_pkey_matches_entry()
1753 u16 ment = ent & PKEY_LOW_15_MASK; in ingress_pkey_matches_entry()
1817 if ((sc5 == 0xf) && ((pkey & PKEY_LOW_15_MASK) != PKEY_LOW_15_MASK)) in ingress_pkey_check()
1821 if ((pkey & PKEY_LOW_15_MASK) == 0) in ingress_pkey_check()
1850 if ((sc5 == 0xf) && ((pkey & PKEY_LOW_15_MASK) != PKEY_LOW_15_MASK)) in rcv_pkey_check()
H A Dverbs.c1086 u16 mkey = pkey & PKEY_LOW_15_MASK; in egress_pkey_matches_entry()
1087 u16 mentry = ent & PKEY_LOW_15_MASK; in egress_pkey_matches_entry()
1127 if ((sc5 == 0xf) && ((pkey & PKEY_LOW_15_MASK) != PKEY_LOW_15_MASK)) in egress_pkey_check()
1131 if ((pkey & PKEY_LOW_15_MASK) == 0) in egress_pkey_check()

Completed in 15 milliseconds