Searched refs:SCIC_SDS_REMOTE_NODE_SETS_PER_DWORD (Results 1 – 2 of 2) sorted by relevance
178 (remote_node_table->available_nodes_array_size * SCIC_SDS_REMOTE_NODE_SETS_PER_DWORD) in sci_remote_node_table_set_node_index() 211 (remote_node_table->available_nodes_array_size * SCIC_SDS_REMOTE_NODE_SETS_PER_DWORD) in sci_remote_node_table_clear_node_index() 241 (remote_node_table->available_nodes_array_size * SCIC_SDS_REMOTE_NODE_SETS_PER_DWORD) in sci_remote_node_table_clear_group() 245 dword_location = group_index / SCIC_SDS_REMOTE_NODE_SETS_PER_DWORD; in sci_remote_node_table_clear_group() 246 dword_remainder = group_index % SCIC_SDS_REMOTE_NODE_SETS_PER_DWORD; in sci_remote_node_table_clear_group() 267 (remote_node_table->available_nodes_array_size * SCIC_SDS_REMOTE_NODE_SETS_PER_DWORD) in sci_remote_node_table_set_group() 271 dword_location = group_index / SCIC_SDS_REMOTE_NODE_SETS_PER_DWORD; in sci_remote_node_table_set_group() 272 dword_remainder = group_index % SCIC_SDS_REMOTE_NODE_SETS_PER_DWORD; in sci_remote_node_table_set_group() 296 dword_location = group_index / SCIC_SDS_REMOTE_NODE_SETS_PER_DWORD; in sci_remote_node_table_get_group_value() 297 dword_remainder = group_index % SCIC_SDS_REMOTE_NODE_SETS_PER_DWORD; in sci_remote_node_table_get_group_value() [all...]
80 #define SCIC_SDS_REMOTE_NODE_SETS_PER_DWORD \ macro