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

/linux-4.4.14/drivers/scsi/isci/
H A Dremote_node_table.c81 u32 dword_index; sci_remote_node_table_get_group_index() local
87 for (dword_index = 0; dword_index < remote_node_table->group_array_size; dword_index++) { sci_remote_node_table_get_group_index()
88 if (group_table[dword_index] != 0) { sci_remote_node_table_get_group_index()
90 if ((group_table[dword_index] & (1 << bit_index)) != 0) { sci_remote_node_table_get_group_index()
91 return (dword_index * 32) + bit_index; sci_remote_node_table_get_group_index()
116 u32 dword_index; sci_remote_node_table_clear_group_index() local
123 dword_index = group_index / 32; sci_remote_node_table_clear_group_index()
127 group_table[dword_index] = group_table[dword_index] & ~(1 << bit_index); sci_remote_node_table_clear_group_index()
146 u32 dword_index; sci_remote_node_table_set_group_index() local
153 dword_index = group_index / 32; sci_remote_node_table_set_group_index()
157 group_table[dword_index] = group_table[dword_index] | (1 << bit_index); sci_remote_node_table_set_group_index()

Completed in 53 milliseconds