Home
last modified time | relevance | path

Searched refs:switchinfo (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/ofed/infiniband-diags/src/
H A Dibtracert.c97 char switchinfo[64]; member
177 void *si = sw->switchinfo, *fdb = sw->fdb; in switch_lookup()
179 memset(si, 0, sizeof(sw->switchinfo)); in switch_lookup()
492 void *si = sw.switchinfo; in switch_mclookup()
498 memset(si, 0, sizeof(sw.switchinfo)); in switch_mclookup()
H A Ddump_fts.c131 mad_decode_field(node->switchinfo, IB_SW_MCAST_FDB_CAP_F, &cap); in dump_multicast_tables()
132 mad_decode_field(node->switchinfo, IB_SW_MCAST_FDB_TOP_F, &top); in dump_multicast_tables()
320 mad_decode_field(node->switchinfo, IB_SW_LINEAR_FDB_TOP_F, &top); in dump_unicast_tables()
/freebsd/contrib/ofed/libibnetdisc/
H A Dibnetdisc.h69 uint8_t switchinfo[IB_SMP_DATA_SIZE]; member
H A Dibnetdisc.c75 memcpy(node->switchinfo, switch_info, sizeof(node->switchinfo)); in recv_switch_info()
76 mad_decode_field(node->switchinfo, IB_SW_ENHANCED_PORT0_F, in recv_switch_info()
H A Dibnetdisc_cache.c343 offset += _unmarshall_buf(buf + offset, node->switchinfo, in _load_node()
821 offset += _marshall_buf(buf + offset, node->switchinfo, in _cache_node()