Searched refs:cl2 (Results 1 – 3 of 3) sorted by relevance
162 const struct ishtp_cl *cl2) in ishtp_cl_cmp_id() argument164 return cl1 && cl2 && in ishtp_cl_cmp_id()165 (cl1->host_client_id == cl2->host_client_id) && in ishtp_cl_cmp_id()166 (cl1->fw_client_id == cl2->fw_client_id); in ishtp_cl_cmp_id()
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()
2037 same_clid(clientid_t *cl1, clientid_t *cl2) in same_clid() argument2039 return (cl1->cl_boot == cl2->cl_boot) && (cl1->cl_id == cl2->cl_id); in same_clid()