Home
last modified time | relevance | path

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

/freebsd/sys/dev/isci/scil/
H A Dscif_sas_remote_device_ready_substate_handlers.c402 U8 task_function = in scif_sas_remote_device_ready_operational_start_task_handler() local
413 if ( (task_function == SCI_SAS_ABORT_TASK_SET) in scif_sas_remote_device_ready_operational_start_task_handler()
414 || (task_function == SCI_SAS_CLEAR_TASK_SET) in scif_sas_remote_device_ready_operational_start_task_handler()
415 || (task_function == SCI_SAS_LOGICAL_UNIT_RESET) in scif_sas_remote_device_ready_operational_start_task_handler()
416 || (task_function == SCI_SAS_I_T_NEXUS_RESET) in scif_sas_remote_device_ready_operational_start_task_handler()
417 || (task_function == SCI_SAS_HARD_RESET) ) in scif_sas_remote_device_ready_operational_start_task_handler()
426 else if ( (task_function == SCI_SAS_CLEAR_ACA) in scif_sas_remote_device_ready_operational_start_task_handler()
427 || (task_function == SCI_SAS_QUERY_TASK) in scif_sas_remote_device_ready_operational_start_task_handler()
428 || (task_function == SCI_SAS_QUERY_TASK_SET) in scif_sas_remote_device_ready_operational_start_task_handler()
429 || (task_function == SCI_SAS_QUERY_ASYNCHRONOUS_EVENT) ) in scif_sas_remote_device_ready_operational_start_task_handler()
[all …]
H A Dscif_sas_task_request.c111 U8 task_function in scif_sas_task_request_generic_construct() argument
137 fw_task->function = task_function; in scif_sas_task_request_generic_construct()
139 if (task_function == SCI_SAS_HARD_RESET ) in scif_sas_task_request_generic_construct()
242 U8 task_function in scif_sas_internal_task_request_construct() argument
255 task_function in scif_sas_internal_task_request_construct()
277 U8 task_function = in scif_task_request_construct() local
287 task_function in scif_task_request_construct()
H A Dscif_sas_task_request.h131 U8 task_function
H A Dsati.c719 U8 task_function = sati_cb_get_task_function(scsi_task); in sati_translate_task_management() local
723 switch (task_function) in sati_translate_task_management()
H A Dintel_sas.h288 U32 task_function : 8; member
H A Dscic_sds_request.c641 command_frame->task_function = in scic_sds_task_request_build_ssp_task_iu()