• Home
  • Raw
  • Download

Lines Matching refs:mad_hdr

1135 	if (pmp->mad_hdr.attr_mod != 0)  in pma_get_classportinfo()
1136 pmp->mad_hdr.status |= IB_SMP_INVALID_FIELD; in pma_get_classportinfo()
1170 if (pmp->mad_hdr.attr_mod != 0 || port_select != port) { in pma_get_portsamplescontrol()
1171 pmp->mad_hdr.status |= IB_SMP_INVALID_FIELD; in pma_get_portsamplescontrol()
1206 if (pmp->mad_hdr.attr_mod != 0 || p->port_select != port) { in pma_set_portsamplescontrol()
1207 pmp->mad_hdr.status |= IB_SMP_INVALID_FIELD; in pma_set_portsamplescontrol()
1437 if (pmp->mad_hdr.attr_mod != 0 || port_select != port) in pma_get_portcounters()
1438 pmp->mad_hdr.status |= IB_SMP_INVALID_FIELD; in pma_get_portcounters()
1511 u32 port_select = be32_to_cpu(pmp->mad_hdr.attr_mod) & 0xFF; in pma_get_portcounters_cong()
1520 pmp->mad_hdr.status |= IB_SMP_UNSUP_METH_ATTR; in pma_get_portcounters_cong()
1522 pmp->mad_hdr.status |= IB_SMP_INVALID_FIELD; in pma_get_portcounters_cong()
1627 if (pmp->mad_hdr.attr_mod != 0 || port_select != port) { in pma_get_portcounters_ext()
1628 pmp->mad_hdr.status |= IB_SMP_INVALID_FIELD; in pma_get_portcounters_ext()
1723 u32 counter_select = (be32_to_cpu(pmp->mad_hdr.attr_mod) >> 24) & 0xFF; in pma_set_portcounters_cong()
1832 if (in_mad->mad_hdr.attr_id == IB_SMP_ATTR_PORT_INFO && in process_subn()
1964 if (pmp->mad_hdr.class_version != 1) { in process_perf()
1965 pmp->mad_hdr.status |= IB_SMP_UNSUP_VERSION; in process_perf()
1970 switch (pmp->mad_hdr.method) { in process_perf()
1972 switch (pmp->mad_hdr.attr_id) { in process_perf()
1995 pmp->mad_hdr.status |= IB_SMP_UNSUP_METH_ATTR; in process_perf()
2001 switch (pmp->mad_hdr.attr_id) { in process_perf()
2015 pmp->mad_hdr.status |= IB_SMP_UNSUP_METH_ATTR; in process_perf()
2031 pmp->mad_hdr.status |= IB_SMP_UNSUP_METHOD; in process_perf()
2064 switch (in_mad->mad_hdr.mgmt_class) { in qib_process_mad()