Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/isci/
H A Dremote_node_table.c118 BUG_ON(group_table_index >= SCU_STP_REMOTE_NODE_COUNT); in sci_remote_node_table_clear_group_index()
148 BUG_ON(group_table_index >= SCU_STP_REMOTE_NODE_COUNT); in sci_remote_node_table_set_group_index()
179 <= (remote_node_index / SCU_STP_REMOTE_NODE_COUNT) in sci_remote_node_table_set_node_index()
212 <= (remote_node_index / SCU_STP_REMOTE_NODE_COUNT) in sci_remote_node_table_clear_node_index()
242 <= (group_index / SCU_STP_REMOTE_NODE_COUNT) in sci_remote_node_table_clear_group()
268 <= (group_index / SCU_STP_REMOTE_NODE_COUNT) in sci_remote_node_table_set_group()
357 if ((remote_node_entries % SCU_STP_REMOTE_NODE_COUNT) == 2) { in sci_remote_node_table_initialize()
495 } else if (remote_node_count == SCU_STP_REMOTE_NODE_COUNT) { in sci_remote_node_table_allocate_remote_node()
519 group_index = remote_node_index / SCU_STP_REMOTE_NODE_COUNT; in sci_remote_node_table_release_single_remote_node()
565 group_index = remote_node_index / SCU_STP_REMOTE_NODE_COUNT; in sci_remote_node_table_release_triple_remote_node()
[all …]
H A Dremote_node_table.h89 (SCU_STP_REMOTE_NODE_COUNT * SCIC_SDS_REMOTE_NODE_SETS_PER_BYTE)
116 #define SCU_STP_REMOTE_NODE_COUNT 3 macro
167 SCU_STP_REMOTE_NODE_COUNT][
168 (SCI_MAX_REMOTE_DEVICES / (32 * SCU_STP_REMOTE_NODE_COUNT))
169 + ((SCI_MAX_REMOTE_DEVICES % (32 * SCU_STP_REMOTE_NODE_COUNT)) != 0)];
H A Dhost.h365 return SCU_STP_REMOTE_NODE_COUNT; in sci_remote_device_node_count()