Lines Matching refs:module
10 the controllers uniformly. Hence it is logical to have a single module that
20 iv. Applications have to interface with only module instead of
23 Currently this module (called Common Management Module) is used only to issue
24 ioctl commands. But this module is envisioned to handle all user space level
26 common module.
31 "Shared code in a third module, a "library module", is an acceptable
34 load the shared library module."
40 then perhaps you need a single small helper module (lsiioctl or some
53 module acts as a registry for low level hba drivers. The low level drivers
54 (currently only megaraid) register each controller with the common module.
56 The applications interface with the common module via the character device
57 node exported by the module.
60 uioc_t. The management module converts the older ioctl packets from the older
61 applications into uioc_t. After driver handles the uioc_t, the common module
67 Common module dedicates one uioc_t packet to each controller registered. This