Home
last modified time | relevance | path

Searched refs:MAX_MGMT_VERSION (Results 1 – 2 of 2) sorted by relevance

/linux-3.3/drivers/infiniband/core/
Dmad_priv.h62 #define MAX_MGMT_VERSION 8 macro
209 struct ib_mad_mgmt_version_table version[MAX_MGMT_VERSION];
Dmad.c222 if (mad_reg_req->mgmt_class_version >= MAX_MGMT_VERSION) in ib_register_mad_agent()
1593 if (mad->mad_hdr.class_version >= MAX_MGMT_VERSION) in find_mad_agent()