Lines Matching refs:instance_index

50 #define SCSI_IOFMT_ARGS(io) io->instance_index, SCSI_ITT_SIZE(io->ocs), io->init_task_tag, SCSI_ITT…
271 node->instance_index = i; in ocs_node_create_pool()
373 uint32_t instance_index; in ocs_node_alloc() local
395 instance_index = node->instance_index; in ocs_node_alloc()
400 node->instance_index = instance_index; in ocs_node_alloc()
427 ocs_lock_init(ocs, &node->pend_frames_lock, "pend_frames_lock[%d]", node->instance_index); in ocs_node_alloc()
429 ocs_lock_init(ocs, &node->active_ios_lock, "active_ios[%d]", node->instance_index); in ocs_node_alloc()
1514 ocs_ddump_section(textbuf, "node", node->instance_index); in ocs_ddump_node()
1586 ocs_ddump_endsection(textbuf, "node", node->instance_index); in ocs_ddump_node()
1697 ocs_mgmt_start_section(textbuf, "node", node->instance_index); in ocs_mgmt_node_list()
1728 ocs_mgmt_end_section(textbuf, "node", node->instance_index); in ocs_mgmt_node_list()
1739 ocs_mgmt_start_section(textbuf, "node", node->instance_index); in ocs_mgmt_node_get()
1741 ocs_snprintf(qualifier, sizeof(qualifier), "%s/node[%d]", parent, node->instance_index); in ocs_mgmt_node_get()
1830 ocs_mgmt_end_section(textbuf, "node", node->instance_index); in ocs_mgmt_node_get()
1842 ocs_mgmt_start_section(textbuf, "node", node->instance_index); in ocs_mgmt_node_get_all()
1885 ocs_mgmt_end_section(textbuf, "node", node->instance_index); in ocs_mgmt_node_get_all()
1896 ocs_snprintf(qualifier, sizeof(qualifier), "%s/node[%d]", parent, node->instance_index); in ocs_mgmt_node_set()
1925 ocs_snprintf(qualifier, sizeof(qualifier), "%s.node%d", parent, node->instance_index); in ocs_mgmt_node_exec()