Searched refs:dword_location (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/scsi/isci/
H A Dremote_node_table.c174 u32 dword_location; sci_remote_node_table_set_node_index() local
184 dword_location = remote_node_index / SCIC_SDS_REMOTE_NODES_PER_DWORD; sci_remote_node_table_set_node_index()
189 remote_node_table->available_remote_nodes[dword_location] |= sci_remote_node_table_set_node_index()
207 u32 dword_location; sci_remote_node_table_clear_node_index() local
217 dword_location = remote_node_index / SCIC_SDS_REMOTE_NODES_PER_DWORD; sci_remote_node_table_clear_node_index()
222 remote_node_table->available_remote_nodes[dword_location] &= sci_remote_node_table_clear_node_index()
238 u32 dword_location; sci_remote_node_table_clear_group() local
247 dword_location = group_index / SCIC_SDS_REMOTE_NODE_SETS_PER_DWORD; sci_remote_node_table_clear_group()
250 dword_value = remote_node_table->available_remote_nodes[dword_location]; sci_remote_node_table_clear_group()
252 remote_node_table->available_remote_nodes[dword_location] = dword_value; sci_remote_node_table_clear_group()
265 u32 dword_location; sci_remote_node_table_set_group() local
274 dword_location = group_index / SCIC_SDS_REMOTE_NODE_SETS_PER_DWORD; sci_remote_node_table_set_group()
277 dword_value = remote_node_table->available_remote_nodes[dword_location]; sci_remote_node_table_set_group()
279 remote_node_table->available_remote_nodes[dword_location] = dword_value; sci_remote_node_table_set_group()
295 u32 dword_location; sci_remote_node_table_get_group_value() local
299 dword_location = group_index / SCIC_SDS_REMOTE_NODE_SETS_PER_DWORD; sci_remote_node_table_get_group_value()
302 dword_value = remote_node_table->available_remote_nodes[dword_location]; sci_remote_node_table_get_group_value()

Completed in 44 milliseconds