Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/infiniband/hw/ocrdma/
Docrdma_main.c276 static struct device_attribute *ocrdma_attributes[] = { variable
286 for (i = 0; i < ARRAY_SIZE(ocrdma_attributes); i++) in ocrdma_remove_sysfiles()
287 device_remove_file(&dev->ibdev.dev, ocrdma_attributes[i]); in ocrdma_remove_sysfiles()
328 for (i = 0; i < ARRAY_SIZE(ocrdma_attributes); i++) in ocrdma_add()
329 if (device_create_file(&dev->ibdev.dev, ocrdma_attributes[i])) in ocrdma_add()