Home
last modified time | relevance | path

Searched refs:requestType (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/dev/qat/qat_api/common/compression/
H A Ddc_datapath.c258 pSessionDesc->requestType = DC_REQUEST_FIRST; in dcCompression_ProcessCallback()
260 pSessionDesc->requestType = DC_REQUEST_SUBSEQUENT; in dcCompression_ProcessCallback()
900 if (DC_REQUEST_FIRST == pSessionDesc->requestType) { in dcCreateRequest()
949 pSessionDesc->previousRequestType = pSessionDesc->requestType; in dcCreateRequest()
951 if (DC_REQUEST_FIRST == pSessionDesc->requestType) { in dcCreateRequest()
953 pSessionDesc->requestType = DC_REQUEST_SUBSEQUENT; in dcCreateRequest()
993 pSessionDesc->requestType = DC_REQUEST_FIRST; in dcCreateRequest()
998 if (DC_REQUEST_FIRST == pSessionDesc->requestType) { in dcCreateRequest()
1087 pSessionDesc->requestType = pSessionDesc->previousRequestType; in dcSendRequest()
1311 if (DC_REQUEST_FIRST == pSessionDesc->requestType) { in dcZeroLengthRequests()
H A Ddc_session.c720 pSessionDesc->requestType = DC_REQUEST_FIRST; in dcInitSession()
1052 pSessionDesc->requestType = DC_REQUEST_FIRST; in cpaDcResetSession()
/freebsd/sys/dev/qat/qat_api/common/compression/include/
H A Ddc_session.h189 dc_request_type_t requestType; member
/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsatypes.h137 bit32 requestType; /**< the request type */ member
H A Dsasmp.c166 pRequest->requestType = agRequestType; in saSMPStart()
633 pRequest->requestType = AGSA_SMP_REQTYPE; in saSMPAbort()
H A Dsaint.c1569 switch (pRequest->requestType & AGSA_REQTYPE_MASK) in siIODone()
1650 …ODone: unknown request type (%x) is completed. HTag=0x%x\n", pRequest->requestType, pRequest->HTag… in siIODone()
1657 …uest is not valid any more. HTag=0x%x requestType=0x%x\n", pRequest->HTag, pRequest->requestType)); in siIODone()
1716 switch (pRequest->requestType & AGSA_REQTYPE_MASK) in siAbnormal()
1814 …normal: unknown request type (%x) is completed. Tag=0x%x\n", pRequest->requestType, pRequest->HTag… in siAbnormal()
1879 switch (pRequest->requestType & AGSA_REQTYPE_MASK) in siDifAbnormal()
1930 …normal: unknown request type (%x) is completed. Tag=0x%x\n", pRequest->requestType, pRequest->HTag… in siDifAbnormal()
H A Dsasata.c152 pRequest->requestType = agRequestType; in saSATAStart()
716 pRequest->requestType = AGSA_SATA_REQTYPE; in saSATAAbort()
H A Dsassp.c351 pRequest->requestType = fc->agRequestType; in saFastSSPPrepare()
751 pRequest->requestType = agRequestType; in saSSPStart()
1840 pRequest->requestType = AGSA_SSP_REQTYPE; in saSSPAbort()
H A Dsautil.c189 pRequestDesc->requestType, in siDumpActiveIORequests()
H A Dsainit.c801 pRequestDesc->requestType = AGSA_REQ_TYPE_UNKNOWN; in saInitialize()
3887 pRequestDesc->requestType = AGSA_REQ_TYPE_UNKNOWN; in siInitResources()
H A Dsaioctlcmd.c3444 pRequest->requestType = AGSA_SMP_IOCTL_REQUEST; in saSendSMPIoctl()