Lines Matching refs:mei_msg
1115 struct mei_bus_message *mei_msg; in mei_hbm_dispatch() local
1131 mei_msg = (struct mei_bus_message *)dev->rd_msg_buf; in mei_hbm_dispatch()
1132 cl_cmd = (struct mei_hbm_cl_cmd *)mei_msg; in mei_hbm_dispatch()
1142 switch (mei_msg->hbm_cmd) { in mei_hbm_dispatch()
1148 version_res = (struct hbm_host_version_response *)mei_msg; in mei_hbm_dispatch()
1224 capability_res = (struct hbm_capability_response *)mei_msg; in mei_hbm_dispatch()
1256 dma_setup_res = (struct hbm_dma_setup_response *)mei_msg; in mei_hbm_dispatch()
1289 fctrl = (struct hbm_flow_control *)mei_msg; in mei_hbm_dispatch()
1319 props_res = (struct hbm_props_response *)mei_msg; in mei_hbm_dispatch()
1344 enum_res = (struct hbm_host_enum_response *) mei_msg; in mei_hbm_dispatch()
1385 disconnect_req = (struct hbm_client_connect_request *)mei_msg; in mei_hbm_dispatch()
1410 add_cl_req = (struct hbm_add_client_request *)mei_msg; in mei_hbm_dispatch()
1431 WARN(1, "hbm: wrong command %d\n", mei_msg->hbm_cmd); in mei_hbm_dispatch()