Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/core/
H A Dmad_priv.h59 #define MAX_MGMT_CLASS 80 macro
161 struct ib_mad_mgmt_method_table *method_table[MAX_MGMT_CLASS];
H A Dmad.c272 if (mad_reg_req->mgmt_class >= MAX_MGMT_CLASS) { in ib_register_mad_agent()
1224 for (i = 0; i < MAX_MGMT_CLASS; i++) in check_class_table()