Home
last modified time | relevance | path

Searched refs:AGSA_ABORT_TASK (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/pms/RefTisa/tisa/sassata/sas/tgt/
H A Dttdio.c1490 case AGSA_ABORT_TASK: in ttdsaTMProcess()
1534 if (TMFun == AGSA_ABORT_TASK) in ttdsaTMProcess()
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdmisc.c960 agSSPTaskMgntRequest->taskMgntFunction = AGSA_ABORT_TASK; in tiINITaskManagement()
988 if (task == AGSA_ABORT_TASK || task == AGSA_QUERY_TASK) in tiINITaskManagement()
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/
H A Ditdcb.c266 if ( (agSSPTaskMgntRequest->taskMgntFunction == AGSA_ABORT_TASK || in itdssTaskCompleted()
311 if (agSSPTaskMgntRequest->taskMgntFunction == AGSA_ABORT_TASK) in itdssTaskCompleted()
/freebsd/sys/dev/pms/RefTisa/sallsdk/api/
H A Dsa.h1103 #define AGSA_ABORT_TASK 0x01 macro