| /NextBSD/sys/dev/pms/RefTisa/tisa/sassata/sas/tgt/ |
| HD | ttdsmp.c | 111 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 …]
|
| HD | ttdio.c | 756 bit32 agRequestType; in ttdsaSendResp() local 759 agRequestType = AGSA_SSP_TGT_CMD_OR_TASK_RSP; in ttdsaSendResp() 801 agRequestType, in ttdsaSendResp()
|
| /NextBSD/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/ |
| HD | itdio.c | 116 bit32 agRequestType; in tiINIIOStart() local 283 agRequestType = AGSA_SSP_INIT_READ; in tiINIIOStart() 288 agRequestType = AGSA_SSP_INIT_WRITE; in tiINIIOStart() 293 agRequestType = AGSA_REQ_TYPE_UNKNOWN; in tiINIIOStart() 297 tdIORequestBody->agRequestType = agRequestType; in tiINIIOStart() 311 agRequestType, in tiINIIOStart() 548 TI_DBG3(("tiINIFastIOPrepare: data direction: %x\n", fc->agRequestType)); in tiINIFastIOPrepare() 666 bit32 agRequestType = 0; in tiINISuperIOStart() local 913 agRequestType = AGSA_SSP_INIT_READ_INDIRECT; in tiINISuperIOStart() 918 agRequestType = AGSA_SSP_INIT_WRITE_INDIRECT; in tiINISuperIOStart() [all …]
|
| HD | itddisc.c | 2835 tdIORequestBody->agRequestType = AGSA_SSP_INIT_WRITE; in tdsaCTLModeSelect() 7096 bit32 agRequestType, in tdSMPStart() argument 7438 agRequestType, in tdSMPStart()
|
| HD | itdcb.c | 3982 tdIORequestBody->agRequestType, in itdssXferOpenRetryTimeoutHandler()
|
| /NextBSD/sys/dev/pms/RefTisa/sallsdk/spc/ |
| HD | sasata.c | 64 bit32 agRequestType, in saSATAStart() argument 141 if (agRequestType == AGSA_SATA_PROTOCOL_NON_PKT || in saSATAStart() 142 agRequestType == AGSA_SATA_PROTOCOL_H2D_PKT || in saSATAStart() 143 agRequestType == AGSA_SATA_PROTOCOL_D2H_PKT) in saSATAStart() 153 pRequest->requestType = agRequestType; in saSATAStart() 222 switch ( agRequestType ) in saSATAStart() 229 AtapDir = agRequestType & (AGSA_DIR_MASK | AGSA_SATA_ATAP_MASK); in saSATAStart() 230 if (agRequestType & AGSA_MSG) in saSATAStart() 248 AtapDir = agRequestType & (AGSA_DIR_MASK | AGSA_SATA_ATAP_MASK); in saSATAStart() 249 if (agRequestType & AGSA_MSG) in saSATAStart() [all …]
|
| HD | sassp.c | 48 bit32 agRequestType, 137 bit32 agRequestType, in siFastSSPResAlloc() argument 172 if (agRequestType & AGSA_SSP_EXT_BIT) in siFastSSPResAlloc() 333 ret = siFastSSPResAlloc(agRoot, fc->queueNum, fc->agRequestType, in saFastSSPPrepare() 352 pRequest->requestType = fc->agRequestType; in saFastSSPPrepare() 359 switch (fc->agRequestType) in saFastSSPPrepare() 384 Dir = fc->agRequestType & AGSA_DIR_MASK; in saFastSSPPrepare() 388 if (fc->agRequestType & AGSA_MSG) in saFastSSPPrepare() 447 Dir |= fc->agRequestType & AGSA_DIR_MASK; in saFastSSPPrepare() 451 if (fc->agRequestType & AGSA_MSG) in saFastSSPPrepare() [all …]
|
| HD | sasmp.c | 67 bit32 agRequestType, in saSMPStart() argument 167 pRequest->requestType = agRequestType; in saSMPStart() 260 switch ( agRequestType ) in saSMPStart() 361 SA_DBG1(("saSMPStart: SPC unknown agRequestType %x\n",agRequestType)); in saSMPStart() 375 switch ( agRequestType ) in saSMPStart() 491 SA_DBG1(("saSMPStart: SPCv unknown agRequestType %x\n",agRequestType)); in saSMPStart()
|
| HD | samacro.h | 226 …fine DBG_DUMP_SSPSTART_CMDIU(agDevHandle,agRequestType,agRequestBody) siDumpSSPStartIu(agDevHandle… argument 230 #define DBG_DUMP_SSPSTART_CMDIU(agDevHandle,agRequestType,agRequestBody) argument
|
| /NextBSD/sys/dev/pms/RefTisa/sat/src/ |
| HD | smsat.c | 1209 bit32 agRequestType; in smPhyControlSend() local 1298 agRequestType = AGSA_SMP_INIT_REQ; in smPhyControlSend() 1386 agRequestType, in smPhyControlSend() 3314 bit32 agRequestType; in smsatIDStart() local 3356 agRequestType = AGSA_SATA_PROTOCOL_PIO_READ; in smsatIDStart() 3365 satIOContext->reqType = agRequestType; /* Save it */ in smsatIDStart() 4026 bit32 agRequestType = AGSA_SATA_PROTOCOL_D2H_PKT; in smsatPacket() local 4090 agRequestType = AGSA_SATA_PROTOCOL_D2H_PKT; in smsatPacket() 4094 agRequestType = AGSA_SATA_PROTOCOL_H2D_PKT; in smsatPacket() 4102 satIOContext->reqType = agRequestType; /* Save it */ in smsatPacket() [all …]
|
| /NextBSD/sys/dev/pms/RefTisa/tisa/sassata/sata/host/ |
| HD | sat.c | 746 bit32 agRequestType = AGSA_SATA_PROTOCOL_D2H_PKT; in satPacket() local 799 agRequestType = AGSA_SATA_PROTOCOL_D2H_PKT; in satPacket() 803 agRequestType = AGSA_SATA_PROTOCOL_H2D_PKT; in satPacket() 822 satIOContext->reqType = agRequestType; /* Save it */ in satPacket() 862 bit32 agRequestType; in satSetFeatures() local 888 agRequestType = AGSA_SATA_PROTOCOL_NON_DATA; in satSetFeatures() 907 satIOContext->reqType = agRequestType; /* Save it */ in satSetFeatures() 945 bit32 agRequestType = AGSA_SATA_PROTOCOL_D2H_PKT; in satRequestSenseForATAPI() local 993 agRequestType = AGSA_SATA_PROTOCOL_D2H_PKT; in satRequestSenseForATAPI() 1012 satIOContext->reqType = agRequestType; /* Save it */ in satRequestSenseForATAPI() [all …]
|
| /NextBSD/sys/dev/pms/RefTisa/tisa/sassata/common/ |
| HD | tdmisc.c | 711 bit32 agRequestType; in tiINITaskManagement() local 931 agRequestType = AGSA_SSP_TASK_MGNT_REQ; in tiINITaskManagement() 932 TMtdIORequestBody->agRequestType = AGSA_SSP_TASK_MGNT_REQ; in tiINITaskManagement() 1032 agRequestType, in tiINITaskManagement() 1331 bit32 agRequestType; in tiCOMPassthroughCmndStart() local 1415 agRequestType = AGSA_SMP_INIT_REQ; in tiCOMPassthroughCmndStart() 1419 agRequestType = AGSA_SMP_TGT_RESPONSE; in tiCOMPassthroughCmndStart() 1448 agRequestType, in tiCOMPassthroughCmndStart() 1476 agRequestType = AGSA_SMP_INIT_REQ; in tiCOMPassthroughCmndStart() 1482 agRequestType = AGSA_SMP_TGT_RESPONSE; in tiCOMPassthroughCmndStart()
|
| HD | ossacmnapi.c | 4702 bit32 agRequestType; in ossaSSPEvent() local 4746 agIORequestType = tdIORequestBody->agRequestType; in ossaSSPEvent() 4803 agRequestType = AGSA_SSP_TASK_MGNT_REQ; in ossaSSPEvent() 4804 TMtdIORequestBody->agRequestType = AGSA_SSP_TASK_MGNT_REQ; in ossaSSPEvent() 4828 agRequestType, in ossaSSPEvent() 8123 tdIORequestBody->agRequestType, in ossaIniSetDeviceInfoCB()
|
| HD | tdproto.h | 1846 bit32 agRequestType,
|
| /NextBSD/sys/dev/pms/RefTisa/sallsdk/api/ |
| HD | saapi.h | 218 bit32 agRequestType, 255 bit32 agRequestType, 275 bit32 agRequestType,
|
| HD | sa.h | 3864 bit32 agRequestType; member
|
| /NextBSD/sys/dev/pms/RefTisa/tisa/sassata/sas/common/ |
| HD | tdtypes.h | 624 bit32 agRequestType; member
|
| /NextBSD/sys/dev/pms/RefTisa/discovery/dm/ |
| HD | dmproto.h | 563 bit32 agRequestType
|
| HD | dmsmp.c | 52 bit32 agRequestType in dmSMPStart() argument 398 agRequestType, in dmSMPStart()
|