OPA_MGMT_BASE_VERSION
if (opa && mad_hdr->base_version != OPA_MGMT_BASE_VERSION)
(!opa || mad_hdr->base_version != OPA_MGMT_BASE_VERSION)) {
if (opa && recv_hdr->base_version == OPA_MGMT_BASE_VERSION) {
if (opa && mad_hdr->base_version == OPA_MGMT_BASE_VERSION &&
if (opa && ((struct ib_mad_hdr *)(recv->mad))->base_version == OPA_MGMT_BASE_VERSION) {
if (opa && base_version == OPA_MGMT_BASE_VERSION) {
if (opa && smp->base_version == OPA_MGMT_BASE_VERSION) {
if (opa && base_version == OPA_MGMT_BASE_VERSION)
if (opa && base_version == OPA_MGMT_BASE_VERSION &&
if (opa && rmpp_recv->base_version == OPA_MGMT_BASE_VERSION) {
OPA_MGMT_BASE_VERSION :
mad->mad_hdr.base_version = OPA_MGMT_BASE_VERSION;
p->base_version = OPA_MGMT_BASE_VERSION;
smp->base_version = OPA_MGMT_BASE_VERSION;
case OPA_MGMT_BASE_VERSION:
ni->base_version = OPA_MGMT_BASE_VERSION;
nip->base_version = OPA_MGMT_BASE_VERSION;