Home
last modified time | relevance | path

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

/trueos/sys/ofed/drivers/infiniband/core/
HDmad_priv.h164 struct ib_mad_mgmt_method_table *method_table[MAX_MGMT_CLASS]; member
169 struct ib_mad_mgmt_method_table *method_table[MAX_MGMT_OUI]; member
HDmad.c166 method = vendor_class->method_table[i]; in is_vendor_method_in_use()
348 method = class->method_table[mgmt_class]; in ib_register_mad_agent()
1255 if (class->method_table[i]) in check_class_table()
1265 if (vendor_class->method_table[i]) in check_vendor_class()
1329 method = &(*class)->method_table[mgmt_class]; in add_nonoui_reg_req()
1333 method = &(*class)->method_table[mgmt_class]; in add_nonoui_reg_req()
1416 vclass]->method_table[i]; in add_oui_reg_req()
1426 vclass]->method_table[i]; in add_oui_reg_req()
1503 method = class->method_table[mgmt_class]; in remove_mad_reg_req()
1511 class->method_table[mgmt_class] = NULL; in remove_mad_reg_req()
[all …]