Searched refs:mei_msg (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/Documentation/misc-devices/mei/ |
D | mei-amt-version.c | 83 #define mei_msg(_me, fmt, ARGS...) do { \ macro 136 mei_msg(me, "max_message_length %d\n", cl->max_msg_length); in mei_init() 137 mei_msg(me, "protocol_version %d\n", cl->protocol_version); in mei_init() 159 mei_msg(me, "call read length = %zd\n", len); in mei_recv_msg() 167 mei_msg(me, "read succeeded with result %zd\n", rc); in mei_recv_msg() 183 mei_msg(me, "call write length = %zd\n", len); in mei_send_msg() 197 mei_msg(me, "write success\n"); in mei_send_msg()
|
/linux-4.1.27/drivers/misc/mei/ |
D | hbm.c | 739 struct mei_bus_message *mei_msg; in mei_hbm_dispatch() local 751 mei_msg = (struct mei_bus_message *)dev->rd_msg_buf; in mei_hbm_dispatch() 752 cl_cmd = (struct mei_hbm_cl_cmd *)mei_msg; in mei_hbm_dispatch() 762 switch (mei_msg->hbm_cmd) { in mei_hbm_dispatch() 768 version_res = (struct hbm_host_version_response *)mei_msg; in mei_hbm_dispatch() 826 flow_control = (struct hbm_flow_control *) mei_msg; in mei_hbm_dispatch() 863 props_res = (struct hbm_props_response *)mei_msg; in mei_hbm_dispatch() 887 enum_res = (struct hbm_host_enum_response *) mei_msg; in mei_hbm_dispatch() 928 disconnect_req = (struct hbm_client_connect_request *)mei_msg; in mei_hbm_dispatch()
|