Searched refs:dword_location (Results 1 – 1 of 1) sorted by relevance
172 u32 dword_location; in sci_remote_node_table_set_node_index() local 182 dword_location = remote_node_index / SCIC_SDS_REMOTE_NODES_PER_DWORD; in sci_remote_node_table_set_node_index() 187 remote_node_table->available_remote_nodes[dword_location] |= in sci_remote_node_table_set_node_index() 205 u32 dword_location; in sci_remote_node_table_clear_node_index() local 215 dword_location = remote_node_index / SCIC_SDS_REMOTE_NODES_PER_DWORD; in sci_remote_node_table_clear_node_index() 220 remote_node_table->available_remote_nodes[dword_location] &= in sci_remote_node_table_clear_node_index() 236 u32 dword_location; in sci_remote_node_table_clear_group() local 245 dword_location = group_index / SCIC_SDS_REMOTE_NODE_SETS_PER_DWORD; in sci_remote_node_table_clear_group() 248 dword_value = remote_node_table->available_remote_nodes[dword_location]; in sci_remote_node_table_clear_group() 250 remote_node_table->available_remote_nodes[dword_location] in sci_remote_node_table_clear_group() 262 u32 dword_location; sci_remote_node_table_set_group() local 292 u32 dword_location; sci_remote_node_table_get_group_value() local [all...]