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);
356 sci_remote_node_context_destruct(&idev->rnc,
373 sci_remote_node_context_destruct(&idev->rnc,
578 status = sci_remote_node_context_event_handler(&idev->rnc, event_code);
619 return sci_remote_node_context_resume(&idev->rnc,
632 status = sci_remote_node_context_resume(&idev->rnc, NULL, NULL);
685 status = sci_remote_node_context_start_io(&idev->rnc, ireq);
707 status = sci_remote_node_context_start_io(&idev->rnc, ireq);
732 status = sci_remote_node_context_start_io(&idev->rnc, ireq);
748 status = sci_remote_node_context_start_io(&idev->rnc, ireq);
845 sci_remote_node_context_destruct(&idev->rnc,
924 status = sci_remote_node_context_start_task(&idev->rnc, ireq,
940 status = sci_remote_node_context_start_task(&idev->rnc, ireq,
961 idev->rnc.remote_node_index;
1028 idev->rnc.remote_node_index);
1029 idev->rnc.remote_node_index = SCIC_SDS_REMOTE_NODE_CONTEXT_INVALID_INDEX;
1128 sci_remote_node_context_resume(&idev->rnc, NULL, NULL);
1136 if (sci_remote_node_context_is_ready(&idev->rnc)) {
1142 sci_remote_node_context_resume(&idev->rnc,
1255 sci_remote_node_context_construct(&idev->rnc,
1287 &idev->rnc.remote_node_index);
1319 &idev->rnc.remote_node_index);
1346 status = sci_remote_node_context_resume(&idev->rnc, cb_fn, cb_p);
1381 || sci_remote_node_context_is_being_destroyed(&idev->rnc);
1420 idev->abort_resume_cb = idev->rnc.user_callback;
1421 idev->abort_resume_cbparam = idev->rnc.user_cookie;
1424 destroyed = sci_remote_node_context_is_being_destroyed(&idev->rnc);
1687 return sci_remote_node_context_is_safe_to_abort(&idev->rnc);