Lines Matching full:ocs
34 * OCS linux driver remote node callback declarations
42 if (OCS_LOG_ENABLE_SM_TRACE(node->ocs)) \
43 ocs_log_info(node->ocs, "[%s] %-20s\n", node->display_name, ocs_sm_event_name(evt)); \
46 #define node_printf(node, fmt, ...) ocs_log_debug(node->ocs, "[%s] " fmt, node->display_name, ##__V…
50 ocs_t *ocs = NULL; \
53 ocs = node->ocs; \
54 ocs_assert(ocs, NULL); \
119 extern int32_t ocs_node_create_pool(ocs_t *ocs, uint32_t node_count);
120 extern void ocs_node_free_pool(ocs_t *ocs);
121 extern ocs_node_t *ocs_node_get_instance(ocs_t *ocs, uint32_t index);
126 ocs_rlock_init(node->ocs, &node->lock, "node rlock"); in ocs_node_lock_init()
198 extern void ocs_node_dump(ocs_t *ocs);