Searched refs:pDeviceABT (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsasata.c607 agsaDeviceDesc_t *pDeviceABT = NULL; local
649 /* no pRequestABT - can not find pDeviceABT */
654 pDeviceABT = pRequestABT->pDevice;
656 if (agNULL == pDeviceABT)
659 SA_DBG1(("saSATAAbort: pDeviceABT AGSA_RC_FAILURE\n"));
784 if ( agNULL == pDeviceABT )
800 OSSA_WRITE_LE_32(agRoot, payload, OSSA_OFFSET_OF(agsaSATAAbortCmd_t, deviceId), pDeviceABT->DeviceMapIndex);
H A Dsassp.c1693 agsaDeviceDesc_t *pDeviceABT = NULL; local
1745 pDeviceABT = pRequestABT->pDevice;
1747 if (agNULL == pDeviceABT)
1926 if ( agNULL == pDeviceABT )
1932 OSSA_WRITE_LE_32(agRoot, payload, OSSA_OFFSET_OF(agsaSSPAbortCmd_t, deviceId), pDeviceABT->DeviceMapIndex);

Completed in 46 milliseconds