Home
last modified time | relevance | path

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

/linux/drivers/scsi/isci/
H A Dremote_node_table.h123 #define SCU_SSP_REMOTE_NODE_COUNT 1 macro
H A Dremote_node_table.c466 * SCU_SSP_REMOTE_NODE_COUNT(1) or SCU_STP_REMOTE_NODE_COUNT(3).
470 * SCU_SSP_REMOTE_NODE_COUNT(1) or SCU_STP_REMOTE_NODE_COUNT(3). u16 This is
479 if (remote_node_count == SCU_SSP_REMOTE_NODE_COUNT) { in sci_remote_node_table_allocate_remote_node()
590 if (remote_node_count == SCU_SSP_REMOTE_NODE_COUNT) { in sci_remote_node_table_release_remote_node_index()
H A Dhost.h366 return SCU_SSP_REMOTE_NODE_COUNT; in sci_remote_device_node_count()