Searched refs:SCIC_SDS_REMOTE_NODE_SETS_PER_DWORD (Results 1 – 2 of 2) sorted by relevance
197 (remote_node_table->available_nodes_array_size * SCIC_SDS_REMOTE_NODE_SETS_PER_DWORD) in scic_sds_remote_node_table_set_node_index()233 (remote_node_table->available_nodes_array_size * SCIC_SDS_REMOTE_NODE_SETS_PER_DWORD) in scic_sds_remote_node_table_clear_node_index()266 (remote_node_table->available_nodes_array_size * SCIC_SDS_REMOTE_NODE_SETS_PER_DWORD) in scic_sds_remote_node_table_clear_group()270 dword_location = group_index / SCIC_SDS_REMOTE_NODE_SETS_PER_DWORD; in scic_sds_remote_node_table_clear_group()271 dword_remainder = group_index % SCIC_SDS_REMOTE_NODE_SETS_PER_DWORD; in scic_sds_remote_node_table_clear_group()295 (remote_node_table->available_nodes_array_size * SCIC_SDS_REMOTE_NODE_SETS_PER_DWORD) in scic_sds_remote_node_table_set_group()299 dword_location = group_index / SCIC_SDS_REMOTE_NODE_SETS_PER_DWORD; in scic_sds_remote_node_table_set_group()300 dword_remainder = group_index % SCIC_SDS_REMOTE_NODE_SETS_PER_DWORD; in scic_sds_remote_node_table_set_group()327 dword_location = group_index / SCIC_SDS_REMOTE_NODE_SETS_PER_DWORD; in scic_sds_remote_node_table_get_group_value()328 dword_remainder = group_index % SCIC_SDS_REMOTE_NODE_SETS_PER_DWORD; in scic_sds_remote_node_table_get_group_value()
88 #define SCIC_SDS_REMOTE_NODE_SETS_PER_DWORD \ macro