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

/freebsd-10-stable/sys/ofed/drivers/infiniband/core/
H A Dmad_priv.h164 struct ib_mad_mgmt_method_table *method_table[MAX_MGMT_CLASS]; member in struct:ib_mad_mgmt_class_table
169 struct ib_mad_mgmt_method_table *method_table[MAX_MGMT_OUI]; member in struct:ib_mad_mgmt_vendor_class
H A Dmad.c169 method = vendor_class->method_table[i];
351 method = class->method_table[mgmt_class];
1258 if (class->method_table[i])
1268 if (vendor_class->method_table[i])
1332 method = &(*class)->method_table[mgmt_class];
1336 method = &(*class)->method_table[mgmt_class];
1419 vclass]->method_table[i];
1429 vclass]->method_table[i];
1506 method = class->method_table[mgmt_class];
1514 class->method_table[mgmt_clas
[all...]

Completed in 202 milliseconds