Lines Matching refs:mad_hdr
123 struct ib_mad_hdr mad_hdr; member
156 ehca_dbg(ibdev, "method=%x", in_perf->mad_hdr.method); in ehca_process_perf()
160 if (in_perf->mad_hdr.class_version != 1) { in ehca_process_perf()
162 in_perf->mad_hdr.class_version); in ehca_process_perf()
163 out_perf->mad_hdr.status = IB_MAD_STATUS_UNSUP_VERSION; in ehca_process_perf()
167 switch (in_perf->mad_hdr.method) { in ehca_process_perf()
171 out_perf->mad_hdr.attr_id = IB_PMA_CLASS_PORT_INFO; in ehca_process_perf()
172 out_perf->mad_hdr.status = IB_MAD_STATUS_REDIRECT; in ehca_process_perf()
209 out_perf->mad_hdr.status = IB_MAD_STATUS_UNSUP_METHOD; in ehca_process_perf()
214 out_perf->mad_hdr.method = IB_MGMT_METHOD_GET_RESP; in ehca_process_perf()
229 if (in_mad->mad_hdr.mgmt_class != IB_MGMT_CLASS_PERF_MGMT) in ehca_process_mad()