Home
last modified time | relevance | path

Searched refs:remote_node_count (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/scsi/isci/
H A Dremote_node_table.c465 * @remote_node_count: This is ther remote node count which is one of
475 u32 remote_node_count) in sci_remote_node_table_allocate_remote_node() argument
479 if (remote_node_count == SCU_SSP_REMOTE_NODE_COUNT) { in sci_remote_node_table_allocate_remote_node()
495 } else if (remote_node_count == SCU_STP_REMOTE_NODE_COUNT) { in sci_remote_node_table_allocate_remote_node()
578 * @remote_node_count: This is the count of consecutive remote nodes that are
587 u32 remote_node_count, in sci_remote_node_table_release_remote_node_index() argument
590 if (remote_node_count == SCU_SSP_REMOTE_NODE_COUNT) { in sci_remote_node_table_release_remote_node_index()
593 } else if (remote_node_count == SCU_STP_REMOTE_NODE_COUNT) { in sci_remote_node_table_release_remote_node_index()
H A Dremote_node_table.h181 u32 remote_node_count);
185 u32 remote_node_count,
H A Dhost.c2499 u32 remote_node_count = sci_remote_device_node_count(idev); in sci_controller_allocate_remote_node_context() local
2502 &ihost->available_remote_nodes, remote_node_count in sci_controller_allocate_remote_node_context()
2520 u32 remote_node_count = sci_remote_device_node_count(idev); in sci_controller_free_remote_node_context() local
2526 &ihost->available_remote_nodes, remote_node_count, node_id in sci_controller_free_remote_node_context()