FreeBSD kernel pms device code
agsaSASDeviceInfo_s Struct Reference

data structure provides some information about a SAS device More...

#include <sa.h>

Collaboration diagram for agsaSASDeviceInfo_s:

Data Fields

agsaDeviceInfo_t commonDevInfo
 
bit8 initiator_ssp_stp_smp
 
bit8 target_ssp_stp_smp
 
bit32 numOfPhys
 
bit8 phyIdentifier
 

Detailed Description

data structure provides some information about a SAS device

data structure provides some information about a SAS device discovered following the SAS discovery

Definition at line 2681 of file sa.h.

Field Documentation

◆ commonDevInfo

agsaDeviceInfo_t agsaSASDeviceInfo_s::commonDevInfo

The general/common part of the SAS/SATA device information

Definition at line 2683 of file sa.h.

Referenced by mpiDeviceHandleArrived(), mpiGetDevInfoRsp(), mpiGetDevInfoRspSpc(), ossaDeviceHandleAccept(), ossaGetDeviceInfoCB(), and siPortSASDeviceAdd().

◆ initiator_ssp_stp_smp

bit8 agsaSASDeviceInfo_s::initiator_ssp_stp_smp

SAS initiator capabilities

Definition at line 2685 of file sa.h.

Referenced by mpiDeviceHandleArrived(), ossaDeviceHandleAccept(), ossaGetDeviceInfoCB(), and siPortSASDeviceAdd().

◆ numOfPhys

bit32 agsaSASDeviceInfo_s::numOfPhys

Number of PHYs in the device

Definition at line 2697 of file sa.h.

Referenced by mpiDeviceHandleArrived(), ossaDeviceHandleAccept(), and ossaGetDeviceInfoCB().

◆ phyIdentifier

bit8 agsaSASDeviceInfo_s::phyIdentifier

PHY IDENTIFIER in IDENTIFY address frame as defined by the SAS specification.

Definition at line 2698 of file sa.h.

Referenced by ossaGetDeviceInfoCB(), and siPortSASDeviceAdd().

◆ target_ssp_stp_smp

bit8 agsaSASDeviceInfo_s::target_ssp_stp_smp

SAS target capabilities

Definition at line 2691 of file sa.h.

Referenced by ossaDeviceHandleAccept(), ossaGetDeviceInfoCB(), and siPortSASDeviceAdd().


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