Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/isci/
Dremote_node_table.c174 u32 dword_location; in sci_remote_node_table_set_node_index() local
184 dword_location = remote_node_index / SCIC_SDS_REMOTE_NODES_PER_DWORD; in sci_remote_node_table_set_node_index()
189 remote_node_table->available_remote_nodes[dword_location] |= in sci_remote_node_table_set_node_index()
207 u32 dword_location; in sci_remote_node_table_clear_node_index() local
217 dword_location = remote_node_index / SCIC_SDS_REMOTE_NODES_PER_DWORD; in sci_remote_node_table_clear_node_index()
222 remote_node_table->available_remote_nodes[dword_location] &= in sci_remote_node_table_clear_node_index()
238 u32 dword_location; in sci_remote_node_table_clear_group() local
247 dword_location = group_index / SCIC_SDS_REMOTE_NODE_SETS_PER_DWORD; in sci_remote_node_table_clear_group()
250 dword_value = remote_node_table->available_remote_nodes[dword_location]; in sci_remote_node_table_clear_group()
252 remote_node_table->available_remote_nodes[dword_location] = dword_value; in sci_remote_node_table_clear_group()
[all …]