Lines Matching full:module
4 Megaraid Common Management Module
13 the controllers uniformly. Hence it is logical to have a single module that
23 iv. Applications have to interface with only module instead of
26 Currently this module (called Common Management Module) is used only to issue
27 ioctl commands. But this module is envisioned to handle all user space level
29 common module.
36 "Shared code in a third module, a "library module", is an acceptable
39 load the shared library module."
47 then perhaps you need a single small helper module (lsiioctl or some
59 The Common Management Module is implemented in megaraid_mm.[ch] files. This
60 module acts as a registry for low level hba drivers. The low level drivers
61 (currently only megaraid) register each controller with the common module.
63 The applications interface with the common module via the character device
64 node exported by the module.
67 uioc_t. The management module converts the older ioctl packets from the older
68 applications into uioc_t. After driver handles the uioc_t, the common module
74 Common module dedicates one uioc_t packet to each controller registered. This