Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
core_priv.h File Reference
#include <linux/list.h>
#include <linux/spinlock.h>
#include <rdma/ib_verbs.h>

Go to the source code of this file.

Functions

int ib_device_register_sysfs (struct ib_device *device, int(*port_callback)(struct ib_device *, u8, struct kobject *))
 
void ib_device_unregister_sysfs (struct ib_device *device)
 
int ib_sysfs_setup (void)
 
void ib_sysfs_cleanup (void)
 
int ib_cache_setup (void)
 
void ib_cache_cleanup (void)
 

Function Documentation

void ib_cache_cleanup ( void  )

Definition at line 436 of file cache.c.

int ib_cache_setup ( void  )

Definition at line 431 of file cache.c.

int ib_device_register_sysfs ( struct ib_device device,
int(*)(struct ib_device *, u8, struct kobject *)  port_callback 
)

Definition at line 806 of file sysfs.c.

void ib_device_unregister_sysfs ( struct ib_device device)

Definition at line 882 of file sysfs.c.

void ib_sysfs_cleanup ( void  )

Definition at line 908 of file sysfs.c.

int ib_sysfs_setup ( void  )

Definition at line 903 of file sysfs.c.