Searched refs:mad_encode_field (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/ofed/infiniband-diags/src/ |
H A D | ibccconfig.c | 155 mad_encode_field(payload, in congestion_key_info() 159 mad_encode_field(payload, in congestion_key_info() 167 mad_encode_field(payload, in congestion_key_info() 299 mad_encode_field(payload, in switch_congestion_setting() 313 mad_encode_field(payload, in switch_congestion_setting() 317 mad_encode_field(payload, in switch_congestion_setting() 321 mad_encode_field(payload, in switch_congestion_setting() 325 mad_encode_field(payload, in switch_congestion_setting() 329 mad_encode_field(payload, in switch_congestion_setting() 397 mad_encode_field(ptr, in switch_port_congestion_setting() [all …]
|
H A D | perfquery.c | 222 mad_encode_field(pc, IB_PC_PORT_SELECT_F, &val); in output_aggregate_perfcounters() 223 mad_encode_field(pc, IB_PC_COUNTER_SELECT_F, &perf_count.counterselect); in output_aggregate_perfcounters() 224 mad_encode_field(pc, IB_PC_ERR_SYM_F, &perf_count.symbolerrors); in output_aggregate_perfcounters() 225 mad_encode_field(pc, IB_PC_LINK_RECOVERS_F, &perf_count.linkrecovers); in output_aggregate_perfcounters() 226 mad_encode_field(pc, IB_PC_LINK_DOWNED_F, &perf_count.linkdowned); in output_aggregate_perfcounters() 227 mad_encode_field(pc, IB_PC_ERR_RCV_F, &perf_count.rcverrors); in output_aggregate_perfcounters() 228 mad_encode_field(pc, IB_PC_ERR_PHYSRCV_F, in output_aggregate_perfcounters() 230 mad_encode_field(pc, IB_PC_ERR_SWITCH_REL_F, in output_aggregate_perfcounters() 232 mad_encode_field(pc, IB_PC_XMT_DISCARDS_F, &perf_count.xmtdiscards); in output_aggregate_perfcounters() 233 mad_encode_field(pc, IB_PC_ERR_XMTCONSTR_F, in output_aggregate_perfcounters() [all …]
|
H A D | sminfo.c | 136 mad_encode_field(sminfo, IB_SMINFO_GUID_F, &guid); in main() 137 mad_encode_field(sminfo, IB_SMINFO_ACT_F, &act); in main() 138 mad_encode_field(sminfo, IB_SMINFO_KEY_F, &key); in main() 139 mad_encode_field(sminfo, IB_SMINFO_PRIO_F, &prio); in main() 140 mad_encode_field(sminfo, IB_SMINFO_STATE_F, &state); in main()
|
H A D | ibaddr.c | 74 mad_encode_field(gid, IB_GID_PREFIX_F, &prefix); in ib_resolve_addr() 75 mad_encode_field(gid, IB_GID_GUID_F, &guid); in ib_resolve_addr()
|
H A D | ibqueryerrors.c | 115 mad_encode_field(thresholds, f, &val); in set_thres() 344 mad_encode_field(sgid.raw, IB_GID_GUID_F, &dguid); in path_record_query() 646 mad_encode_field(pc, IB_PC_XMT_WAIT_F, &foo); in print_errors()
|
H A D | ibdiag_common.c | 622 mad_encode_field(*gid, IB_GID_PREFIX_F, &prefix); in resolve_self() 623 mad_encode_field(*gid, IB_GID_GUID_F, &guid); in resolve_self()
|
/freebsd/contrib/ofed/libibmad/ |
H A D | sa.c | 131 mad_encode_field(buf, IB_SA_PR_DGID_F, destgid); in ib_path_query_via() 132 mad_encode_field(buf, IB_SA_PR_SGID_F, srcgid); in ib_path_query_via() 183 mad_encode_field(buf, IB_SA_NR_PORT_GUID_F, &guid); in ib_node_query_via()
|
H A D | resolve.c | 240 mad_encode_field(*gid, IB_GID_PREFIX_F, &prefix); in ib_resolve_self_via() 241 mad_encode_field(*gid, IB_GID_GUID_F, &guid); in ib_resolve_self_via()
|
H A D | libibmad.map | 91 mad_encode_field;
|
H A D | fields.c | 1282 void mad_encode_field(uint8_t * buf, enum MAD_FIELDS field, void *val) in mad_encode_field() function
|
H A D | mad.h | 1564 MAD_EXPORT void mad_encode_field(uint8_t * buf, enum MAD_FIELDS field,
|