Home
last modified time | relevance | path

Searched refs:core_status (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/isci/scil/
H A Dscif_sas_library.c207 SCI_STATUS core_status; in scif_library_free_controller() local
211 core_status = scic_library_free_controller( in scif_library_free_controller()
224 if ( (status == SCI_SUCCESS) && (core_status != SCI_SUCCESS) ) in scif_library_free_controller()
225 status = core_status; in scif_library_free_controller()
H A Dscif_sas_controller_state_handlers.c673 SCI_STATUS core_status; in scif_sas_controller_ready_complete_io_handler() local
688 core_status = scic_controller_complete_io( in scif_sas_controller_ready_complete_io_handler()
695 status = core_status; in scif_sas_controller_ready_complete_io_handler()
704 fw_controller, fw_io, status, core_status in scif_sas_controller_ready_complete_io_handler()
749 SCI_STATUS core_status; in scif_sas_controller_ready_complete_high_priority_io_handler() local
766 core_status = scic_controller_complete_io( in scif_sas_controller_ready_complete_high_priority_io_handler()
782 status = core_status; in scif_sas_controller_ready_complete_high_priority_io_handler()
801 fw_controller, fw_io, status, core_status in scif_sas_controller_ready_complete_high_priority_io_handler()
983 SCI_STATUS core_status; in scif_sas_controller_ready_complete_task_handler() local
1006 core_status = scic_controller_complete_task( in scif_sas_controller_ready_complete_task_handler()
[all …]
H A Dscif_sas_controller.c612 SCI_STATUS core_status; in scif_controller_set_interrupt_coalescence() local
620 core_status = scic_controller_set_interrupt_coalescence( in scif_controller_set_interrupt_coalescence()
623 if ( core_status == SCI_SUCCESS ) in scif_controller_set_interrupt_coalescence()
633 return core_status; in scif_controller_set_interrupt_coalescence()