Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/core/
Dcm.c128 __be32 random_id_operand; member
612 cm_id_priv->id.local_id = (__force __be32)id ^ cm.random_id_operand; in cm_alloc_id()
620 (__force int) (local_id ^ cm.random_id_operand)); in cm_free_id()
629 (__force int) (local_id ^ cm.random_id_operand)); in cm_get_id()
2829 cm.random_id_operand)); in cm_acquire_rejected_id()
4514 get_random_bytes(&cm.random_id_operand, sizeof cm.random_id_operand); in ib_cm_init()