Searched refs:dword_location (Results 1 – 1 of 1) sorted by relevance
191 U32 dword_location; in scic_sds_remote_node_table_set_node_index() local201 dword_location = remote_node_index / SCIC_SDS_REMOTE_NODES_PER_DWORD; in scic_sds_remote_node_table_set_node_index()206 remote_node_table->available_remote_nodes[dword_location] |= in scic_sds_remote_node_table_set_node_index()227 U32 dword_location; in scic_sds_remote_node_table_clear_node_index() local237 dword_location = remote_node_index / SCIC_SDS_REMOTE_NODES_PER_DWORD; in scic_sds_remote_node_table_clear_node_index()242 remote_node_table->available_remote_nodes[dword_location] &= in scic_sds_remote_node_table_clear_node_index()261 U32 dword_location; in scic_sds_remote_node_table_clear_group() local270 dword_location = group_index / SCIC_SDS_REMOTE_NODE_SETS_PER_DWORD; in scic_sds_remote_node_table_clear_group()273 dword_value = remote_node_table->available_remote_nodes[dword_location]; in scic_sds_remote_node_table_clear_group()275 remote_node_table->available_remote_nodes[dword_location] = dword_value; in scic_sds_remote_node_table_clear_group()[all …]