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

/linux-4.1.27/drivers/scsi/isci/
H A Dremote_node_table.c120 BUG_ON(group_table_index >= SCU_STP_REMOTE_NODE_COUNT); sci_remote_node_table_clear_group_index()
150 BUG_ON(group_table_index >= SCU_STP_REMOTE_NODE_COUNT); sci_remote_node_table_set_group_index()
181 <= (remote_node_index / SCU_STP_REMOTE_NODE_COUNT) sci_remote_node_table_set_node_index()
186 slot_normalized = (dword_remainder / SCU_STP_REMOTE_NODE_COUNT) * sizeof(u32); sci_remote_node_table_set_node_index()
187 slot_position = remote_node_index % SCU_STP_REMOTE_NODE_COUNT; sci_remote_node_table_set_node_index()
214 <= (remote_node_index / SCU_STP_REMOTE_NODE_COUNT) sci_remote_node_table_clear_node_index()
219 slot_normalized = (dword_remainder / SCU_STP_REMOTE_NODE_COUNT) * sizeof(u32); sci_remote_node_table_clear_node_index()
220 slot_position = remote_node_index % SCU_STP_REMOTE_NODE_COUNT; sci_remote_node_table_clear_node_index()
244 <= (group_index / SCU_STP_REMOTE_NODE_COUNT) sci_remote_node_table_clear_group()
271 <= (group_index / SCU_STP_REMOTE_NODE_COUNT) sci_remote_node_table_set_group()
349 (remote_node_entries / (SCU_STP_REMOTE_NODE_COUNT * 32)) sci_remote_node_table_initialize()
350 + ((remote_node_entries % (SCU_STP_REMOTE_NODE_COUNT * 32)) != 0); sci_remote_node_table_initialize()
352 for (index = 0; index < (remote_node_entries / SCU_STP_REMOTE_NODE_COUNT); index++) { sci_remote_node_table_initialize()
360 if ((remote_node_entries % SCU_STP_REMOTE_NODE_COUNT) == 2) { sci_remote_node_table_initialize()
362 } else if ((remote_node_entries % SCU_STP_REMOTE_NODE_COUNT) == 1) { sci_remote_node_table_initialize()
399 for (index = 0; index < SCU_STP_REMOTE_NODE_COUNT; index++) { sci_remote_node_table_allocate_single_remote_node()
402 remote_node_index = (u16)(group_index * SCU_STP_REMOTE_NODE_COUNT sci_remote_node_table_allocate_single_remote_node()
450 remote_node_index = (u16)group_index * SCU_STP_REMOTE_NODE_COUNT; sci_remote_node_table_allocate_triple_remote_node()
469 * SCU_SSP_REMOTE_NODE_COUNT(1) or SCU_STP_REMOTE_NODE_COUNT(3).
473 * SCU_SSP_REMOTE_NODE_COUNT(1) or SCU_STP_REMOTE_NODE_COUNT(3). u16 This is
498 } else if (remote_node_count == SCU_STP_REMOTE_NODE_COUNT) { sci_remote_node_table_allocate_remote_node()
521 group_index = remote_node_index / SCU_STP_REMOTE_NODE_COUNT; sci_remote_node_table_release_single_remote_node()
566 group_index = remote_node_index / SCU_STP_REMOTE_NODE_COUNT; sci_remote_node_table_release_triple_remote_node()
593 } else if (remote_node_count == SCU_STP_REMOTE_NODE_COUNT) { sci_remote_node_table_release_remote_node_index()
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.h366 return SCU_STP_REMOTE_NODE_COUNT; sci_remote_device_node_count()

Completed in 88 milliseconds