Lines Matching refs:rs
448 struct hbm_notification_response *rs = in notify_res_to_fop() local
451 return mei_cl_notify_req2fop(rs->start); in notify_res_to_fop()
466 struct hbm_notification_response *rs = in mei_hbm_cl_notify_start_res() local
469 cl_dbg(dev, cl, "hbm: notify start response status=%d\n", rs->status); in mei_hbm_cl_notify_start_res()
471 if (rs->status == MEI_HBMS_SUCCESS || in mei_hbm_cl_notify_start_res()
472 rs->status == MEI_HBMS_ALREADY_STARTED) { in mei_hbm_cl_notify_start_res()
492 struct hbm_notification_response *rs = in mei_hbm_cl_notify_stop_res() local
495 cl_dbg(dev, cl, "hbm: notify stop response status=%d\n", rs->status); in mei_hbm_cl_notify_stop_res()
497 if (rs->status == MEI_HBMS_SUCCESS || in mei_hbm_cl_notify_stop_res()
498 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()
782 struct hbm_client_connect_response *rs = in mei_hbm_cl_connect_res() local
786 mei_cl_conn_status_str(rs->status)); in mei_hbm_cl_connect_res()
788 if (rs->status == MEI_CL_CONN_SUCCESS) in mei_hbm_cl_connect_res()
792 if (rs->status == MEI_CL_CONN_NOT_FOUND) in mei_hbm_cl_connect_res()
795 cl->status = mei_cl_conn_status_to_errno(rs->status); in mei_hbm_cl_connect_res()
807 struct mei_hbm_cl_cmd *rs, in mei_hbm_cl_res() argument
821 if (mei_hbm_cl_addr_equal(cl, rs)) { in mei_hbm_cl_res()
832 mei_hbm_cl_connect_res(dev, cl, rs); in mei_hbm_cl_res()
835 mei_hbm_cl_disconnect_res(dev, cl, rs); in mei_hbm_cl_res()
838 mei_hbm_cl_notify_start_res(dev, cl, rs); in mei_hbm_cl_res()
841 mei_hbm_cl_notify_stop_res(dev, cl, rs); in mei_hbm_cl_res()