Searched refs:group_index (Results 1 – 1 of 1) sorted by relevance
123 U32 group_index in scic_sds_remote_node_table_clear_group_index() argument131 ASSERT(group_index < (U32)(remote_node_table->group_array_size * 32)); in scic_sds_remote_node_table_clear_group_index()133 dword_index = group_index / 32; in scic_sds_remote_node_table_clear_group_index()134 bit_index = group_index % 32; in scic_sds_remote_node_table_clear_group_index()157 U32 group_index in scic_sds_remote_node_table_set_group_index() argument165 ASSERT(group_index < (U32)(remote_node_table->group_array_size * 32)); in scic_sds_remote_node_table_set_group_index()167 dword_index = group_index / 32; in scic_sds_remote_node_table_set_group_index()168 bit_index = group_index % 32; in scic_sds_remote_node_table_set_group_index()258 U32 group_index in scic_sds_remote_node_table_clear_group() argument267 > (group_index / SCU_STP_REMOTE_NODE_COUNT) in scic_sds_remote_node_table_clear_group()[all …]