Searched refs:cl2 (Results 1 – 1 of 1) sorted by relevance
332 const struct mei_cl *cl2) in mei_cl_cmp_id() argument334 return cl1 && cl2 && in mei_cl_cmp_id()335 (cl1->host_client_id == cl2->host_client_id) && in mei_cl_cmp_id()336 (mei_cl_me_id(cl1) == mei_cl_me_id(cl2)); in mei_cl_cmp_id()