Lines Matching full:remote
71 * @param[in] remote_node_table This is the remote node index table from
111 * @param[in out] remote_node_table This the remote node table in which to
113 * @param[in] set_index This is the remote node selector in which the change
144 * @param[in out] remote_node_table This the remote node table in which to set
146 * @param[in] group_table_index This is the remote node selector in which the
175 * This method will set the remote to available in the remote node allocation
178 * @param[in out] remote_node_table This is the remote node table in which to
179 * modify the remote node availability.
180 * @param[in] remote_node_index This is the remote node index that is being
211 * This method clears the remote node index from the table of available remote
214 * @param[in out] remote_node_table This is the remote node table from which
215 * to clear the available remote node bit.
216 * @param[in] remote_node_index This is the remote node index which is to be
249 * @param[in out] remote_node_table The remote node table from which the slot
279 * THis method sets an entire remote node group in the remote node table.
310 * @param[in] remote_node_table This is the remote node table that for which
315 * @return The bit values at the specified remote node group index.
338 * This method will initialize the remote node table for use.
340 * @param[in out] remote_node_table The remote that which is to be
367 // Initialize the available remote node sets in scic_sds_remote_node_table_initialize()
373 // Initialize each full DWORD to a FULL SET of remote nodes in scic_sds_remote_node_table_initialize()
386 // available sets of 3 remote nodes in scic_sds_remote_node_table_initialize()
402 * This method will allocate a single RNi from the remote node table. The
403 * table index will determine from which remote node group table to search.
405 * function is designed to allow a serach of the available single remote node
406 * group up to the triple remote node group. If an entry is found in the
407 * specified table the remote node is removed and the remote node groups are
410 * @param[in out] remote_node_table The remote node table from which to
411 * allocate a remote node.
414 * @return The RNi value or an invalid remote node context if an RNi can not
469 * This method will allocate three consecutive remote node context entries. If
472 * @param[in] remote_node_table This is the remote node table from which to
473 * allocate the remote node entries.
477 * @return The remote node index that represents three consecutive remote node
478 * entries or an invalid remote node context if none can be found.
509 * This method will allocate a remote node that mataches the remote node count
510 * specified by the caller. Valid values for remote node count is
513 * @param[in] remote_node_table This is the remote node table from which the
514 * remote node allocation is to take place.
515 * @param[in] remote_node_count This is ther remote node count which is one of
518 * @return U16 This is the remote node index that is returned or an invalid
519 * remote node context.
559 * This method will free a single remote node index back to the remote node
560 * table. This routine will update the remote node groups
607 * This method will release a group of three consecutive remote nodes back to
608 * the free remote nodes.
610 * @param[in] remote_node_table This is the remote node table to which the
611 * remote node index is to be freed.
612 * @param[in] remote_node_index This is the remote node index which is being
633 * This method will release the remote node index back into the remote node
636 * @param[in] remote_node_table The remote node table to which the remote node
638 * @param[in] remote_node_count This is the count of consecutive remote nodes
640 * @param[in] remote_node_index This is the remote node index of the start of
641 * the number of remote nodes to be freed.