Searched defs:amd_srb (Results 1 – 1 of 1) sorted by relevance
157 struct amd_srb { struct159 u_int8_t CmdBlock[12];160 union ccb *pccb;161 bus_dmamap_t dmamap;162 struct amd_sg *pSGlist;164 u_int32_t TotalXferredLen;165 u_int32_t SGPhysAddr; /* a segment starting address */166 u_int32_t SGToBeXferLen; /* to be xfer length */167 u_int32_t Segment0[2];191 TAILQ_HEAD(srb_queue, amd_srb); argument