• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/sys/dev/isci/scil/

Lines Matching defs:group_index

117  * @param[in] group_index This is the bit index in the table to be modified.
125 U32 group_index
133 ASSERT(group_index < (U32)(remote_node_table->group_array_size * 32));
135 dword_index = group_index / 32;
136 bit_index = group_index % 32;
150 * @param[in] group_index This is the bit position in the table to be
159 U32 group_index
167 ASSERT(group_index < (U32)(remote_node_table->group_array_size * 32));
169 dword_index = group_index / 32;
170 bit_index = group_index % 32;
253 * @param[in] group_index The index for the slot that is to be cleared.
260 U32 group_index
269 > (group_index / SCU_STP_REMOTE_NODE_COUNT)
272 dword_location = group_index / SCIC_SDS_REMOTE_NODE_SETS_PER_DWORD;
273 dword_remainder = group_index % SCIC_SDS_REMOTE_NODE_SETS_PER_DWORD;
284 * @param[in] group_index
289 U32 group_index
298 > (group_index / SCU_STP_REMOTE_NODE_COUNT)
301 dword_location = group_index / SCIC_SDS_REMOTE_NODE_SETS_PER_DWORD;
302 dword_remainder = group_index % SCIC_SDS_REMOTE_NODE_SETS_PER_DWORD;
314 * @param[in] group_index This is the group index to use to find the group
322 U32 group_index
329 dword_location = group_index / SCIC_SDS_REMOTE_NODE_SETS_PER_DWORD;
330 dword_remainder = group_index % SCIC_SDS_REMOTE_NODE_SETS_PER_DWORD;
427 U32 group_index;
430 group_index = scic_sds_remote_node_table_get_group_index(
434 if (group_index != SCIC_SDS_REMOTE_NODE_TABLE_INVALID_INDEX)
437 remote_node_table, group_index);
444 remote_node_index = (U16) (group_index * SCU_STP_REMOTE_NODE_COUNT
448 remote_node_table, group_table_index, group_index
458 remote_node_table, group_table_index - 1, group_index
488 U32 group_index;
491 group_index = scic_sds_remote_node_table_get_group_index(
494 if (group_index != SCIC_SDS_REMOTE_NODE_TABLE_INVALID_INDEX)
496 remote_node_index = (U16) group_index * SCU_STP_REMOTE_NODE_COUNT;
499 remote_node_table, group_table_index, group_index
503 remote_node_table, group_index
573 U32 group_index;
576 group_index = remote_node_index / SCU_STP_REMOTE_NODE_COUNT;
578 group_value = scic_sds_remote_node_table_get_group_value(remote_node_table, group_index);
588 scic_sds_remote_node_table_set_group_index(remote_node_table, 0, group_index);
594 scic_sds_remote_node_table_clear_group_index(remote_node_table, 0, group_index);
595 scic_sds_remote_node_table_set_group_index(remote_node_table, 1, group_index);
601 scic_sds_remote_node_table_clear_group_index(remote_node_table, 1, group_index);
602 scic_sds_remote_node_table_set_group_index(remote_node_table, 2, group_index);
623 U32 group_index;
625 group_index = remote_node_index / SCU_STP_REMOTE_NODE_COUNT;
628 remote_node_table, 2, group_index
631 scic_sds_remote_node_table_set_group(remote_node_table, group_index);