Home
last modified time | relevance | path

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

/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_cm.c135 __be32 random_id_operand; member
561 cm_id_priv->id.local_id = (__force __be32)id ^ cm.random_id_operand; in cm_alloc_id()
569 (__force int) (local_id ^ cm.random_id_operand)); in cm_free_id()
578 (__force int) (local_id ^ cm.random_id_operand)); in cm_get_id()
2618 cm.random_id_operand)); in cm_acquire_rejected_id()
4212 get_random_bytes(&cm.random_id_operand, sizeof cm.random_id_operand); in ib_cm_init()