Searched refs:smalid (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/ofed/infiniband-diags/src/ |
H A D | ibnetdiscover.c | 267 node->smalid, node->smalmc); in out_switch_detail() 408 port->remoteport->node->smalid : in out_switch_port() 469 port->remoteport->node->smalid : in out_ca_port() 736 IB_NODE_SWITCH ? node->smalid : port->base_lid, in dump_ports_report() 751 port->remoteport->node->smalid : in dump_ports_report() 899 && fabric1_node->smalid != fabric2_node->smalid) || in diff_iter_func()
|
H A D | iblinkinfo.c | 222 port->remoteport->node->smalid, in print_port() 257 node->smalid, port->portnum, ext_port_str, in print_port() 428 && fabric1_node->smalid != fabric2_node->smalid) || in diff_node_iter()
|
H A D | ibqueryerrors.c | 267 base_lid : port->remoteport->node->smalid, in print_port_config() 281 printf(" Link info: %6d", node->smalid); in print_port_config() 772 ib_portid_set(&portid, node->smalid, 0, 0); in print_node() 793 ib_portid_set(&portid, node->smalid, 0, 0); in print_node() 816 ib_portid_set(&portid, node->smalid, 0, 0); in print_node()
|
H A D | dump_fts.c | 203 node->guid, node->smalid, in dump_multicast_tables() 355 node->guid, node->smalid, in dump_unicast_tables()
|
/freebsd/contrib/ofed/libibnetdisc/ |
H A D | ibnetdisc.h | 63 uint16_t smalid; member
|
H A D | ibnetdisc_cache.c | 339 offset += _unmarshall16(buf + offset, &node->smalid); in _load_node() 818 offset += _marshall16(buf + offset, node->smalid); in _cache_node()
|
H A D | ibnetdisc.c | 367 node->smalid = port->base_lid; in recv_port_info() 370 port->base_lid = node->smalid; in recv_port_info()
|