Linux Kernel
3.7.1
|
#include <mpt2sas_base.h>
Data Fields | |
struct list_head | port_siblings |
struct sas_identify | identify |
struct sas_identify | remote_identify |
struct sas_phy * | phy |
u8 | phy_id |
u16 | handle |
u16 | attached_handle |
u8 | phy_belongs_to_port |
struct _sas_phy - phy information : list of phys belonging to a port : phy identification : attached device identification : sas transport phy object : unique phy id : device handle for this phy : device handle for attached device : port has been created for this phy
Definition at line 458 of file mpt2sas_base.h.
u16 attached_handle |
Definition at line 465 of file mpt2sas_base.h.
Definition at line 464 of file mpt2sas_base.h.
struct sas_identify identify |
Definition at line 460 of file mpt2sas_base.h.
Definition at line 462 of file mpt2sas_base.h.
u8 phy_belongs_to_port |
Definition at line 466 of file mpt2sas_base.h.
u8 phy_id |
Definition at line 463 of file mpt2sas_base.h.
Definition at line 459 of file mpt2sas_base.h.
struct sas_identify remote_identify |
Definition at line 461 of file mpt2sas_base.h.