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