Home
last modified time | relevance | path

Searched refs:task_function (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/sys/dev/isci/scil/
H A Dscif_sas_remote_device_ready_substate_handlers.c404 U8 task_function = in scif_sas_remote_device_ready_operational_start_task_handler() local
415 if ( (task_function == SCI_SAS_ABORT_TASK_SET) in scif_sas_remote_device_ready_operational_start_task_handler()
416 || (task_function == SCI_SAS_CLEAR_TASK_SET) in scif_sas_remote_device_ready_operational_start_task_handler()
417 || (task_function == SCI_SAS_LOGICAL_UNIT_RESET) in scif_sas_remote_device_ready_operational_start_task_handler()
418 || (task_function == SCI_SAS_I_T_NEXUS_RESET) in scif_sas_remote_device_ready_operational_start_task_handler()
419 || (task_function == SCI_SAS_HARD_RESET) ) in scif_sas_remote_device_ready_operational_start_task_handler()
428 else if ( (task_function == SCI_SAS_CLEAR_ACA) in scif_sas_remote_device_ready_operational_start_task_handler()
429 || (task_function == SCI_SAS_QUERY_TASK) in scif_sas_remote_device_ready_operational_start_task_handler()
430 || (task_function == SCI_SAS_QUERY_TASK_SET) in scif_sas_remote_device_ready_operational_start_task_handler()
431 || (task_function == SCI_SAS_QUERY_ASYNCHRONOUS_EVENT) ) in scif_sas_remote_device_ready_operational_start_task_handler()
[all …]
H A Dscif_sas_task_request.c113 U8 task_function in scif_sas_task_request_generic_construct() argument
139 fw_task->function = task_function; in scif_sas_task_request_generic_construct()
141 if (task_function == SCI_SAS_HARD_RESET ) in scif_sas_task_request_generic_construct()
244 U8 task_function in scif_sas_internal_task_request_construct() argument
257 task_function in scif_sas_internal_task_request_construct()
279 U8 task_function = in scif_task_request_construct() local
289 task_function in scif_task_request_construct()
H A Dscif_sas_task_request.h133 U8 task_function
H A Dsati.c721 U8 task_function = sati_cb_get_task_function(scsi_task); in sati_translate_task_management() local
725 switch (task_function) in sati_translate_task_management()
H A Dintel_sas.h290 U32 task_function : 8; member
H A Dscic_sds_request.c643 command_frame->task_function = in scic_sds_task_request_build_ssp_task_iu()