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

/drivers/infiniband/core/
H A Ddevice.c76 } mandatory_table[] = { local
99 for (i = 0; i < ARRAY_SIZE(mandatory_table); ++i) {
100 if (!*(void **) ((void *) device + mandatory_table[i].offset)) {
102 device->name, mandatory_table[i].name);

Completed in 125 milliseconds