Home
last modified time | relevance | path

Searched defs:_SRB (Results 1 – 1 of 1) sorted by relevance

/dragonfly/sys/dev/disk/trm/
H A Dtrm.h144 struct _SRB { struct
148 struct _SRB *pNextSRB; argument
149 struct _DCB *pSRBDCB;
150 SGentry SgSenseTemp;
152 PSEG pSRBSGL; /* scatter gather list */
154 u_int32_t SRBSGPhyAddr; /* a segment starting address */
155 u_int32_t SRBTotalXferLength;
183 typedef struct _SRB TRM_SRB, *PSRB; argument