Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/infiniband/core/
Ddevice.c75 } mandatory_table[] = { in ib_device_check_mandatory() local
98 for (i = 0; i < ARRAY_SIZE(mandatory_table); ++i) { in ib_device_check_mandatory()
99 if (!*(void **) ((void *) device + mandatory_table[i].offset)) { in ib_device_check_mandatory()
101 device->name, mandatory_table[i].name); in ib_device_check_mandatory()