Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/scsi/isci/
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()
184 slot_normalized = (dword_remainder / SCU_STP_REMOTE_NODE_COUNT) * sizeof(u32); in sci_remote_node_table_set_node_index()
185 slot_position = 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()
217 slot_normalized = (dword_remainder / SCU_STP_REMOTE_NODE_COUNT) * sizeof(u32); in sci_remote_node_table_clear_node_index()
218 slot_position = 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()
[all …]
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)];
Dhost.h365 return SCU_STP_REMOTE_NODE_COUNT; in sci_remote_device_node_count()