Lines Matching refs:mad_encode_field

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()
235 mad_encode_field(pc, IB_PC_ERR_RCVCONSTR_F, in output_aggregate_perfcounters()
237 mad_encode_field(pc, IB_PC_ERR_LOCALINTEG_F, in output_aggregate_perfcounters()
239 mad_encode_field(pc, IB_PC_ERR_EXCESS_OVR_F, in output_aggregate_perfcounters()
242 mad_encode_field(pc, IB_PC_QP1_DROP_F, &perf_count.qp1dropped); in output_aggregate_perfcounters()
244 mad_encode_field(pc, IB_PC_VL15_DROPPED_F, &perf_count.vl15dropped); in output_aggregate_perfcounters()
245 mad_encode_field(pc, IB_PC_XMT_BYTES_F, &perf_count.xmtdata); in output_aggregate_perfcounters()
246 mad_encode_field(pc, IB_PC_RCV_BYTES_F, &perf_count.rcvdata); in output_aggregate_perfcounters()
247 mad_encode_field(pc, IB_PC_XMT_PKTS_F, &perf_count.xmtpkts); in output_aggregate_perfcounters()
248 mad_encode_field(pc, IB_PC_RCV_PKTS_F, &perf_count.rcvpkts); in output_aggregate_perfcounters()
249 mad_encode_field(pc, IB_PC_XMT_WAIT_F, &perf_count.xmtwait); in output_aggregate_perfcounters()
329 mad_encode_field(pc, IB_PC_EXT_PORT_SELECT_F, &val); in output_aggregate_perfcounters_ext()
330 mad_encode_field(pc, IB_PC_EXT_COUNTER_SELECT_F, in output_aggregate_perfcounters_ext()
332 mad_encode_field(pc, IB_PC_EXT_XMT_BYTES_F, in output_aggregate_perfcounters_ext()
334 mad_encode_field(pc, IB_PC_EXT_RCV_BYTES_F, in output_aggregate_perfcounters_ext()
336 mad_encode_field(pc, IB_PC_EXT_XMT_PKTS_F, in output_aggregate_perfcounters_ext()
338 mad_encode_field(pc, IB_PC_EXT_RCV_PKTS_F, &perf_count_ext.portrcvpkts); in output_aggregate_perfcounters_ext()
341 mad_encode_field(pc, IB_PC_EXT_XMT_UPKTS_F, in output_aggregate_perfcounters_ext()
343 mad_encode_field(pc, IB_PC_EXT_RCV_UPKTS_F, in output_aggregate_perfcounters_ext()
345 mad_encode_field(pc, IB_PC_EXT_XMT_MPKTS_F, in output_aggregate_perfcounters_ext()
347 mad_encode_field(pc, IB_PC_EXT_RCV_MPKTS_F, in output_aggregate_perfcounters_ext()
352 mad_encode_field(pc, IB_PC_EXT_COUNTER_SELECT2_F, in output_aggregate_perfcounters_ext()
354 mad_encode_field(pc, IB_PC_EXT_ERR_SYM_F, in output_aggregate_perfcounters_ext()
356 mad_encode_field(pc, IB_PC_EXT_LINK_RECOVERS_F, in output_aggregate_perfcounters_ext()
358 mad_encode_field(pc, IB_PC_EXT_LINK_DOWNED_F, in output_aggregate_perfcounters_ext()
360 mad_encode_field(pc, IB_PC_EXT_ERR_RCV_F, in output_aggregate_perfcounters_ext()
362 mad_encode_field(pc, IB_PC_EXT_ERR_PHYSRCV_F, in output_aggregate_perfcounters_ext()
364 mad_encode_field(pc, IB_PC_EXT_ERR_SWITCH_REL_F, in output_aggregate_perfcounters_ext()
366 mad_encode_field(pc, IB_PC_EXT_XMT_DISCARDS_F, in output_aggregate_perfcounters_ext()
368 mad_encode_field(pc, IB_PC_EXT_ERR_XMTCONSTR_F, in output_aggregate_perfcounters_ext()
370 mad_encode_field(pc, IB_PC_EXT_ERR_RCVCONSTR_F, in output_aggregate_perfcounters_ext()
372 mad_encode_field(pc, IB_PC_EXT_ERR_LOCALINTEG_F, in output_aggregate_perfcounters_ext()
374 mad_encode_field(pc, IB_PC_EXT_ERR_EXCESS_OVR_F, in output_aggregate_perfcounters_ext()
376 mad_encode_field(pc, IB_PC_EXT_VL15_DROPPED_F, in output_aggregate_perfcounters_ext()
378 mad_encode_field(pc, IB_PC_EXT_XMT_WAIT_F, in output_aggregate_perfcounters_ext()
380 mad_encode_field(pc, IB_PC_EXT_QP1_DROP_F, in output_aggregate_perfcounters_ext()
406 mad_encode_field(pc, IB_PC_XMT_WAIT_F, in dump_perfcounters()