Searched refs:SCIC_SDS_REMOTE_NODE_SETS_PER_DWORD (Results 1 – 2 of 2) sorted by relevance
199 (remote_node_table->available_nodes_array_size * SCIC_SDS_REMOTE_NODE_SETS_PER_DWORD) in scic_sds_remote_node_table_set_node_index()235 (remote_node_table->available_nodes_array_size * SCIC_SDS_REMOTE_NODE_SETS_PER_DWORD) in scic_sds_remote_node_table_clear_node_index()268 (remote_node_table->available_nodes_array_size * SCIC_SDS_REMOTE_NODE_SETS_PER_DWORD) in scic_sds_remote_node_table_clear_group()272 dword_location = group_index / SCIC_SDS_REMOTE_NODE_SETS_PER_DWORD; in scic_sds_remote_node_table_clear_group()273 dword_remainder = group_index % SCIC_SDS_REMOTE_NODE_SETS_PER_DWORD; in scic_sds_remote_node_table_clear_group()297 (remote_node_table->available_nodes_array_size * SCIC_SDS_REMOTE_NODE_SETS_PER_DWORD) in scic_sds_remote_node_table_set_group()301 dword_location = group_index / SCIC_SDS_REMOTE_NODE_SETS_PER_DWORD; in scic_sds_remote_node_table_set_group()302 dword_remainder = group_index % SCIC_SDS_REMOTE_NODE_SETS_PER_DWORD; in scic_sds_remote_node_table_set_group()329 dword_location = group_index / SCIC_SDS_REMOTE_NODE_SETS_PER_DWORD; in scic_sds_remote_node_table_get_group_value()330 dword_remainder = group_index % SCIC_SDS_REMOTE_NODE_SETS_PER_DWORD; in scic_sds_remote_node_table_get_group_value()
90 #define SCIC_SDS_REMOTE_NODE_SETS_PER_DWORD \ macro