Lines Matching refs:me_cl
329 struct mei_me_client *me_cl; in mei_hbm_me_cl_add() local
334 me_cl = kzalloc(sizeof(struct mei_me_client), GFP_KERNEL); in mei_hbm_me_cl_add()
335 if (!me_cl) in mei_hbm_me_cl_add()
338 mei_me_cl_init(me_cl); in mei_hbm_me_cl_add()
340 me_cl->props = res->client_properties; in mei_hbm_me_cl_add()
341 me_cl->client_id = res->me_addr; in mei_hbm_me_cl_add()
342 me_cl->mei_flow_ctrl_creds = 0; in mei_hbm_me_cl_add()
344 mei_me_cl_add(dev, me_cl); in mei_hbm_me_cl_add()
654 struct mei_me_client *me_cl; in mei_hbm_add_single_flow_creds() local
657 me_cl = mei_me_cl_by_id(dev, flow->me_addr); in mei_hbm_add_single_flow_creds()
658 if (!me_cl) { in mei_hbm_add_single_flow_creds()
664 if (WARN_ON(me_cl->props.single_recv_buf == 0)) { in mei_hbm_add_single_flow_creds()
669 me_cl->mei_flow_ctrl_creds++; in mei_hbm_add_single_flow_creds()
671 flow->me_addr, me_cl->mei_flow_ctrl_creds); in mei_hbm_add_single_flow_creds()
675 mei_me_cl_put(me_cl); in mei_hbm_add_single_flow_creds()
793 mei_me_cl_del(dev, cl->me_cl); in mei_hbm_cl_connect_res()