Home
last modified time | relevance | path

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

/drivers/infiniband/sw/rxe/
Drxe_recv.c113 if (pkey_match(pkey, port->pkey_tbl[i])) { in check_keys()
126 if (unlikely(!pkey_match(pkey, in check_keys()
Drxe_verbs.h42 static inline int pkey_match(u16 key1, u16 key2) in pkey_match() function