Home
last modified time | relevance | path

Searched refs:InitiatorRegIO (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/pms/RefTisa/tisa/sassata/sata/host/
H A Dsathw.c194 tdIORequestBody->IOType.InitiatorRegIO.expDataLength = agSATAReq->dataLength; in sataLLIOStart()
204 tdIORequestBody->IOType.InitiatorRegIO.expDataLength = 0; in sataLLIOStart()
208 … tdIORequestBody->IOType.InitiatorRegIO.expDataLength = tiScsiRequest->scsiCmnd.expDataLength; in sataLLIOStart()
211 agSATAReq->dataLength = tdIORequestBody->IOType.InitiatorRegIO.expDataLength; in sataLLIOStart()
223 tdIORequestBody->IOType.InitiatorRegIO.expDataLength = 0; in sataLLIOStart()
227 … tdIORequestBody->IOType.InitiatorRegIO.expDataLength = tiScsiRequest->scsiCmnd.expDataLength; in sataLLIOStart()
230 agSATAReq->dataLength = tdIORequestBody->IOType.InitiatorRegIO.expDataLength; in sataLLIOStart()
362 tdIORequestBody->IOType.InitiatorRegIO.expDataLength = 0; in sataLLIOStart()
503 if (tdIORequestBody->IOType.InitiatorRegIO.expDataLength == 0) in itdsataIOPrepareSGL()
/freebsd/sys/dev/pms/RefTisa/sat/src/
H A Dsmsathw.c92 smIORequestBody->IOType.InitiatorRegIO.expDataLength = 0; in smsataLLIOStart()
96 … smIORequestBody->IOType.InitiatorRegIO.expDataLength = smScsiRequest->scsiCmnd.expDataLength; in smsataLLIOStart()
99 agSATAReq->dataLength = smIORequestBody->IOType.InitiatorRegIO.expDataLength; in smsataLLIOStart()
109 smIORequestBody->IOType.InitiatorRegIO.expDataLength = 0; in smsataLLIOStart()
113 smIORequestBody->IOType.InitiatorRegIO.expDataLength = smScsiRequest->scsiCmnd.expDataLength; in smsataLLIOStart()
116 agSATAReq->dataLength = smIORequestBody->IOType.InitiatorRegIO.expDataLength; in smsataLLIOStart()
320 smIORequestBody->IOType.InitiatorRegIO.expDataLength = 0; in smsataLLIOStart()
508 if (smIORequestBody->IOType.InitiatorRegIO.expDataLength == 0) in smsatIOPrepareSGL()
H A Dsmtypes.h292 } InitiatorRegIO; /* regular IO */ member
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/
H A Ditdio.c206 tdIORequestBody->IOType.InitiatorRegIO.expDataLength in tiINIIOStart()
209 tdIORequestBody->IOType.InitiatorRegIO.sglVirtualAddr in tiINIIOStart()
770 tdIORequestBody->IOType.InitiatorRegIO.expDataLength in tiINISuperIOStart()
773 tdIORequestBody->IOType.InitiatorRegIO.sglVirtualAddr in tiINISuperIOStart()
1284 tdIORequestBody->IOType.InitiatorRegIO.expDataLength in tiINIIOStartIntCoalesce()
1478 tdIORequestBody->IOType.InitiatorRegIO.expDataLength in tiINIIOStartIntCoalesceDif()
1770 if (tdIORequestBody->IOType.InitiatorRegIO.expDataLength == 0) in itdssIOPrepareSGL()
H A Ditddisc.c2821 tdIORequestBody->IOType.InitiatorRegIO.expDataLength = DR_MODE_PG_SZ; in tdsaCTLModeSelect()
2986 tdIORequestBody->IOType.InitiatorRegIO.expDataLength = 16; in tdsaCTLSet()
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/sas/common/
H A Dtdtypes.h630 } InitiatorRegIO; /* regular IO */ member