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

/freebsd-10.2-release/sys/dev/isci/scil/
H A Dscic_sds_remote_node_table.h101 #define SCIC_SDS_REMOTE_NODES_PER_DWORD \ macro
153 (SCI_MAX_REMOTE_DEVICES / SCIC_SDS_REMOTE_NODES_PER_DWORD)
154 + ((SCI_MAX_REMOTE_DEVICES % SCIC_SDS_REMOTE_NODES_PER_DWORD) != 0)];
H A Dscic_sds_remote_node_table.c201 dword_location = remote_node_index / SCIC_SDS_REMOTE_NODES_PER_DWORD;
202 dword_remainder = remote_node_index % SCIC_SDS_REMOTE_NODES_PER_DWORD;
237 dword_location = remote_node_index / SCIC_SDS_REMOTE_NODES_PER_DWORD;
238 dword_remainder = remote_node_index % SCIC_SDS_REMOTE_NODES_PER_DWORD;
369 (remote_node_entries / SCIC_SDS_REMOTE_NODES_PER_DWORD)
370 + ((remote_node_entries % SCIC_SDS_REMOTE_NODES_PER_DWORD) != 0);

Completed in 14 milliseconds