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

/drivers/infiniband/core/
H A Dmad_priv.h163 struct ib_mad_mgmt_method_table *method_table[MAX_MGMT_CLASS]; member in struct:ib_mad_mgmt_class_table
168 struct ib_mad_mgmt_method_table *method_table[MAX_MGMT_OUI]; member in struct:ib_mad_mgmt_vendor_class
H A Dmad.c167 method = vendor_class->method_table[i];
343 method = class->method_table[mgmt_class];
1246 if (class->method_table[i])
1256 if (vendor_class->method_table[i])
1320 method = &(*class)->method_table[mgmt_class];
1324 method = &(*class)->method_table[mgmt_class];
1403 vclass]->method_table[i];
1413 vclass]->method_table[i];
1486 method = class->method_table[mgmt_class];
1494 class->method_table[mgmt_clas
[all...]

Completed in 77 milliseconds