Searched refs:switchinfo (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/ofed/infiniband-diags/src/ |
H A D | ibtracert.c | 97 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 D | dump_fts.c | 131 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 D | ibnetdisc.h | 69 uint8_t switchinfo[IB_SMP_DATA_SIZE]; member
|
H A D | ibnetdisc.c | 75 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 D | ibnetdisc_cache.c | 343 offset += _unmarshall_buf(buf + offset, node->switchinfo, in _load_node() 821 offset += _marshall_buf(buf + offset, node->switchinfo, in _cache_node()
|