Home
last modified time | relevance | path

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

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