Searched refs:random_id (Results 1 – 2 of 2) sorted by relevance
527 rand_info.random_id = get_random_u32(); in set_vf_mbox_random_id()529 func_to_func->vf_mbx_rand_id[func_id] = rand_info.random_id; in set_vf_mbox_random_id()574 u32 random_id; in check_vf_mbox_random_id() local595 random_id = be32_to_cpu(*(u32 *)(header + MBOX_SEG_LEN + in check_vf_mbox_random_id()598 if (random_id == func_to_func->vf_mbx_rand_id[src] || in check_vf_mbox_random_id()599 random_id == func_to_func->vf_mbx_old_rand_id[src]) in check_vf_mbox_random_id()604 random_id, src, func_to_func->vf_mbx_rand_id[src]); in check_vf_mbox_random_id()
394 u32 random_id; member