Searched refs:ocrdma_attributes (Results 1 – 1 of 1) sorted by relevance
283 static struct device_attribute *ocrdma_attributes[] = { variable292 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()