Lines Matching refs:rs
451 struct hbm_notification_response *rs = in notify_res_to_fop() local
454 return mei_cl_notify_req2fop(rs->start); in notify_res_to_fop()
469 struct hbm_notification_response *rs = in mei_hbm_cl_notify_start_res() local
472 cl_dbg(dev, cl, "hbm: notify start response status=%d\n", rs->status); in mei_hbm_cl_notify_start_res()
474 if (rs->status == MEI_HBMS_SUCCESS || in mei_hbm_cl_notify_start_res()
475 rs->status == MEI_HBMS_ALREADY_STARTED) { in mei_hbm_cl_notify_start_res()
495 struct hbm_notification_response *rs = in mei_hbm_cl_notify_stop_res() local
498 cl_dbg(dev, cl, "hbm: notify stop response status=%d\n", rs->status); in mei_hbm_cl_notify_stop_res()
500 if (rs->status == MEI_HBMS_SUCCESS || in mei_hbm_cl_notify_stop_res()
501 rs->status == MEI_HBMS_NOT_STARTED) { in mei_hbm_cl_notify_stop_res()
746 struct hbm_client_connect_response *rs = in mei_hbm_cl_disconnect_res() local
749 cl_dbg(dev, cl, "hbm: disconnect response status=%d\n", rs->status); in mei_hbm_cl_disconnect_res()
751 if (rs->status == MEI_CL_DISCONN_SUCCESS) in mei_hbm_cl_disconnect_res()
783 struct hbm_client_connect_response *rs = in mei_hbm_cl_connect_res() local
787 mei_cl_conn_status_str(rs->status)); in mei_hbm_cl_connect_res()
789 if (rs->status == MEI_CL_CONN_SUCCESS) in mei_hbm_cl_connect_res()
793 if (rs->status == MEI_CL_CONN_NOT_FOUND) { in mei_hbm_cl_connect_res()
799 cl->status = mei_cl_conn_status_to_errno(rs->status); in mei_hbm_cl_connect_res()
811 struct mei_hbm_cl_cmd *rs, in mei_hbm_cl_res() argument
825 if (mei_hbm_cl_addr_equal(cl, rs)) { in mei_hbm_cl_res()
836 mei_hbm_cl_connect_res(dev, cl, rs); in mei_hbm_cl_res()
839 mei_hbm_cl_disconnect_res(dev, cl, rs); in mei_hbm_cl_res()
842 mei_hbm_cl_notify_start_res(dev, cl, rs); in mei_hbm_cl_res()
845 mei_hbm_cl_notify_stop_res(dev, cl, rs); in mei_hbm_cl_res()