Home
last modified time | relevance | path

Searched refs:agSgl (Results 1 – 13 of 13) sorted by relevance

/freebsd/sys/dev/pms/RefTisa/tisa/sassata/sata/host/
H A Dsathw.c350 agsaSgl_t *agSgl; in sataLLIOStart() local
364 agSgl = &(tdIORequestBody->transport.SATA.agSATARequestBody.agSgl); in sataLLIOStart()
365 agSgl->len = 0; in sataLLIOStart()
367 agSgl->sgUpper = 0; in sataLLIOStart()
368 agSgl->sgLower = 0; in sataLLIOStart()
369 agSgl->len = 0; in sataLLIOStart()
370 CLEAR_ESGL_EXTEND(agSgl->extReserved); in sataLLIOStart()
484 agsaSgl_t *agSgl; in itdsataIOPrepareSGL() local
494 agSgl = &(tdIORequestBody->transport.SATA.agSATARequestBody.agSgl); in itdsataIOPrepareSGL()
495 agSgl->len = 0; in itdsataIOPrepareSGL()
[all …]
/freebsd/sys/dev/pms/RefTisa/sat/src/
H A Dsmsathw.c304 agsaSgl_t *agSgl; in smsataLLIOStart() local
322 agSgl = &(smIORequestBody->transport.SATA.agSATARequestBody.agSgl); in smsataLLIOStart()
323 agSgl->len = 0; in smsataLLIOStart()
325 agSgl->sgUpper = 0; in smsataLLIOStart()
326 agSgl->sgLower = 0; in smsataLLIOStart()
327 agSgl->len = 0; in smsataLLIOStart()
328 SM_CLEAR_ESGL_EXTEND(agSgl->extReserved); in smsataLLIOStart()
489 agsaSgl_t *agSgl; in smsatIOPrepareSGL() local
499 agSgl = &(smIORequestBody->transport.SATA.agSATARequestBody.agSgl); in smsatIOPrepareSGL()
500 agSgl->len = 0; in smsatIOPrepareSGL()
[all …]
H A Dsmsat.c20655 agsaSgl_t *agSgl; in smsatPrintSgl() local
20661 agSgl = &(agEsgl->descriptor[i]); in smsatPrintSgl()
20664 i, agSgl->sgUpper, agSgl->sgLower, agSgl->len, agSgl->extReserved)); in smsatPrintSgl()
20683 agsaSgl_t *agSgl; in smsatSplitSGL() local
20722 agSgl = &(agEsgl->descriptor[0]); in smsatSplitSGL()
20723 agSgl->sgUpper = satIOContext->UpperAddr; in smsatSplitSGL()
20724 agSgl->sgLower = satIOContext->LowerAddr; in smsatSplitSGL()
20725 agSgl->len = satIOContext->AdjustBytes; in smsatSplitSGL()
20750 agSgl = &(agEsgl->descriptor[i]); in smsatSplitSGL()
20751 splitLen = splitLen + agSgl->len; in smsatSplitSGL()
[all …]
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/
H A Ditdio.c1756 agsaSgl_t *agSgl; in itdssIOPrepareSGL() local
1760 agSgl = &(tdIORequestBody->transport.SAS.agSASRequestBody.sspInitiatorReq.agSgl); in itdssIOPrepareSGL()
1762 agSgl->len = 0; in itdssIOPrepareSGL()
1773 agSgl->sgUpper = 0; in itdssIOPrepareSGL()
1774 agSgl->sgLower = 0; in itdssIOPrepareSGL()
1775 agSgl->len = 0; in itdssIOPrepareSGL()
1776 CLEAR_ESGL_EXTEND(agSgl->extReserved); in itdssIOPrepareSGL()
1780 agSgl->sgUpper = tiSgl1->upper; in itdssIOPrepareSGL()
1781 agSgl->sgLower = tiSgl1->lower; in itdssIOPrepareSGL()
1782 agSgl->len = tiSgl1->len; in itdssIOPrepareSGL()
[all …]
H A Ditddisc.c2794 tiSgl_t agSgl; in tdsaCTLModeSelect() local
2838 agSgl.lower = BIT32_TO_LEBIT32(tdIORequest->physLower32); in tdsaCTLModeSelect()
2840 agSgl.upper = BIT32_TO_LEBIT32(tdIORequest->physUpper32); in tdsaCTLModeSelect()
2844 agSgl.type = BIT32_TO_LEBIT32(tiSgl); in tdsaCTLModeSelect()
2845 agSgl.len = BIT32_TO_LEBIT32(DR_MODE_PG_SZ); in tdsaCTLModeSelect()
2848 tiStatus = itdssIOPrepareSGL(tiRoot, tdIORequestBody, &agSgl, in tdsaCTLModeSelect()
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/sas/tgt/
H A Dttdio.c711 agsaSgl_t *agSgl; in ttdssIOPrepareSGL() local
715 agSgl = &(tdIORequestBody->transport.SAS.agSASRequestBody.sspTargetReq.agSgl); in ttdssIOPrepareSGL()
717 agSgl->len = 0; in ttdssIOPrepareSGL()
725 agSgl->sgUpper = tiSgl1->upper; in ttdssIOPrepareSGL()
726 agSgl->sgLower = tiSgl1->lower; in ttdssIOPrepareSGL()
727 agSgl->len = tiSgl1->len; in ttdssIOPrepareSGL()
728 agSgl->extReserved = tiSgl1->type; in ttdssIOPrepareSGL()
/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsaioctlcmd.c171 pPayload->SGLAL = fwProfileInfo->agSgl.sgLower; in saFwProfile()
172 pPayload->SGLAH = fwProfileInfo->agSgl.sgUpper; in saFwProfile()
173 pPayload->Len = fwProfileInfo->agSgl.len; in saFwProfile()
174 pPayload->extReserved = fwProfileInfo->agSgl.extReserved; in saFwProfile()
337 pPayload->SGLAL = flashUpdateInfo->agSgl.sgLower; in saFwFlashUpdate()
338 pPayload->SGLAH = flashUpdateInfo->agSgl.sgUpper; in saFwFlashUpdate()
339 pPayload->Len = flashUpdateInfo->agSgl.len; in saFwFlashUpdate()
340 pPayload->extReserved = flashUpdateInfo->agSgl.extReserved; in saFwFlashUpdate()
477 …_LE_32(agRoot, pPayload, OSSA_OFFSET_OF(agsaFwFlashOpExt_t,SGLAL ), agFlashExtExe->agSgl->sgLower); in saFlashExtExecute()
478 …_LE_32(agRoot, pPayload, OSSA_OFFSET_OF(agsaFwFlashOpExt_t,SGLAH ), agFlashExtExe->agSgl->sgUpper); in saFlashExtExecute()
[all …]
H A Dsasata.c227 pSgl = &(agSATAReq->agSgl); in saSATAStart()
246 pSgl = &(agSATAReq->agSgl); in saSATAStart()
H A Dsassp.c356 pSgl = fc->agSgl; in saFastSSPPrepare()
1194 pSgl = &(pIRequest->agSgl); in saSSPStart()
1315 pSgl = &(pIRequest->agSgl); in saSSPStart()
1550 pSgl = &(pTRequest->agSgl); in saSSPStart()
/freebsd/sys/dev/pms/RefTisa/sallsdk/api/
H A Dsa.h2892 agsaSgl_t agSgl; /**< This structure is used to define either member
2922 agsaSgl_t agSgl; /**< This structure is used to define either member
2936 agsaSgl_t agSgl; /**< This structure is used to define either member
2986 agsaSgl_t agSgl; /**< This structure is used to define either an ESGL list or member
3129 agsaSgl_t agSgl; /**< This structure is used to define either an ESGL member
3394 agsaSgl_t agSgl; member
3408 agsaSgl_t *agSgl; member
3461 agsaSgl_t agSgl; member
3854 void *agSgl; /* agsaSgl_t* */ member
H A Dsaapi.h675 agsaSgl_t *agSgl);
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdioctl.c176 fwProfileInfo.agSgl.sgLower = bufAddrLower; in tdipFWProfileIoctl()
177 fwProfileInfo.agSgl.sgUpper = bufAddrUpper; in tdipFWProfileIoctl()
178 fwProfileInfo.agSgl.len = fwProfile->len; in tdipFWProfileIoctl()
179 fwProfileInfo.agSgl.extReserved = 0; in tdipFWProfileIoctl()
278 flashUpdateInfo.agSgl.sgLower = bufAddrLower; in tdipFWControlIoctl()
279 flashUpdateInfo.agSgl.sgUpper = bufAddrUpper; in tdipFWControlIoctl()
280 flashUpdateInfo.agSgl.len = fwControl->len; in tdipFWControlIoctl()
281 flashUpdateInfo.agSgl.extReserved = 0; in tdipFWControlIoctl()
/freebsd/sys/dev/pms/RefTisa/tisa/api/
H A Dtitypes.h485 tiSgl_t agSgl; member