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

#include <phy.h>

Data Fields

struct isci_portiport
 
enum sas_linkrate negotiated_link_rate
 
u8 index
 

Detailed Description

struct sci_phy_properties - This structure defines the properties common to all phys that can be retrieved.

Definition at line 167 of file phy.h.

Field Documentation

u8 index

This field specifies the index of the phy in relation to other phys within the controller. This index is zero relative.

Definition at line 185 of file phy.h.

struct isci_port* iport

This field specifies the port that currently contains the supplied phy. This field may be set to NULL if the phy is not currently contained in a port.

Definition at line 173 of file phy.h.

enum sas_linkrate negotiated_link_rate

This field specifies the link rate at which the phy is currently operating.

Definition at line 179 of file phy.h.


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