Linux Kernel
3.7.1
|
#include <scsi_transport_fc.h>
Data Fields | |
enum fc_vport_state | vport_state |
enum fc_vport_state | vport_last_state |
u64 | node_name |
u64 | port_name |
u32 | roles |
u32 | vport_id |
enum fc_port_type | vport_type |
char | symbolic_name [FC_VPORT_SYMBOLIC_NAMELEN] |
void * | dd_data |
struct Scsi_Host * | shost |
unsigned int | channel |
u32 | number |
u8 | flags |
struct list_head | peers |
struct device | dev |
struct work_struct | vport_delete_work |
Definition at line 218 of file scsi_transport_fc.h.
Definition at line 238 of file scsi_transport_fc.h.
void* dd_data |
Definition at line 234 of file scsi_transport_fc.h.
Definition at line 242 of file scsi_transport_fc.h.
u8 flags |
Definition at line 240 of file scsi_transport_fc.h.
u64 node_name |
Definition at line 226 of file scsi_transport_fc.h.
u32 number |
Definition at line 239 of file scsi_transport_fc.h.
Definition at line 241 of file scsi_transport_fc.h.
u64 port_name |
Definition at line 227 of file scsi_transport_fc.h.
u32 roles |
Definition at line 228 of file scsi_transport_fc.h.
Definition at line 237 of file scsi_transport_fc.h.
char symbolic_name[FC_VPORT_SYMBOLIC_NAMELEN] |
Definition at line 231 of file scsi_transport_fc.h.
struct work_struct vport_delete_work |
Definition at line 243 of file scsi_transport_fc.h.
u32 vport_id |
Definition at line 229 of file scsi_transport_fc.h.
enum fc_vport_state vport_last_state |
Definition at line 225 of file scsi_transport_fc.h.
enum fc_vport_state vport_state |
Definition at line 224 of file scsi_transport_fc.h.
enum fc_port_type vport_type |
Definition at line 230 of file scsi_transport_fc.h.