Searched refs:max_remote_nodes (Results 1 – 4 of 4) sorted by relevance
193 uint32_t max_remote_nodes; in ocs_xport_attach() local249 ocs_hw_get(&ocs->hw, OCS_HW_MAX_NODES, &max_remote_nodes); in ocs_xport_attach()251 if (!ocs->max_remote_nodes) in ocs_xport_attach()252 ocs->max_remote_nodes = max_remote_nodes; in ocs_xport_attach()254 rc = ocs_node_create_pool(ocs, ocs->max_remote_nodes); in ocs_xport_attach()
105 uint32_t max_remote_nodes; member
163 uint32_t max_remote_nodes; member
2136 cpi->initiator_id = ocs->max_remote_nodes + 1; in ocs_action()