Lines Matching refs:rnc

78 	return sci_remote_node_context_suspend(&idev->rnc, reason,
149 return (localcount != idev->rnc.suspend_count)
150 || sci_remote_node_context_is_being_destroyed(&idev->rnc);
206 = sci_remote_node_context_is_suspended(&idev->rnc)
207 ? 0 : idev->rnc.suspend_count;
211 "rnc_suspend_count=%d, rnc.suspend_count=%d"
214 rnc_suspend_count, idev->rnc.suspend_count);
233 "rnc_suspend_count=%d, rnc.suspend_count=%d "
240 rnc_suspend_count, idev->rnc.suspend_count,
241 rnc_state_name(idev->rnc.sm.current_state_id),
242 idev->rnc.suspend_type,
243 idev->rnc.destination_state,
268 "rnc.suspend_count=%d, current "
274 rnc_state_name(idev->rnc.sm.current_state_id),
275 idev->rnc.suspend_count,
276 idev->rnc.suspend_type,
277 idev->rnc.destination_state);
357 sci_remote_node_context_destruct(&idev->rnc,
374 sci_remote_node_context_destruct(&idev->rnc,
579 status = sci_remote_node_context_event_handler(&idev->rnc, event_code);
620 return sci_remote_node_context_resume(&idev->rnc,
633 status = sci_remote_node_context_resume(&idev->rnc, NULL, NULL);
686 status = sci_remote_node_context_start_io(&idev->rnc, ireq);
708 status = sci_remote_node_context_start_io(&idev->rnc, ireq);
733 status = sci_remote_node_context_start_io(&idev->rnc, ireq);
749 status = sci_remote_node_context_start_io(&idev->rnc, ireq);
846 sci_remote_node_context_destruct(&idev->rnc,
925 status = sci_remote_node_context_start_task(&idev->rnc, ireq,
941 status = sci_remote_node_context_start_task(&idev->rnc, ireq,
962 idev->rnc.remote_node_index;
1029 idev->rnc.remote_node_index);
1030 idev->rnc.remote_node_index = SCIC_SDS_REMOTE_NODE_CONTEXT_INVALID_INDEX;
1129 sci_remote_node_context_resume(&idev->rnc, NULL, NULL);
1137 if (sci_remote_node_context_is_ready(&idev->rnc)) {
1143 sci_remote_node_context_resume(&idev->rnc,
1256 sci_remote_node_context_construct(&idev->rnc,
1288 &idev->rnc.remote_node_index);
1320 &idev->rnc.remote_node_index);
1347 status = sci_remote_node_context_resume(&idev->rnc, cb_fn, cb_p);
1382 || sci_remote_node_context_is_being_destroyed(&idev->rnc);
1421 idev->abort_resume_cb = idev->rnc.user_callback;
1422 idev->abort_resume_cbparam = idev->rnc.user_cookie;
1425 destroyed = sci_remote_node_context_is_being_destroyed(&idev->rnc);
1688 return sci_remote_node_context_is_safe_to_abort(&idev->rnc);