Searched refs:ipath_class (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/infiniband/hw/ipath/
H A Dipath_file_ops.c2202 static struct class *ipath_class; variable in typeref:struct:class
2233 class_dev = class_device_create(ipath_class, NULL, dev, NULL, name);
2305 ipath_class = class_create(THIS_MODULE, IPATH_DRV_NAME);
2307 if (IS_ERR(ipath_class)) {
2308 ret = PTR_ERR(ipath_class);
2323 if (ipath_class) {
2324 class_destroy(ipath_class);
2325 ipath_class = NULL;

Completed in 177 milliseconds