FreeBSD kernel pms device code
tdsaJumpTable_s Struct Reference

data structure for callback function jumptableESLG page More...

#include <tdtypes.h>

Collaboration diagram for tdsaJumpTable_s:

Data Fields

tdssSSPReqReceived_t pSSPReqReceived
 
tdssSMPReqReceived_t pSMPReqReceived
 
tdssIOCompleted_t pSSPIOCompleted
 
tdssSMPCompleted_t pSMPCompleted
 
tdssGetSGLChunk_t pGetSGLChunk
 

Detailed Description

data structure for callback function jumptableESLG page

This data structure defines callback fucntions for SSP, SMP and SATA This is used for jump table used for instance specific function callback jump

Definition at line 102 of file tdtypes.h.

Field Documentation

◆ pGetSGLChunk

tdssGetSGLChunk_t tdsaJumpTable_s::pGetSGLChunk

Definition at line 112 of file tdtypes.h.

◆ pSMPCompleted

tdssSMPCompleted_t tdsaJumpTable_s::pSMPCompleted

Definition at line 110 of file tdtypes.h.

◆ pSMPReqReceived

tdssSMPReqReceived_t tdsaJumpTable_s::pSMPReqReceived

SSP IO completion callback function eg) ossaSSPcompleted()

Definition at line 106 of file tdtypes.h.

◆ pSSPIOCompleted

tdssIOCompleted_t tdsaJumpTable_s::pSSPIOCompleted

SMP IO completion callback function eg) ossaSMPcompleted()

Definition at line 108 of file tdtypes.h.

◆ pSSPReqReceived

tdssSSPReqReceived_t tdsaJumpTable_s::pSSPReqReceived

< function that called to process received SSP frame function that called to process received SSP frame

Definition at line 104 of file tdtypes.h.

Referenced by ossaSSPReqReceived().


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