Lines Matching full:response
68 * mei_cl_conn_status_to_errno - convert client connect response
71 * @status: client connect response status
221 * mei_hbm_start_wait - wait for start response message.
403 * @res: hbm property response
432 * mei_hbm_add_cl_resp - send response to fw on client add request
436 * @status: response status
446 dev_dbg(dev->dev, "adding client response\n"); in mei_hbm_add_cl_resp()
457 dev_err(dev->dev, "add client response write failed: ret = %d\n", in mei_hbm_add_cl_resp()
519 * notify_res_to_fop - convert notification response to the proper
522 * @cmd: client notification start response command
536 * notify start response
540 * @cmd: client notification start response command
549 cl_dbg(dev, cl, "hbm: notify start response status=%d\n", rs->status); in mei_hbm_cl_notify_start_res()
562 * notify stop response
566 * @cmd: client notification stop response command
575 cl_dbg(dev, cl, "hbm: notify stop response status=%d\n", rs->status); in mei_hbm_cl_notify_stop_res()
838 * @fctrl: flow control response bus message
870 * mei_hbm_cl_tx_flow_ctrl_creds_res - flow control response from me
873 * @fctrl: flow control response bus message
912 * mei_hbm_cl_disconnect_rsp - sends disconnect response to the FW
929 * disconnect response
933 * @cmd: disconnect client response host bus message
941 cl_dbg(dev, cl, "hbm: disconnect response status=%d\n", rs->status); in mei_hbm_cl_disconnect_res()
966 * connection response
970 * @cmd: connect client response host bus message
978 cl_dbg(dev, cl, "hbm: connect response status=%s\n", in mei_hbm_cl_connect_res()
995 * mei_hbm_cl_res - process hbm response received on behalf
1050 * host sends disconnect response
1078 * mei_hbm_pg_enter_res - PG enter response received
1088 dev_err(dev->dev, "hbm: pg entry response: state mismatch [%s, %d]\n", in mei_hbm_pg_enter_res()
1111 * mei_hbm_pg_exit_res - PG exit response received
1122 dev_err(dev->dev, "hbm: pg exit response: state mismatch [%s, %d]\n", in mei_hbm_pg_exit_res()
1142 WARN(1, "hbm: pg exit response: unexpected pg event = %d\n", in mei_hbm_pg_exit_res()
1285 dev_dbg(dev->dev, "hbm: start: response message received.\n"); in mei_hbm_dispatch()
1360 dev_dbg(dev->dev, "hbm: capabilities response: message received.\n"); in mei_hbm_dispatch()
1368 dev_dbg(dev->dev, "hbm: capabilities response: on shutdown, ignoring\n"); in mei_hbm_dispatch()
1371 dev_err(dev->dev, "hbm: capabilities response: state mismatch, [%d, %d]\n", in mei_hbm_dispatch()
1403 dev_dbg(dev->dev, "hbm: dma setup response: message received.\n"); in mei_hbm_dispatch()
1411 dev_dbg(dev->dev, "hbm: dma setup response: on shutdown, ignoring\n"); in mei_hbm_dispatch()
1414 dev_err(dev->dev, "hbm: dma setup response: state mismatch, [%d, %d]\n", in mei_hbm_dispatch()
1427 dev_info(dev->dev, "hbm: dma setup response: failure = %d %s\n", in mei_hbm_dispatch()
1440 dev_dbg(dev->dev, "hbm: client connect response: message received.\n"); in mei_hbm_dispatch()
1445 dev_dbg(dev->dev, "hbm: client disconnect response: message received.\n"); in mei_hbm_dispatch()
1450 dev_dbg(dev->dev, "hbm: client flow control response: message received.\n"); in mei_hbm_dispatch()
1457 dev_dbg(dev->dev, "hbm: power gate isolation entry response received\n"); in mei_hbm_dispatch()
1471 dev_dbg(dev->dev, "hbm: properties response: message received.\n"); in mei_hbm_dispatch()
1479 dev_dbg(dev->dev, "hbm: properties response: on shutdown, ignoring\n"); in mei_hbm_dispatch()
1482 dev_err(dev->dev, "hbm: properties response: state mismatch, [%d, %d]\n", in mei_hbm_dispatch()
1490 dev_dbg(dev->dev, "hbm: properties response: %d CLIENT_NOT_FOUND\n", in mei_hbm_dispatch()
1493 dev_err(dev->dev, "hbm: properties response: wrong status = %d %s\n", in mei_hbm_dispatch()
1508 dev_dbg(dev->dev, "hbm: enumeration response: message received\n"); in mei_hbm_dispatch()
1522 dev_dbg(dev->dev, "hbm: enumeration response: on shutdown, ignoring\n"); in mei_hbm_dispatch()
1525 dev_err(dev->dev, "hbm: enumeration response: state mismatch, [%d, %d]\n", in mei_hbm_dispatch()
1539 dev_dbg(dev->dev, "hbm: stop response: message received\n"); in mei_hbm_dispatch()
1544 dev_err(dev->dev, "hbm: stop response: state mismatch, [%d, %d]\n", in mei_hbm_dispatch()
1550 dev_info(dev->dev, "hbm: stop response: resetting.\n"); in mei_hbm_dispatch()
1585 dev_err(dev->dev, "hbm: add client: failed to send response %d\n", in mei_hbm_dispatch()
1593 dev_dbg(dev->dev, "hbm: notify response received\n"); in mei_hbm_dispatch()
1603 dev_dbg(dev->dev, "hbm: client dma map response: message received.\n"); in mei_hbm_dispatch()
1609 dev_dbg(dev->dev, "hbm: client dma unmap response: message received.\n"); in mei_hbm_dispatch()