Home
last modified time | relevance | path

Searched refs:mad_decode_field (Results 1 – 21 of 21) sorted by relevance

/freebsd-14-stable/contrib/ofed/infiniband-diags/src/
HDibportstate.c166 mad_decode_field(data, IB_PORT_LID_F, val); in show_port_info()
170 mad_decode_field(data, IB_PORT_SMLID_F, val); in show_port_info()
174 mad_decode_field(data, IB_PORT_LMC_F, val); in show_port_info()
178 mad_decode_field(data, IB_PORT_LINK_WIDTH_SUPPORTED_F, val); in show_port_info()
182 mad_decode_field(data, IB_PORT_LINK_WIDTH_ENABLED_F, val); in show_port_info()
186 mad_decode_field(data, IB_PORT_LINK_WIDTH_ACTIVE_F, val); in show_port_info()
190 mad_decode_field(data, IB_PORT_LINK_SPEED_SUPPORTED_F, val); in show_port_info()
194 mad_decode_field(data, IB_PORT_LINK_SPEED_ENABLED_F, val); in show_port_info()
198 mad_decode_field(data, IB_PORT_LINK_SPEED_ACTIVE_F, val); in show_port_info()
203 mad_decode_field(data, IB_PORT_LINK_SPEED_EXT_SUPPORTED_F, val); in show_port_info()
[all …]
HDperfquery.c171 mad_decode_field(pc, IB_PC_PORT_SELECT_F, &val); in aggregate_perfcounters()
173 mad_decode_field(pc, IB_PC_COUNTER_SELECT_F, &val); in aggregate_perfcounters()
175 mad_decode_field(pc, IB_PC_ERR_SYM_F, &val); in aggregate_perfcounters()
177 mad_decode_field(pc, IB_PC_LINK_RECOVERS_F, &val); in aggregate_perfcounters()
179 mad_decode_field(pc, IB_PC_LINK_DOWNED_F, &val); in aggregate_perfcounters()
181 mad_decode_field(pc, IB_PC_ERR_RCV_F, &val); in aggregate_perfcounters()
183 mad_decode_field(pc, IB_PC_ERR_PHYSRCV_F, &val); in aggregate_perfcounters()
185 mad_decode_field(pc, IB_PC_ERR_SWITCH_REL_F, &val); in aggregate_perfcounters()
187 mad_decode_field(pc, IB_PC_XMT_DISCARDS_F, &val); in aggregate_perfcounters()
189 mad_decode_field(pc, IB_PC_ERR_XMTCONSTR_F, &val); in aggregate_perfcounters()
[all …]
HDsmpquery.c91 mad_decode_field(data, IB_NODE_TYPE_F, &node_type); in node_desc()
92 mad_decode_field(data, IB_NODE_GUID_F, &node_guid); in node_desc()
216 mad_decode_field(data, IB_NODE_TYPE_F, &t); in pkey_table()
217 mad_decode_field(data, IB_NODE_NPORTS_F, &phy_ports); in pkey_table()
225 mad_decode_field(data, IB_SW_PARTITION_ENFORCE_CAP_F, &n); in pkey_table()
227 mad_decode_field(data, IB_NODE_PARTITION_CAP_F, &n); in pkey_table()
280 mad_decode_field(data, IB_NODE_TYPE_F, &type); in sl2vl_table()
281 mad_decode_field(data, IB_NODE_NPORTS_F, &num_ports); in sl2vl_table()
346 mad_decode_field(data, IB_NODE_TYPE_F, &type); in vlarb_table()
352 mad_decode_field(data, IB_SW_ENHANCED_PORT0_F, &enhsp0); in vlarb_table()
[all …]
HDibroute.c77 mad_decode_field(ni, IB_NODE_TYPE_F, &type); in check_switch()
82 mad_decode_field(ni, IB_NODE_NPORTS_F, nports); in check_switch()
83 mad_decode_field(ni, IB_NODE_GUID_F, guid); in check_switch()
155 mad_decode_field(sw, IB_SW_MCAST_FDB_CAP_F, &cap); in dump_multicast_tables()
156 mad_decode_field(sw, IB_SW_MCAST_FDB_TOP_F, &top); in dump_multicast_tables()
301 mad_decode_field(ni, IB_NODE_GUID_F, &nodeguid); in dump_lid()
302 mad_decode_field(ni, IB_NODE_PORT_GUID_F, &portguid); in dump_lid()
303 mad_decode_field(ni, IB_NODE_TYPE_F, &type); in dump_lid()
305 mad_decode_field(pi, IB_PORT_LID_F, &baselid); in dump_lid()
306 mad_decode_field(pi, IB_PORT_LMC_F, &lmc); in dump_lid()
[all …]
HDsminfo.c150 mad_decode_field(sminfo, IB_SMINFO_GUID_F, &guid); in main()
151 mad_decode_field(sminfo, IB_SMINFO_ACT_F, &act); in main()
152 mad_decode_field(sminfo, IB_SMINFO_KEY_F, &key); in main()
153 mad_decode_field(sminfo, IB_SMINFO_PRIO_F, &prio); in main()
154 mad_decode_field(sminfo, IB_SMINFO_STATE_F, &state); in main()
HDibtracert.c160 mad_decode_field(ni, IB_NODE_GUID_F, &node->nodeguid); in get_node()
161 mad_decode_field(ni, IB_NODE_TYPE_F, &node->type); in get_node()
162 mad_decode_field(ni, IB_NODE_NPORTS_F, &node->numports); in get_node()
164 mad_decode_field(ni, IB_NODE_PORT_GUID_F, &port->portguid); in get_node()
165 mad_decode_field(ni, IB_NODE_LOCAL_PORT_F, &port->portnum); in get_node()
166 mad_decode_field(pi, IB_PORT_LID_F, &port->lid); in get_node()
167 mad_decode_field(pi, IB_PORT_LMC_F, &port->lmc); in get_node()
168 mad_decode_field(pi, IB_PORT_STATE_F, &port->state); in get_node()
184 mad_decode_field(si, IB_SW_LINEAR_FDB_CAP_F, &sw->linearcap); in switch_lookup()
185 mad_decode_field(si, IB_SW_LINEAR_FDB_TOP_F, &sw->linearFDBtop); in switch_lookup()
[all …]
HDibaddr.c69 mad_decode_field(portinfo, IB_PORT_LID_F, &portid->lid); in ib_resolve_addr()
70 mad_decode_field(portinfo, IB_PORT_GID_PREFIX_F, &prefix); in ib_resolve_addr()
71 mad_decode_field(portinfo, IB_PORT_LMC_F, &lmc); in ib_resolve_addr()
72 mad_decode_field(nodeinfo, IB_NODE_PORT_GUID_F, &guid); in ib_resolve_addr()
HDibmirror.c161 mad_decode_field(buf, IB_PMR_MT_F, &mirror_type); in port_mirror_route()
163 mad_decode_field(buf, IB_PMR_LRH_DLID_F, &mirror_dlid); in port_mirror_route()
165 mad_decode_field(buf, IB_PMR_NM_PORT_F, &mirror_dport); in port_mirror_route()
271 mad_decode_field(buf, IB_PORT_LID_F, peerlid); in get_peer()
272 mad_decode_field(buf, IB_PORT_LOCAL_PORT_F, peerport); in get_peer()
HDibccquery.c141 mad_decode_field((uint8_t *)data, IB_CC_CONGESTION_LOG_LOGTYPE_F, &type); in congestion_log()
216 mad_decode_field((uint8_t *)data, IB_NODE_TYPE_F, &type); in switch_port_congestion_setting()
217 mad_decode_field((uint8_t *)data, IB_NODE_NPORTS_F, &numports); in switch_port_congestion_setting()
298 mad_decode_field((uint8_t *)data, IB_CC_CONGESTION_CONTROL_TABLE_CCTI_LIMIT_F, &limit); in congestion_control_table()
HDibqueryerrors.c179 mad_decode_field(thresholds, field, &thres); in exceeds_threshold()
393 mad_decode_field(pc, i, (void *)&val); in query_and_dump()
420 mad_decode_field(pc, i, (void *)&val); in print_results()
446 mad_decode_field(pc, IB_PC_XMT_WAIT_F, (void *)&val); in print_results()
472 mad_decode_field(pkt, i, (void *)&val64); in print_results()
595 mad_decode_field(pc, i, (void *)&val64); in print_data_cnts()
1104 mad_decode_field(ni, IB_NODE_PORT_GUID_F, &(port_guid)); in main()
HDibdiag_common.c522 mad_decode_field(data, IB_PORT_CAPMASK_F, &cap_mask); in is_port_info_extended_supported()
524 mad_decode_field(data, IB_PORT_CAPMASK2_F, &cap_mask2); in is_port_info_extended_supported()
680 mad_decode_field(buf, IB_SA_PR_SL_F, &portid->sl); in resolve_guid()
921 mad_decode_field(pi, field, val); in dump_portinfo()
932 mad_decode_field(pi, field, val); in dump_portinfo()
HDdump_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()
HDibccconfig.c381 mad_decode_field((uint8_t *)data, IB_NODE_TYPE_F, &type); in switch_port_congestion_setting()
382 mad_decode_field((uint8_t *)data, IB_NODE_NPORTS_F, &numports); in switch_port_congestion_setting()
HDiblinkinfo.c738 mad_decode_field(ni, IB_NODE_PORT_GUID_F, &(guid)); in main()
/freebsd-14-stable/contrib/ofed/libibmad/
HDresolve.c138 mad_decode_field(buf, IB_SA_PR_SL_F, &portid->sl); in ib_resolve_guid_via()
232 mad_decode_field(portinfo, IB_PORT_LID_F, &portid->lid); in ib_resolve_self_via()
233 mad_decode_field(portinfo, IB_PORT_SMSL_F, &portid->sl); in ib_resolve_self_via()
234 mad_decode_field(portinfo, IB_PORT_GID_PREFIX_F, &prefix); in ib_resolve_self_via()
235 mad_decode_field(nodeinfo, IB_NODE_PORT_GUID_F, &guid); in ib_resolve_self_via()
238 mad_decode_field(nodeinfo, IB_NODE_LOCAL_PORT_F, portnum); in ib_resolve_self_via()
HDlibibmad.map89 mad_decode_field;
HDsa.c140 mad_decode_field(p, IB_SA_PR_DLID_F, &dlid); in ib_path_query_via()
HDfields.c1263 void mad_decode_field(uint8_t * buf, enum MAD_FIELDS field, void *val) in mad_decode_field() function
HDdump.c764 mad_decode_field(data, field, val); in _dump_fields()
HDmad.h1562 MAD_EXPORT void mad_decode_field(uint8_t * buf, enum MAD_FIELDS field,
/freebsd-14-stable/contrib/ofed/libibnetdisc/
HDibnetdisc.c76 mad_decode_field(node->switchinfo, IB_SW_ENHANCED_PORT0_F, in recv_switch_info()
470 mad_decode_field(node_info, IB_NODE_GUID_F, &rc->guid); in create_node()
471 mad_decode_field(node_info, IB_NODE_TYPE_F, &rc->type); in create_node()
472 mad_decode_field(node_info, IB_NODE_NPORTS_F, &rc->numports); in create_node()