Main Page   Modules   Data Structures   File List   Data Fields   Globals   Related Pages  

gm_unique_id_to_node_id.c File Reference

#include "gm_call_trace.h"
#include "gm_debug.h"
#include "gm_internal.h"
#include "gm_global_id.h"

Functions

gm_status_t gm_unique_id_to_node_id (gm_port_t *port, char *unique, unsigned int *node_id)

Detailed Description

This file contains the GM API function gm_unique_id_to_node_id().


Function Documentation

gm_status_t gm_unique_id_to_node_id gm_port_t *    port,
char *    unique,
unsigned int *    node_id
 

gm_unique_id_to_node_id() takes the MAC address and returns the GM node id for a specific port.

Return values:
GM_SUCCESS  Operation completed successfully.
GM_INVALID_PARAMETER 
Parameters:
port  (IN) The GM port.
unique  (IN) The unique ID to translate.
node_id  (OUT) Where to store the node ID corresponding to unique.
Author:
Glenn Brown
Version:
GM_API_VERSION (as defined in gm.h)


Generated on Mon Nov 3 15:39:26 2003 for GM by doxygen1.2.15