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

/freebsd-12-stable/contrib/ofed/libibnetdisc/
H A Dibnetdisc.h102 } ibnd_node_t; typedef in typeref:struct:ibnd_node
111 ibnd_node_t *node; /* node this port belongs to */
134 ibnd_node_t *nodes;
139 ibnd_node_t *spinenode[SPINES_MAX_NUM + 1];
140 ibnd_node_t *linenode[LINES_MAX_NUM + 1];
169 ibnd_node_t *from_node;
173 ibnd_node_t *nodes;
180 ibnd_node_t *nodestbl[HTSZ];
182 ibnd_node_t *switches;
183 ibnd_node_t *ch_adapter
[all...]
H A Dchassis.c63 char *ibnd_get_chassis_type(ibnd_node_t * node)
99 char *ibnd_get_chassis_slot_str(ibnd_node_t * node, char *str, size_t size)
193 static uint64_t xsigo_chassisguid(ibnd_node_t * node)
225 static uint64_t get_chassisguid(ibnd_node_t * node)
240 ibnd_node_t * node)
269 static int is_router(ibnd_node_t * n)
276 static int is_spine_9096(ibnd_node_t * n)
282 static int is_spine_9288(ibnd_node_t * n)
288 static int is_spine_2004(ibnd_node_t * n)
294 static int is_spine_2012(ibnd_node_t *
[all...]
H A Dinternal.h122 int add_to_nodeguid_hash(ibnd_node_t * node, ibnd_node_t * hash[]);
126 void add_to_type_list(ibnd_node_t * node, f_internal_t * fabric);
128 void destroy_node(ibnd_node_t * node);
H A Dibnetdisc.c61 ibnd_node_t *node;
67 ibnd_node_t * node, int portnum);
74 ibnd_node_t *node = cb_data;
82 ibnd_node_t * node)
151 ibnd_node_t *node = cb_data;
157 ibnd_node_t * node)
229 ibnd_node_t *node = cb_data;
276 ibnd_node_t *node = cb_data;
322 ibnd_node_t * node, int portnum)
335 ibnd_node_t *nod
[all...]
H A Dibnetdisc_cache.c111 ibnd_node_t *node;
315 ibnd_node_t *node = NULL;
326 node = (ibnd_node_t *) malloc(sizeof(ibnd_node_t));
332 memset(node, '\0', sizeof(ibnd_node_t));
497 static int _fill_port(ibnd_fabric_cache_t * fabric_cache, ibnd_node_t * node,
535 ibnd_node_t *node;
810 static int _cache_node(int fd, ibnd_node_t * node)
886 ibnd_node_t *node = NULL;
887 ibnd_node_t *node_nex
[all...]
/freebsd-12-stable/contrib/ofed/infiniband-diags/src/
H A Dibnetdiscover.c144 static inline const char *ports_nt_str_compat(ibnd_node_t * node)
157 char *node_name(ibnd_node_t * node)
180 void list_node(ibnd_node_t * node, void *user_data)
220 void out_ids(ibnd_node_t * node, int group, char *chname, char *out_prefix)
258 void out_switch_detail(ibnd_node_t * node, char *sw_prefix)
272 void out_switch(ibnd_node_t * node, int group, char *chname, char *id_prefix,
298 void out_ca_detail(ibnd_node_t * node, char *ca_prefix)
319 void out_ca(ibnd_node_t * node, int group, char *chname, char *id_prefix,
492 static void switch_iter_func(ibnd_node_t * node, void *iter_user_data)
513 static void ca_iter_func(ibnd_node_t * nod
[all...]
H A Diblinkinfo.c83 int filterdownport_check(ibnd_node_t * node, ibnd_port_t * port)
85 ibnd_node_t *fsw;
107 void print_port(ibnd_node_t * node, ibnd_port_t * port, char *out_prefix)
261 static inline const char *nodetype_str(ibnd_node_t * node)
274 void print_node_header(ibnd_node_t *node, int *out_header_flag,
301 void print_node(ibnd_node_t * node, void *user_data)
328 void diff_node_ports(ibnd_node_t * fabric1_node, ibnd_node_t * fabric2_node,
410 void diff_node_iter(ibnd_node_t * fabric1_node, void *iter_user_data)
413 ibnd_node_t *fabric2_nod
[all...]
H A Dibcacheedit.c168 static void update_switchportguids(ibnd_node_t *node)
180 static void replace_node_guid(ibnd_node_t *node, void *user_data)
200 static void replace_sysimgguid(ibnd_node_t *node, void *user_data)
215 static void replace_portguid(ibnd_node_t *node, void *user_data)
H A Ddump_fts.c113 void dump_multicast_tables(ibnd_node_t * node, unsigned startlid,
305 void dump_unicast_tables(ibnd_node_t * node, int startlid, int endlid,
382 void dump_node(ibnd_node_t *node, struct ibmad_port *mad_port,
392 void process_switch(ibnd_node_t * node, void *fabric)
H A Dibqueryerrors.c176 static void print_port_config(ibnd_node_t * node, int portnum)
397 ibnd_node_t * node, uint8_t * pc, int portnum,
534 char *node_name, ibnd_node_t * node, int portnum,
605 char *node_name, ibnd_node_t * node, int portnum,
733 void print_node(ibnd_node_t * node, void *user_data)

Completed in 163 milliseconds