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

/freebsd-10.1-release/sys/dev/isci/scil/
H A Dscic_sds_remote_node_table.c191 U32 dword_location; local
201 dword_location = remote_node_index / SCIC_SDS_REMOTE_NODES_PER_DWORD;
206 remote_node_table->available_remote_nodes[dword_location] |=
227 U32 dword_location; local
237 dword_location = remote_node_index / SCIC_SDS_REMOTE_NODES_PER_DWORD;
242 remote_node_table->available_remote_nodes[dword_location] &=
261 U32 dword_location; local
270 dword_location = group_index / SCIC_SDS_REMOTE_NODE_SETS_PER_DWORD;
273 dword_value = remote_node_table->available_remote_nodes[dword_location];
275 remote_node_table->available_remote_nodes[dword_location]
290 U32 dword_location; local
323 U32 dword_location; local
[all...]

Completed in 96 milliseconds