Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/scsi/isci/
Dremote_node_table.c172 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] = dword_value; in sci_remote_node_table_clear_group()
[all …]