Lines Matching refs:me_cl
22 struct mei_me_client *me_cl;
36 list_for_each_entry(me_cl, &dev->me_clients, list) {
37 if (!mei_me_cl_get(me_cl))
41 i++, me_cl->client_id,
42 me_cl->props.fixed_address,
43 &me_cl->props.protocol_name,
44 me_cl->props.max_number_of_connections,
45 me_cl->props.max_msg_length,
46 me_cl->props.single_recv_buf,
47 kref_read(&me_cl->refcnt),
48 me_cl->props.vt_supported);
49 mei_me_cl_put(me_cl);