Searched refs:random_id (Results 1 – 2 of 2) sorted by relevance
532 rand_info.random_id = get_random_u32(); in set_vf_mbox_random_id()534 func_to_func->vf_mbx_rand_id[func_id] = rand_info.random_id; in set_vf_mbox_random_id()579 u32 random_id; in check_vf_mbox_random_id() local600 random_id = be32_to_cpu(*(u32 *)(header + MBOX_SEG_LEN + in check_vf_mbox_random_id()603 if (random_id == func_to_func->vf_mbx_rand_id[src] || in check_vf_mbox_random_id()604 random_id == func_to_func->vf_mbx_old_rand_id[src]) in check_vf_mbox_random_id()609 random_id, src, func_to_func->vf_mbx_rand_id[src]); in check_vf_mbox_random_id()
328 u32 random_id; member