Home
last modified time | relevance | path

Searched refs:agRequestType (Results 1 – 19 of 19) sorted by relevance

/freebsd/sys/dev/pms/RefTisa/tisa/sassata/sas/tgt/
H A Dttdsmp.c111 bit32 agRequestType; in ttdsaNotSupportRespSend() local
119 agRequestType = AGSA_SMP_TGT_RESPONSE; in ttdsaNotSupportRespSend()
154 agRequestType, in ttdsaNotSupportRespSend()
164 agRequestType, in ttdsaNotSupportRespSend()
179 bit32 agRequestType; in ttdsaDiscoverRespSend() local
190 agRequestType = AGSA_SMP_TGT_RESPONSE; in ttdsaDiscoverRespSend()
265 agRequestType, in ttdsaDiscoverRespSend()
275 agRequestType, in ttdsaDiscoverRespSend()
290 bit32 agRequestType; in ttdsaReportGeneralRespSend() local
301 agRequestType = AGSA_SMP_TGT_RESPONSE; in ttdsaReportGeneralRespSend()
[all …]
H A Dttdio.c756 bit32 agRequestType; in ttdsaSendResp() local
759 agRequestType = AGSA_SSP_TGT_CMD_OR_TASK_RSP; in ttdsaSendResp()
801 agRequestType, in ttdsaSendResp()
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/
H A Ditdio.c115 bit32 agRequestType; in tiINIIOStart() local
282 agRequestType = AGSA_SSP_INIT_READ; in tiINIIOStart()
287 agRequestType = AGSA_SSP_INIT_WRITE; in tiINIIOStart()
292 agRequestType = AGSA_REQ_TYPE_UNKNOWN; in tiINIIOStart()
296 tdIORequestBody->agRequestType = agRequestType; in tiINIIOStart()
310 agRequestType, in tiINIIOStart()
547 TI_DBG3(("tiINIFastIOPrepare: data direction: %x\n", fc->agRequestType)); in tiINIFastIOPrepare()
665 bit32 agRequestType = 0; in tiINISuperIOStart() local
912 agRequestType = AGSA_SSP_INIT_READ_INDIRECT; in tiINISuperIOStart()
917 agRequestType = AGSA_SSP_INIT_WRITE_INDIRECT; in tiINISuperIOStart()
[all …]
H A Ditddisc.c2834 tdIORequestBody->agRequestType = AGSA_SSP_INIT_WRITE; in tdsaCTLModeSelect()
7095 bit32 agRequestType, in tdSMPStart() argument
7437 agRequestType, in tdSMPStart()
H A Ditdcb.c3981 tdIORequestBody->agRequestType, in itdssXferOpenRetryTimeoutHandler()
/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsasata.c63 bit32 agRequestType, in saSATAStart() argument
140 if (agRequestType == AGSA_SATA_PROTOCOL_NON_PKT || in saSATAStart()
141 agRequestType == AGSA_SATA_PROTOCOL_H2D_PKT || in saSATAStart()
142 agRequestType == AGSA_SATA_PROTOCOL_D2H_PKT) in saSATAStart()
152 pRequest->requestType = agRequestType; in saSATAStart()
221 switch ( agRequestType ) in saSATAStart()
228 AtapDir = agRequestType & (AGSA_DIR_MASK | AGSA_SATA_ATAP_MASK); in saSATAStart()
229 if (agRequestType & AGSA_MSG) in saSATAStart()
247 AtapDir = agRequestType & (AGSA_DIR_MASK | AGSA_SATA_ATAP_MASK); in saSATAStart()
248 if (agRequestType & AGSA_MSG) in saSATAStart()
[all …]
H A Dsassp.c47 bit32 agRequestType,
136 bit32 agRequestType, in siFastSSPResAlloc() argument
171 if (agRequestType & AGSA_SSP_EXT_BIT) in siFastSSPResAlloc()
332 ret = siFastSSPResAlloc(agRoot, fc->queueNum, fc->agRequestType, in saFastSSPPrepare()
351 pRequest->requestType = fc->agRequestType; in saFastSSPPrepare()
358 switch (fc->agRequestType) in saFastSSPPrepare()
383 Dir = fc->agRequestType & AGSA_DIR_MASK; in saFastSSPPrepare()
387 if (fc->agRequestType & AGSA_MSG) in saFastSSPPrepare()
446 Dir |= fc->agRequestType & AGSA_DIR_MASK; in saFastSSPPrepare()
450 if (fc->agRequestType & AGSA_MSG) in saFastSSPPrepare()
[all …]
H A Dsasmp.c66 bit32 agRequestType, in saSMPStart() argument
166 pRequest->requestType = agRequestType; in saSMPStart()
259 switch ( agRequestType ) in saSMPStart()
360 SA_DBG1(("saSMPStart: SPC unknown agRequestType %x\n",agRequestType)); in saSMPStart()
374 switch ( agRequestType ) in saSMPStart()
490 SA_DBG1(("saSMPStart: SPCv unknown agRequestType %x\n",agRequestType)); in saSMPStart()
H A Dsamacro.h225 …fine DBG_DUMP_SSPSTART_CMDIU(agDevHandle,agRequestType,agRequestBody) siDumpSSPStartIu(agDevHandle… argument
229 #define DBG_DUMP_SSPSTART_CMDIU(agDevHandle,agRequestType,agRequestBody) argument
/freebsd/sys/dev/pms/RefTisa/sat/src/
H A Dsmsat.c1208 bit32 agRequestType; in smPhyControlSend() local
1297 agRequestType = AGSA_SMP_INIT_REQ; in smPhyControlSend()
1385 agRequestType, in smPhyControlSend()
3313 bit32 agRequestType; in smsatIDStart() local
3355 agRequestType = AGSA_SATA_PROTOCOL_PIO_READ; in smsatIDStart()
3364 satIOContext->reqType = agRequestType; /* Save it */ in smsatIDStart()
4025 bit32 agRequestType = AGSA_SATA_PROTOCOL_D2H_PKT; in smsatPacket() local
4089 agRequestType = AGSA_SATA_PROTOCOL_D2H_PKT; in smsatPacket()
4093 agRequestType = AGSA_SATA_PROTOCOL_H2D_PKT; in smsatPacket()
4101 satIOContext->reqType = agRequestType; /* Save it */ in smsatPacket()
[all …]
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/sata/host/
H A Dsat.c745 bit32 agRequestType = AGSA_SATA_PROTOCOL_D2H_PKT; in satPacket() local
798 agRequestType = AGSA_SATA_PROTOCOL_D2H_PKT; in satPacket()
802 agRequestType = AGSA_SATA_PROTOCOL_H2D_PKT; in satPacket()
821 satIOContext->reqType = agRequestType; /* Save it */ in satPacket()
861 bit32 agRequestType; in satSetFeatures() local
887 agRequestType = AGSA_SATA_PROTOCOL_NON_DATA; in satSetFeatures()
906 satIOContext->reqType = agRequestType; /* Save it */ in satSetFeatures()
944 bit32 agRequestType = AGSA_SATA_PROTOCOL_D2H_PKT; in satRequestSenseForATAPI() local
992 agRequestType = AGSA_SATA_PROTOCOL_D2H_PKT; in satRequestSenseForATAPI()
1011 satIOContext->reqType = agRequestType; /* Save it */ in satRequestSenseForATAPI()
[all …]
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdmisc.c710 bit32 agRequestType; in tiINITaskManagement() local
930 agRequestType = AGSA_SSP_TASK_MGNT_REQ; in tiINITaskManagement()
931 TMtdIORequestBody->agRequestType = AGSA_SSP_TASK_MGNT_REQ; in tiINITaskManagement()
1031 agRequestType, in tiINITaskManagement()
1330 bit32 agRequestType; in tiCOMPassthroughCmndStart() local
1414 agRequestType = AGSA_SMP_INIT_REQ; in tiCOMPassthroughCmndStart()
1418 agRequestType = AGSA_SMP_TGT_RESPONSE; in tiCOMPassthroughCmndStart()
1447 agRequestType, in tiCOMPassthroughCmndStart()
1475 agRequestType = AGSA_SMP_INIT_REQ; in tiCOMPassthroughCmndStart()
1481 agRequestType = AGSA_SMP_TGT_RESPONSE; in tiCOMPassthroughCmndStart()
H A Dossacmnapi.c4701 bit32 agRequestType; in ossaSSPEvent() local
4745 agIORequestType = tdIORequestBody->agRequestType; in ossaSSPEvent()
4802 agRequestType = AGSA_SSP_TASK_MGNT_REQ; in ossaSSPEvent()
4803 TMtdIORequestBody->agRequestType = AGSA_SSP_TASK_MGNT_REQ; in ossaSSPEvent()
4827 agRequestType, in ossaSSPEvent()
8122 tdIORequestBody->agRequestType, in ossaIniSetDeviceInfoCB()
H A Dtdproto.h1845 bit32 agRequestType,
/freebsd/sys/dev/pms/RefTisa/sallsdk/api/
H A Dsaapi.h217 bit32 agRequestType,
254 bit32 agRequestType,
274 bit32 agRequestType,
H A Dsa.h3863 bit32 agRequestType; member
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/sas/common/
H A Dtdtypes.h623 bit32 agRequestType; member
/freebsd/sys/dev/pms/RefTisa/discovery/dm/
H A Ddmproto.h562 bit32 agRequestType
H A Ddmsmp.c51 bit32 agRequestType in dmSMPStart() argument
397 agRequestType, in dmSMPStart()