Searched refs:props_res (Results 1 – 2 of 2) sorted by relevance
554 struct hbm_props_response *props_res; in ishtp_hbm_dispatch() local602 props_res = (struct hbm_props_response *)ishtp_msg; in ishtp_hbm_dispatch()605 if (props_res->status || !dev->fw_clients) { in ishtp_hbm_dispatch()612 if (fw_client->client_id != props_res->address) { in ishtp_hbm_dispatch()615 fw_client->client_id, props_res->address); in ishtp_hbm_dispatch()628 fw_client->props = props_res->client_properties; in ishtp_hbm_dispatch()
1245 struct hbm_props_response *props_res; in mei_hbm_dispatch() local1472 props_res = (struct hbm_props_response *)mei_msg; in mei_hbm_dispatch()1474 if (props_res->status == MEI_HBMS_CLIENT_NOT_FOUND) { in mei_hbm_dispatch()1476 props_res->me_addr); in mei_hbm_dispatch()1477 } else if (props_res->status) { in mei_hbm_dispatch()1479 props_res->status, in mei_hbm_dispatch()1480 mei_hbm_status_str(props_res->status)); in mei_hbm_dispatch()1483 mei_hbm_me_cl_add(dev, props_res); in mei_hbm_dispatch()1487 if (mei_hbm_prop_req(dev, props_res->me_addr + 1)) in mei_hbm_dispatch()