Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/ocrdma/
Docrdma_main.c283 static struct device_attribute *ocrdma_attributes[] = { variable
292 for (i = 0; i < ARRAY_SIZE(ocrdma_attributes); i++) in ocrdma_remove_sysfiles()
293 device_remove_file(&dev->ibdev.dev, ocrdma_attributes[i]); in ocrdma_remove_sysfiles()
334 for (i = 0; i < ARRAY_SIZE(ocrdma_attributes); i++) in ocrdma_add()
335 if (device_create_file(&dev->ibdev.dev, ocrdma_attributes[i])) in ocrdma_add()