Searched refs:host_client_id (Results 1 – 5 of 5) sorted by relevance
212 return mei_cl_is_fixed_address(cl) ? 0 : cl->host_client_id; in mei_cl_host_addr()247 #define MEI_CL_PRM(cl) (cl)->host_client_id, mei_cl_me_id(cl)
333 (cl1->host_client_id == cl2->host_client_id) && in mei_cl_cmp_id()625 cl->host_client_id = id; in mei_cl_link()663 if (cl->host_client_id) in mei_cl_unlink()664 clear_bit(cl->host_client_id, dev->host_clients_map); in mei_cl_unlink()
119 i, mei_cl_me_id(cl), cl->host_client_id, cl->state, in mei_dbgfs_read_active()
106 hdr.host_addr = cl->host_client_id; in mei_wd_send()
265 u8 host_client_id; member