Home
last modified time | relevance | path

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

/linux/drivers/scsi/isci/
A 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
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()
262 u32 dword_location; in sci_remote_node_table_set_group() local
271 dword_location = group_index / SCIC_SDS_REMOTE_NODE_SETS_PER_DWORD; in sci_remote_node_table_set_group()
292 u32 dword_location; in sci_remote_node_table_get_group_value() local
[all …]

Completed in 6 milliseconds