#include <linux/sched.h>
#include <linux/slab.h>
#include <linux/mutex.h>
#include "megaraid_mm.h"
Go to the source code of this file.
MODULE_AUTHOR |
( |
"LSI Logic Corporation" |
| ) |
|
MODULE_DESCRIPTION |
( |
"LSI Logic Management Module" |
| ) |
|
module_exit |
( |
mraid_mm_exit |
| ) |
|
module_init |
( |
mraid_mm_init |
| ) |
|
module_param_named |
( |
dlevel |
, |
|
|
dbglevel |
, |
|
|
int |
, |
|
|
0 |
|
|
) |
| |
MODULE_PARM_DESC |
( |
dlevel |
, |
|
|
"Debug level (default=0)" |
|
|
) |
| |
mraid_mm_adapter_app_handle - return the application handle for this adapter : adapter unique identifier
For the given driver data, locate the adapter in our global list and return the corresponding handle, which is also used by applications to uniquely identify an adapter.
Return adapter handle if found in the list. Return 0 if adapter could not be located, should never happen though.
Definition at line 1034 of file megaraid_mm.c.
mraid_mm_register_adp - Registration routine for low level drivers : Adapter objejct
Definition at line 902 of file megaraid_mm.c.
mraid_mm_unregister_adp - Unregister routine for low level drivers : UID of the adpater
Assumes no outstanding ioctls to llds.
Definition at line 1115 of file megaraid_mm.c.