H A D | ibportstate.c | 2 * Copyright (c) 2004-2009 Voltaire Inc. All rights reserved. 16 * - Redistributions of source code must retain the above 20 * - Redistributions in binary form must reproduce the above 54 ENABLE, enumerator 63 ACTIVE, enumerator 96 {"enable", NULL, 0}, /* ENABLE */ 105 {"active", NULL, 0}, /* ACTIVE */ 125 static int get_node_info(ib_portid_t * dest, uint8_t * data) in get_node_info() argument 129 if (!smp_query_via(data, dest, IB_ATTR_NODE_INFO, 0, 0, srcport)) in get_node_info() 132 node_type = mad_get_field(data, 0, IB_NODE_TYPE_F); in get_node_info() [all …]
|