FreeBSD kernel pms device code
agsaSSPScsiTaskMgntReq_s Struct Reference

structure describes a SAS SSP Task Management command request More...

#include <sa_spec.h>

Data Fields

bit8 lun [8]
 
bit16 reserved1
 
bit8 taskMgntFunction
 
bit8 reserved2
 
bit16 tagOfTaskToBeManaged
 
bit16 reserved3
 
bit32 reserved4 [3]
 
bit32 tmOption
 

Detailed Description

structure describes a SAS SSP Task Management command request

The agsaSSPScsiTaskMgntReq_t data structure describes a SAS SSP Task Management command request sent by the initiator or received by the target.

The response to Task Management is specified by agsaSSPResponseInfoUnit_t.

This data structure is one instance of the generic request issued to saSSPStart() and is passed as an agsaSASRequestBody_t

Definition at line 897 of file sa_spec.h.

Field Documentation

◆ lun

bit8 agsaSSPScsiTaskMgntReq_s::lun[8]

Definition at line 899 of file sa_spec.h.

Referenced by ossaSSPEvent(), saSSPStart(), and ttdsaTMProcess().

◆ reserved1

bit16 agsaSSPScsiTaskMgntReq_s::reserved1

Definition at line 900 of file sa_spec.h.

◆ reserved2

bit8 agsaSSPScsiTaskMgntReq_s::reserved2

Definition at line 902 of file sa_spec.h.

◆ reserved3

bit16 agsaSSPScsiTaskMgntReq_s::reserved3

Definition at line 904 of file sa_spec.h.

◆ reserved4

bit32 agsaSSPScsiTaskMgntReq_s::reserved4[3]

Definition at line 905 of file sa_spec.h.

◆ tagOfTaskToBeManaged

bit16 agsaSSPScsiTaskMgntReq_s::tagOfTaskToBeManaged

Definition at line 903 of file sa_spec.h.

Referenced by saSSPStart().

◆ taskMgntFunction

bit8 agsaSSPScsiTaskMgntReq_s::taskMgntFunction

Definition at line 901 of file sa_spec.h.

Referenced by itdssTaskCompleted(), ossaSSPEvent(), and saSSPStart().

◆ tmOption

bit32 agsaSSPScsiTaskMgntReq_s::tmOption

Definition at line 906 of file sa_spec.h.

Referenced by saSSPStart().


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