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

/freebsd-11.0-release/sys/dev/pms/RefTisa/tisa/sassata/sas/tgt/
H A Dttdsmp.c111 bit32 agRequestType; local
119 agRequestType = AGSA_SMP_TGT_RESPONSE;
154 agRequestType,
164 agRequestType,
179 bit32 agRequestType; local
190 agRequestType = AGSA_SMP_TGT_RESPONSE;
265 agRequestType,
275 agRequestType,
290 bit32 agRequestType; local
301 agRequestType
[all...]
H A Dttdio.c756 bit32 agRequestType; local
759 agRequestType = AGSA_SSP_TGT_CMD_OR_TASK_RSP;
801 agRequestType,
/freebsd-11.0-release/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/
H A Ditdio.c116 bit32 agRequestType; local
283 agRequestType = AGSA_SSP_INIT_READ;
288 agRequestType = AGSA_SSP_INIT_WRITE;
293 agRequestType = AGSA_REQ_TYPE_UNKNOWN;
297 tdIORequestBody->agRequestType = agRequestType;
311 agRequestType,
548 TI_DBG3(("tiINIFastIOPrepare: data direction: %x\n", fc->agRequestType));
666 bit32 agRequestType = 0; local
913 agRequestType
1139 bit32 agRequestType; local
1236 bit32 agRequestType; local
1427 bit32 agRequestType; local
1809 bit32 agRequestType = 0; local
[all...]
H A Ditddisc.c2835 tdIORequestBody->agRequestType = AGSA_SSP_INIT_WRITE;
7079 * \param agRequestType: SPC-specfic request type
7096 bit32 agRequestType,
7438 agRequestType,
7089 tdSMPStart( tiRoot_t *tiRoot, agsaRoot_t *agRoot, tdsaDeviceData_t *oneDeviceData, bit32 functionCode, bit8 *pSmpBody, bit32 smpBodySize, bit32 agRequestType, tiIORequest_t *CurrentTaskTag, bit32 queueNumber ) argument
H A Ditdcb.c3982 tdIORequestBody->agRequestType,
/freebsd-11.0-release/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsassp.c48 bit32 agRequestType,
137 bit32 agRequestType,
172 if (agRequestType & AGSA_SSP_EXT_BIT)
333 ret = siFastSSPResAlloc(agRoot, fc->queueNum, fc->agRequestType,
352 pRequest->requestType = fc->agRequestType;
359 switch (fc->agRequestType)
384 Dir = fc->agRequestType & AGSA_DIR_MASK;
388 if (fc->agRequestType & AGSA_MSG)
447 Dir |= fc->agRequestType & AGSA_DIR_MASK;
451 if (fc->agRequestType
134 siFastSSPResAlloc( agsaRoot_t *agRoot, bit32 queueNum, bit32 agRequestType, agsaDeviceDesc_t *pDevice, agsaIORequestDesc_t **pRequest, void **pPayload ) argument
580 saSSPStart( agsaRoot_t *agRoot, agsaIORequest_t *agIORequest, bit32 queueNum, agsaDevHandle_t *agDevHandle, bit32 agRequestType, agsaSASRequestBody_t *agRequestBody, agsaIORequest_t *agTMRequest, ossaSSPCompletedCB_t agCB) argument
1987 siDumpSSPStartIu( agsaDevHandle_t *agDevHandle, bit32 agRequestType, agsaSASRequestBody_t *agRequestBody ) argument
[all...]
H A Dsasata.c49 * \param agRequestType
64 bit32 agRequestType,
141 if (agRequestType == AGSA_SATA_PROTOCOL_NON_PKT ||
142 agRequestType == AGSA_SATA_PROTOCOL_H2D_PKT ||
143 agRequestType == AGSA_SATA_PROTOCOL_D2H_PKT)
153 pRequest->requestType = agRequestType;
222 switch ( agRequestType )
229 AtapDir = agRequestType & (AGSA_DIR_MASK | AGSA_SATA_ATAP_MASK);
230 if (agRequestType & AGSA_MSG)
248 AtapDir = agRequestType
59 saSATAStart( agsaRoot_t *agRoot, agsaIORequest_t *agIORequest, bit32 queueNum, agsaDevHandle_t *agDevHandle, bit32 agRequestType, agsaSATAInitiatorRequest_t *agSATAReq, bit8 agTag, ossaSATACompletedCB_t agCB ) argument
[all...]
H A Dsasmp.c49 * \param agRequestType
67 bit32 agRequestType,
167 pRequest->requestType = agRequestType;
260 switch ( agRequestType )
361 SA_DBG1(("saSMPStart: SPC unknown agRequestType %x\n",agRequestType));
375 switch ( agRequestType )
491 SA_DBG1(("saSMPStart: SPCv unknown agRequestType %x\n",agRequestType));
62 saSMPStart( agsaRoot_t *agRoot, agsaIORequest_t *agIORequest, bit32 queueNum, agsaDevHandle_t *agDevHandle, bit32 agRequestType, agsaSASRequestBody_t *agRequestBody, ossaSMPCompletedCB_t agCB ) argument
H A Dsamacro.h226 #define DBG_DUMP_SSPSTART_CMDIU(agDevHandle,agRequestType,agRequestBody) siDumpSSPStartIu(agDevHandle,agRequestType,agRequestBody)
230 #define DBG_DUMP_SSPSTART_CMDIU(agDevHandle,agRequestType,agRequestBody)
/freebsd-11.0-release/sys/dev/pms/RefTisa/sat/src/
H A Dsmsat.c1209 bit32 agRequestType; local
1298 agRequestType = AGSA_SMP_INIT_REQ;
1386 agRequestType,
3314 bit32 agRequestType; local
3356 agRequestType = AGSA_SATA_PROTOCOL_PIO_READ;
3365 satIOContext->reqType = agRequestType; /* Save it */
4026 bit32 agRequestType = AGSA_SATA_PROTOCOL_D2H_PKT; local
4090 agRequestType = AGSA_SATA_PROTOCOL_D2H_PKT;
4094 agRequestType = AGSA_SATA_PROTOCOL_H2D_PKT;
4102 satIOContext->reqType = agRequestType; /* Sav
4142 bit32 agRequestType; local
4222 bit32 agRequestType = AGSA_SATA_PROTOCOL_D2H_PKT; local
4326 bit32 agRequestType; local
4403 bit32 agRequestType; local
4476 bit32 agRequestType = AGSA_SATA_PROTOCOL_DMA_READ; local
4798 bit32 agRequestType = AGSA_SATA_PROTOCOL_DMA_READ; local
5260 bit32 agRequestType = AGSA_SATA_PROTOCOL_DMA_READ; local
5699 bit32 agRequestType = AGSA_SATA_PROTOCOL_DMA_READ; local
6152 bit32 agRequestType = AGSA_SATA_PROTOCOL_DMA_WRITE; local
6471 bit32 agRequestType = AGSA_SATA_PROTOCOL_DMA_WRITE; local
6911 bit32 agRequestType = AGSA_SATA_PROTOCOL_DMA_WRITE; local
7333 bit32 agRequestType = AGSA_SATA_PROTOCOL_DMA_WRITE; local
7767 bit32 agRequestType = AGSA_SATA_PROTOCOL_NON_DATA; local
8050 bit32 agRequestType = AGSA_SATA_PROTOCOL_NON_DATA; local
8332 bit32 agRequestType = AGSA_SATA_PROTOCOL_NON_DATA; local
8586 bit32 agRequestType; local
8765 bit32 agRequestType; local
9010 bit32 agRequestType; local
9089 bit32 agRequestType; local
9330 bit32 agRequestType; local
11579 bit32 agRequestType; local
12175 bit32 agRequestType; local
12508 bit32 agRequestType = AGSA_SATA_PROTOCOL_DMA_WRITE; local
12991 bit32 agRequestType; local
13523 bit32 agRequestType; local
13580 bit32 agRequestType; local
13635 bit32 agRequestType; local
13685 bit32 agRequestType; local
14182 bit32 agRequestType; local
14715 bit32 agRequestType; local
14846 bit32 agRequestType; local
14982 bit32 agRequestType = AGSA_SATA_PROTOCOL_DMA_WRITE; local
15411 bit32 agRequestType = AGSA_SATA_PROTOCOL_DMA_WRITE; local
15836 bit32 agRequestType = AGSA_SATA_PROTOCOL_DMA_WRITE; local
16260 bit32 agRequestType = AGSA_SATA_PROTOCOL_PIO_READ; local
16460 bit32 agRequestType = AGSA_SATA_PROTOCOL_PIO_READ; local
16716 bit32 agRequestType = AGSA_SATA_PROTOCOL_PIO_READ; local
16920 bit32 agRequestType; local
17092 bit32 agRequestType = AGSA_SATA_PROTOCOL_DMA_READ; local
17368 bit32 agRequestType = AGSA_SATA_PROTOCOL_DMA_WRITE; local
17649 bit32 agRequestType; local
17839 bit32 agRequestType = AGSA_SATA_PROTOCOL_DMA_WRITE; local
17913 bit32 agRequestType = AGSA_SATA_PROTOCOL_NON_DATA; local
18082 bit32 agRequestType = AGSA_SATA_PROTOCOL_DMA_WRITE; local
18339 bit32 agRequestType = AGSA_SATA_PROTOCOL_NON_DATA; local
18478 bit32 agRequestType = AGSA_SATA_PROTOCOL_NON_DATA; local
18620 bit32 agRequestType; local
18684 bit32 agRequestType; local
18748 bit32 agRequestType; local
18817 bit32 agRequestType; local
18876 bit32 agRequestType; local
18967 bit32 agRequestType; local
19055 bit32 agRequestType; local
19171 bit32 agRequestType; local
19282 bit32 agRequestType; local
19497 bit32 agRequestType; local
19612 bit32 agRequestType; local
19671 bit32 agRequestType; local
19729 bit32 agRequestType; local
19800 bit32 agRequestType; local
19872 bit32 agRequestType; local
19937 bit32 agRequestType; local
20005 bit32 agRequestType; local
20071 bit32 agRequestType; local
[all...]
/freebsd-11.0-release/sys/dev/pms/RefTisa/tisa/sassata/sata/host/
H A Dsat.c746 bit32 agRequestType = AGSA_SATA_PROTOCOL_D2H_PKT; local
799 agRequestType = AGSA_SATA_PROTOCOL_D2H_PKT;
803 agRequestType = AGSA_SATA_PROTOCOL_H2D_PKT;
822 satIOContext->reqType = agRequestType; /* Save it */
862 bit32 agRequestType; local
888 agRequestType = AGSA_SATA_PROTOCOL_NON_DATA;
907 satIOContext->reqType = agRequestType; /* Save it */
945 bit32 agRequestType = AGSA_SATA_PROTOCOL_D2H_PKT; local
993 agRequestType = AGSA_SATA_PROTOCOL_D2H_PKT;
1012 satIOContext->reqType = agRequestType; /* Sav
1050 bit32 agRequestType; local
1127 bit32 agRequestType; local
1205 bit32 agRequestType = AGSA_SATA_PROTOCOL_DMA_READ; local
1670 bit32 agRequestType = AGSA_SATA_PROTOCOL_DMA_READ; local
1933 bit32 agRequestType = AGSA_SATA_PROTOCOL_DMA_READ; local
2364 bit32 agRequestType = AGSA_SATA_PROTOCOL_DMA_READ; local
2813 bit32 agRequestType = AGSA_SATA_PROTOCOL_DMA_READ; local
3142 bit32 agRequestType = AGSA_SATA_PROTOCOL_DMA_WRITE; local
3574 bit32 agRequestType = AGSA_SATA_PROTOCOL_DMA_WRITE; local
3997 bit32 agRequestType = AGSA_SATA_PROTOCOL_DMA_WRITE; local
4434 bit32 agRequestType = AGSA_SATA_PROTOCOL_DMA_WRITE; local
4705 bit32 agRequestType = AGSA_SATA_PROTOCOL_DMA_WRITE; local
5032 bit32 agRequestType; local
5222 bit32 agRequestType; local
5423 bit32 agRequestType; local
5674 bit32 agRequestType; local
7790 bit32 agRequestType = AGSA_SATA_PROTOCOL_NON_DATA; local
8051 bit32 agRequestType = AGSA_SATA_PROTOCOL_NON_DATA; local
8216 bit32 agRequestType = AGSA_SATA_PROTOCOL_NON_DATA; local
8498 bit32 agRequestType = AGSA_SATA_PROTOCOL_NON_DATA; local
9000 bit32 agRequestType; local
9603 bit32 agRequestType; local
9714 bit32 agRequestType; local
9818 bit32 agRequestType; local
10162 bit32 agRequestType; local
10243 bit32 agRequestType; local
10349 bit32 agRequestType = AGSA_SATA_PROTOCOL_DMA_WRITE; local
10799 bit32 agRequestType; local
10894 bit32 agRequestType; local
10989 bit32 agRequestType; local
11126 bit32 agRequestType; local
11249 bit32 agRequestType; local
11326 bit32 agRequestType; local
11398 bit32 agRequestType; local
11603 bit32 agRequestType; local
12029 bit32 agRequestType; local
12512 bit32 agRequestType; local
12645 bit32 agRequestType; local
13163 bit32 agRequestType; local
13308 bit32 agRequestType; local
13459 bit32 agRequestType = AGSA_SATA_PROTOCOL_DMA_WRITE; local
13875 bit32 agRequestType = AGSA_SATA_PROTOCOL_DMA_WRITE; local
14223 bit32 agRequestType = AGSA_SATA_PROTOCOL_DMA_WRITE; local
14321 bit32 agRequestType = AGSA_SATA_PROTOCOL_DMA_WRITE; local
14723 bit32 agRequestType = AGSA_SATA_PROTOCOL_DMA_WRITE; local
14801 bit32 agRequestType = AGSA_SATA_PROTOCOL_DMA_WRITE; local
15062 bit32 agRequestType = AGSA_SATA_PROTOCOL_NON_DATA; local
15227 bit32 agRequestType = AGSA_SATA_PROTOCOL_NON_DATA; local
15389 bit32 agRequestType = AGSA_SATA_PROTOCOL_DMA_WRITE; local
15819 bit32 agRequestType = AGSA_SATA_PROTOCOL_PIO_READ; local
16020 bit32 agRequestType = AGSA_SATA_PROTOCOL_PIO_READ; local
16256 bit32 agRequestType = AGSA_SATA_PROTOCOL_PIO_READ; local
16458 bit32 agRequestType; local
16644 bit32 agRequestType; local
16783 bit32 agRequestType; local
18713 bit32 agRequestType; local
19276 bit32 agRequestType; local
20314 bit32 agRequestType; local
20665 bit32 agRequestType; local
21098 bit32 agRequestType; local
21516 bit32 agRequestType; local
22591 bit32 agRequestType; local
[all...]
/freebsd-11.0-release/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdmisc.c711 bit32 agRequestType; local
931 agRequestType = AGSA_SSP_TASK_MGNT_REQ;
932 TMtdIORequestBody->agRequestType = AGSA_SSP_TASK_MGNT_REQ;
1032 agRequestType,
1331 bit32 agRequestType; local
1415 agRequestType = AGSA_SMP_INIT_REQ;
1419 agRequestType = AGSA_SMP_TGT_RESPONSE;
1448 agRequestType,
1476 agRequestType = AGSA_SMP_INIT_REQ;
1482 agRequestType
[all...]
H A Dossacmnapi.c4702 bit32 agRequestType; local
4746 agIORequestType = tdIORequestBody->agRequestType;
4803 agRequestType = AGSA_SSP_TASK_MGNT_REQ;
4804 TMtdIORequestBody->agRequestType = AGSA_SSP_TASK_MGNT_REQ;
4828 agRequestType,
8123 tdIORequestBody->agRequestType,
H A Dtdproto.h1846 bit32 agRequestType,
/freebsd-11.0-release/sys/dev/pms/RefTisa/sallsdk/api/
H A Dsaapi.h218 bit32 agRequestType,
255 bit32 agRequestType,
275 bit32 agRequestType,
H A Dsa.h3864 bit32 agRequestType; member in struct:agsaFastCommand_s
/freebsd-11.0-release/sys/dev/pms/RefTisa/tisa/sassata/sas/common/
H A Dtdtypes.h624 bit32 agRequestType; member in struct:tdIORequestBody_s
/freebsd-11.0-release/sys/dev/pms/RefTisa/discovery/dm/
H A Ddmproto.h563 bit32 agRequestType
H A Ddmsmp.c52 bit32 agRequestType
398 agRequestType,

Completed in 173 milliseconds