Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
#define | KMSG_COMPONENT "zfcp" |
#define | pr_fmt(fmt) KMSG_COMPONENT ": " fmt |
#define | ZFCP_MODEL_PRIV 0x4 |
Functions | |
struct zfcp_adapter * | zfcp_ccw_adapter_by_cdev (struct ccw_device *cdev) |
void | zfcp_ccw_adapter_put (struct zfcp_adapter *adapter) |
MODULE_DEVICE_TABLE (ccw, zfcp_ccw_device_id) | |
int | zfcp_ccw_priv_sch (struct zfcp_adapter *adapter) |
Variables | |
struct ccw_driver | zfcp_ccw_driver |
#define KMSG_COMPONENT "zfcp" |
Definition at line 9 of file zfcp_ccw.c.
#define pr_fmt | ( | fmt | ) | KMSG_COMPONENT ": " fmt |
Definition at line 10 of file zfcp_ccw.c.
#define ZFCP_MODEL_PRIV 0x4 |
Definition at line 16 of file zfcp_ccw.c.
MODULE_DEVICE_TABLE | ( | ccw | , |
zfcp_ccw_device_id | |||
) |
|
read |
Definition at line 20 of file zfcp_ccw.c.
void zfcp_ccw_adapter_put | ( | struct zfcp_adapter * | adapter | ) |
Definition at line 33 of file zfcp_ccw.c.
int zfcp_ccw_priv_sch | ( | struct zfcp_adapter * | adapter | ) |
zfcp_ccw_priv_sch - check if subchannel is privileged : Adapter/Subchannel to check
Definition at line 78 of file zfcp_ccw.c.
struct ccw_driver zfcp_ccw_driver |
Definition at line 312 of file zfcp_ccw.c.