Lines Matching refs:mei_msg
1253 struct mei_bus_message *mei_msg;
1270 mei_msg = (struct mei_bus_message *)dev->rd_msg_buf;
1271 cl_cmd = (struct mei_hbm_cl_cmd *)mei_msg;
1281 switch (mei_msg->hbm_cmd) {
1287 version_res = (struct hbm_host_version_response *)mei_msg;
1374 capability_res = (struct hbm_capability_response *)mei_msg;
1417 dma_setup_res = (struct hbm_dma_setup_response *)mei_msg;
1450 fctrl = (struct hbm_flow_control *)mei_msg;
1485 props_res = (struct hbm_props_response *)mei_msg;
1510 enum_res = (struct hbm_host_enum_response *) mei_msg;
1555 disconnect_req = (struct hbm_client_connect_request *)mei_msg;
1580 add_cl_req = (struct hbm_add_client_request *)mei_msg;
1602 client_dma_res = (struct hbm_client_dma_response *)mei_msg;
1608 client_dma_res = (struct hbm_client_dma_response *)mei_msg;
1613 WARN(1, "hbm: wrong command %d\n", mei_msg->hbm_cmd);