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

/freebsd-10.2-release/sys/dev/pms/RefTisa/sat/src/
H A Dsmsathw.c305 agsaSgl_t *agSgl; local
323 agSgl = &(smIORequestBody->transport.SATA.agSATARequestBody.agSgl);
324 agSgl->len = 0;
326 agSgl->sgUpper = 0;
327 agSgl->sgLower = 0;
328 agSgl->len = 0;
329 SM_CLEAR_ESGL_EXTEND(agSgl->extReserved);
490 agsaSgl_t *agSgl; local
500 agSgl
[all...]
H A Dsmsat.c20656 agsaSgl_t *agSgl; local
20662 agSgl = &(agEsgl->descriptor[i]);
20664 SM_DBG3(("smsatPrintSgl: agSgl %d upperAddr 0x%08x lowerAddr 0x%08x len 0x%08x ext 0x%08x\n",
20665 i, agSgl->sgUpper, agSgl->sgLower, agSgl->len, agSgl->extReserved));
20684 agsaSgl_t *agSgl; local
20723 agSgl = &(agEsgl->descriptor[0]);
20724 agSgl
[all...]
/freebsd-10.2-release/sys/dev/pms/RefTisa/tisa/sassata/sata/host/
H A Dsathw.c351 agsaSgl_t *agSgl; local
365 agSgl = &(tdIORequestBody->transport.SATA.agSATARequestBody.agSgl);
366 agSgl->len = 0;
368 agSgl->sgUpper = 0;
369 agSgl->sgLower = 0;
370 agSgl->len = 0;
371 CLEAR_ESGL_EXTEND(agSgl->extReserved);
485 agsaSgl_t *agSgl; local
495 agSgl
[all...]
/freebsd-10.2-release/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/
H A Ditdio.c213 /* initializes "agsaSgl_t agSgl" of "agsaDifSSPInitiatorRequest_t" */
845 /* initializes "agsaSgl_t agSgl" of "agsaDifSSPInitiatorRequest_t" */
863 /* initializes "agsaSgl_t agSgl" of "agsaSSPInitiatorRequest_t" */
1288 /* initializes "agsaSgl_t agSgl" of "agsaDifSSPInitiatorRequest_t" */
1482 /* initializes "agsaSgl_t agSgl" of "agsaDifSSPInitiatorRequest_t" */
1757 agsaSgl_t *agSgl; local
1761 agSgl = &(tdIORequestBody->transport.SAS.agSASRequestBody.sspInitiatorReq.agSgl);
1763 agSgl->len = 0;
1774 agSgl
[all...]
H A Ditddisc.c2795 tiSgl_t agSgl; local
2839 agSgl.lower = BIT32_TO_LEBIT32(tdIORequest->physLower32);
2841 agSgl.upper = BIT32_TO_LEBIT32(tdIORequest->physUpper32);
2845 agSgl.type = BIT32_TO_LEBIT32(tiSgl);
2846 agSgl.len = BIT32_TO_LEBIT32(DR_MODE_PG_SZ);
2848 /* initializes "agsaSgl_t agSgl" of "agsaDifSSPInitiatorRequest_t" */
2849 tiStatus = itdssIOPrepareSGL(tiRoot, tdIORequestBody, &agSgl,
/freebsd-10.2-release/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsaioctlcmd.c172 pPayload->SGLAL = fwProfileInfo->agSgl.sgLower;
173 pPayload->SGLAH = fwProfileInfo->agSgl.sgUpper;
174 pPayload->Len = fwProfileInfo->agSgl.len;
175 pPayload->extReserved = fwProfileInfo->agSgl.extReserved;
338 pPayload->SGLAL = flashUpdateInfo->agSgl.sgLower;
339 pPayload->SGLAH = flashUpdateInfo->agSgl.sgUpper;
340 pPayload->Len = flashUpdateInfo->agSgl.len;
341 pPayload->extReserved = flashUpdateInfo->agSgl.extReserved;
478 OSSA_WRITE_LE_32(agRoot, pPayload, OSSA_OFFSET_OF(agsaFwFlashOpExt_t,SGLAL ), agFlashExtExe->agSgl->sgLower);
479 OSSA_WRITE_LE_32(agRoot, pPayload, OSSA_OFFSET_OF(agsaFwFlashOpExt_t,SGLAH ), agFlashExtExe->agSgl
3923 saGetDFEData( agsaRoot_t *agRoot, agsaContext_t *agContext, bit32 queueNum, bit32 interface, bit32 laneNumber, bit32 interations, agsaSgl_t *agSgl) argument
[all...]
H A Dsassp.c357 pSgl = fc->agSgl;
397 SA_DBG5(("saFastSSPPrepare: agSgl %08x:%08x (%x/%x)\n",
460 SA_DBG5(("saSuperSSPSend: Ext mode, agSgl %08x:%08x (%x/%x)\n",
1195 pSgl = &(pIRequest->agSgl);
1197 SA_DBG3(("saSSPStart:opCode %X agSgl %08x:%08x (%x/%x)\n",opCode,
1316 pSgl = &(pIRequest->agSgl);
1318 SA_DBG3(("saSSPStart: Ext mode, agSgl %08x:%08x (%x/%x)\n",
1551 pSgl = &(pTRequest->agSgl);
1553 SA_DBG5(("saSSPStart: agSgl %08x:%08x (%x/%x)\n",
H A Dsasata.c228 pSgl = &(agSATAReq->agSgl);
247 pSgl = &(agSATAReq->agSgl);
/freebsd-10.2-release/sys/dev/pms/RefTisa/tisa/sassata/sas/tgt/
H A Dttdio.c587 /* sets SSPTargetReq->agSgl */
711 agsaSgl_t *agSgl; local
715 agSgl = &(tdIORequestBody->transport.SAS.agSASRequestBody.sspTargetReq.agSgl);
717 agSgl->len = 0;
725 agSgl->sgUpper = tiSgl1->upper;
726 agSgl->sgLower = tiSgl1->lower;
727 agSgl->len = tiSgl1->len;
728 agSgl->extReserved = tiSgl1->type;
/freebsd-10.2-release/sys/dev/pms/RefTisa/sallsdk/api/
H A Dsa.h2893 agsaSgl_t agSgl; /**< This structure is used to define either member in struct:agsaSSPInitiatorRequest_s
2923 agsaSgl_t agSgl; /**< This structure is used to define either member in struct:agsaSSPInitiatorRequestExt_s
2937 agsaSgl_t agSgl; /**< This structure is used to define either member in struct:agsaSSPInitiatorRequestIndirect_s
2987 agsaSgl_t agSgl; /**< This structure is used to define either an ESGL list or member in struct:agsaSSPTargetRequest_s
3130 agsaSgl_t agSgl; /**< This structure is used to define either an ESGL member in struct:agsaSATAInitiatorRequest_s
3395 agsaSgl_t agSgl; member in struct:agsaUpdateFwFlash_s
3409 agsaSgl_t *agSgl; member in struct:agsaFlashExtExecute_s
3462 agsaSgl_t agSgl; member in struct:agsaFwProfile_s
3855 void *agSgl; /* agsaSgl_t* */ member in struct:agsaFastCommand_s
H A Dsaapi.h676 agsaSgl_t *agSgl);
/freebsd-10.2-release/sys/dev/pms/RefTisa/tisa/api/
H A Dtitypes.h486 tiSgl_t agSgl; member in struct:tiSuperScsiTargetRequest
/freebsd-10.2-release/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdioctl.c177 fwProfileInfo.agSgl.sgLower = bufAddrLower;
178 fwProfileInfo.agSgl.sgUpper = bufAddrUpper;
179 fwProfileInfo.agSgl.len = fwProfile->len;
180 fwProfileInfo.agSgl.extReserved = 0;
279 flashUpdateInfo.agSgl.sgLower = bufAddrLower;
280 flashUpdateInfo.agSgl.sgUpper = bufAddrUpper;
281 flashUpdateInfo.agSgl.len = fwControl->len;
282 flashUpdateInfo.agSgl.extReserved = 0;

Completed in 221 milliseconds