Searched refs:cl2 (Results 1 – 2 of 2) sorted by relevance
307 const struct mei_cl *cl2) in mei_cl_cmp_id() argument309 return cl1 && cl2 && in mei_cl_cmp_id()310 (cl1->host_client_id == cl2->host_client_id) && in mei_cl_cmp_id()311 (cl1->me_client_id == cl2->me_client_id); in mei_cl_cmp_id()
1151 same_clid(clientid_t *cl1, clientid_t *cl2) in same_clid() argument1153 return (cl1->cl_boot == cl2->cl_boot) && (cl1->cl_id == cl2->cl_id); in same_clid()