Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
ipl_info Struct Reference

#include <ipl.h>

Data Fields

enum ipl_type type
 
union {
   struct {
      struct ccw_dev_id   dev_id
 
   }   ccw
 
   struct {
      struct ccw_dev_id   dev_id
 
      u64   wwpn
 
      u64   lun
 
   }   fcp
 
   struct {
      char   name [NSS_NAME_SIZE+1]
 
   }   nss
 
data
 

Detailed Description

Definition at line 113 of file ipl.h.

Field Documentation

struct { ... } ccw
union { ... } data

Definition at line 118 of file ipl.h.

struct { ... } fcp
u64 lun

Definition at line 123 of file ipl.h.

Definition at line 126 of file ipl.h.

struct { ... } nss
enum ipl_type type

Definition at line 115 of file ipl.h.

u64 wwpn

Definition at line 122 of file ipl.h.


The documentation for this struct was generated from the following file: