Home
last modified time | relevance | path

Searched refs:max_remote_nodes (Results 1 – 4 of 4) sorted by relevance

/src/sys/dev/ocs_fc/
H A Docs_xport.c193 uint32_t max_remote_nodes; in ocs_xport_attach() local
249 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()
H A Docs_drv_fc.h105 uint32_t max_remote_nodes; member
H A Docs.h163 uint32_t max_remote_nodes; member
H A Docs_cam.c2136 cpi->initiator_id = ocs->max_remote_nodes + 1; in ocs_action()