Home
last modified time | relevance | path

Searched refs:SCI_INVALID_HANDLE (Results 1 – 14 of 14) sorted by relevance

/freebsd/sys/dev/isci/scil/
H A Dscif_sas_library.c129 if (fw_library->core_object != SCI_INVALID_HANDLE) in scif_library_construct()
140 return SCI_INVALID_HANDLE; in scif_library_construct()
153 if (library != SCI_INVALID_HANDLE) in scif_library_allocate_controller()
205 if ( (library != SCI_INVALID_HANDLE) && (controller != SCI_INVALID_HANDLE) ) in scif_library_free_controller()
H A Dscif_sas_controller.c91 if ((library == SCI_INVALID_HANDLE) || (controller == SCI_INVALID_HANDLE)) in scif_controller_construct()
148 if (controller == SCI_INVALID_HANDLE) in scif_controller_initialize()
172 if (controller == SCI_INVALID_HANDLE) in scif_controller_get_suggested_start_timeout()
191 if (controller == SCI_INVALID_HANDLE) in scif_controller_start()
215 if (controller == SCI_INVALID_HANDLE) in scif_controller_stop()
239 if (controller == SCI_INVALID_HANDLE) in scif_controller_reset()
314 if ( (controller == SCI_INVALID_HANDLE) in scif_controller_start_task()
315 || (remote_device == SCI_INVALID_HANDLE) in scif_controller_start_task()
316 || (task_request == SCI_INVALID_HANDLE) ) in scif_controller_start_task()
378 if ( (controller == SCI_INVALID_HANDLE) in scif_controller_complete_task()
[all …]
H A Dsci_base_memory_descriptor_list.c80 if (base_mdl->next_mdl != SCI_INVALID_HANDLE) in sci_mdl_first_entry()
100 if (base_mdl->next_mdl != SCI_INVALID_HANDLE) in sci_mdl_next_entry()
119 if (base_mdl->next_mdl != SCI_INVALID_HANDLE) in sci_mdl_get_current_entry()
H A Dscic_sds_port_configuration_agent.c185 return SCI_INVALID_HANDLE; in scic_sds_port_configuration_agent_find_port()
493 if (port != SCI_INVALID_HANDLE) in scic_sds_mpc_agent_link_up()
539 if (port != SCI_INVALID_HANDLE) in scic_sds_mpc_agent_link_down()
702 if (port != SCI_INVALID_HANDLE) in scic_sds_apc_agent_configure_ports()
839 if (port == SCI_INVALID_HANDLE) in scic_sds_apc_agent_link_up()
898 if (port != SCI_INVALID_HANDLE) in scic_sds_apc_agent_link_down()
H A Dscic_sds_port.c317 (port->phy_table[phy->phy_index] == SCI_INVALID_HANDLE) in scic_sds_port_set_phy()
318 && (scic_sds_phy_get_port(phy) == SCI_INVALID_HANDLE) in scic_sds_port_set_phy()
362 port->phy_table[phy->phy_index] = SCI_INVALID_HANDLE; in scic_sds_port_clear_phy()
801 this_port->timer_handle = SCI_INVALID_HANDLE; in scic_sds_port_construct()
976 (port == SCI_INVALID_HANDLE) in scic_port_get_properties()
2000 if (this_port->timer_handle == SCI_INVALID_HANDLE) in scic_sds_port_stopped_state_start_handler()
3034 SCIC_SDS_PHY_T * selected_phy = SCI_INVALID_HANDLE; in scic_sds_port_ready_operational_substate_reset_handler()
3041 && (selected_phy == SCI_INVALID_HANDLE); in scic_sds_port_ready_operational_substate_reset_handler()
3048 (selected_phy != SCI_INVALID_HANDLE) in scic_sds_port_ready_operational_substate_reset_handler()
3053 selected_phy = SCI_INVALID_HANDLE; in scic_sds_port_ready_operational_substate_reset_handler()
[all …]
H A Dscif_sas_remote_device.c186 == SCI_INVALID_HANDLE) in scif_remote_device_da_construct()
277 == SCI_INVALID_HANDLE) in scif_remote_device_ea_construct()
365 if ( (fw_device == NULL) || (fw_device->core_object == SCI_INVALID_HANDLE) ) in scif_remote_device_get_scic_handle()
366 return SCI_INVALID_HANDLE; in scif_remote_device_get_scic_handle()
H A Dscif_sas_domain.c145 if ( (fw_domain == NULL) || (fw_domain->core_object == SCI_INVALID_HANDLE) ) in scif_domain_get_scic_port_handle()
146 return SCI_INVALID_HANDLE; in scif_domain_get_scic_port_handle()
200 return SCI_INVALID_HANDLE; in scif_domain_get_device_by_sas_address()
893 return SCI_INVALID_HANDLE; in scif_sas_domain_get_device_by_containing_device()
1483 if (fw_device != SCI_INVALID_HANDLE) in scif_sas_domain_update_device_port_width()
H A Dscif_domain.h165 SCI_INVALID_HANDLE
H A Dsci_types.h91 #define SCI_INVALID_HANDLE 0x0 macro
H A Dscic_sds_controller.c1603 && (scic_sds_phy_get_port(the_phy) != SCI_INVALID_HANDLE) in scic_sds_controller_is_start_complete()
1689 if (scic_sds_phy_get_port(the_phy) == SCI_INVALID_HANDLE) in scic_sds_controller_start_next_phy()
1785 if (this_controller->device_table[index] != SCI_INVALID_HANDLE) in scic_sds_controller_stop_devices()
2077 (io_request != SCI_INVALID_HANDLE) in scic_sds_controller_task_completion()
2313 if (io_request != SCI_INVALID_HANDLE) in scic_sds_controller_event_completion()
2333 if (device != SCI_INVALID_HANDLE) in scic_sds_controller_event_completion()
3493 if (this_controller->io_request_table[task_index] != SCI_INVALID_HANDLE) in scic_sds_controller_get_io_request_from_tag()
3504 return SCI_INVALID_HANDLE; in scic_sds_controller_get_io_request_from_tag()
3569 this_controller->device_table[node_id] = SCI_INVALID_HANDLE; in scic_sds_controller_free_remote_node_context()
3593 && (this_controller->device_table[node_id] != SCI_INVALID_HANDLE) in scic_sds_controller_get_remote_node_context_buffer()
[all …]
H A Dscif_sas_domain_states.c521 if (remote_device == SCI_INVALID_HANDLE) in scif_sas_domain_discovering_state_enter()
H A Dscif_sas_smp_remote_device.c474 if (attached_remote_device != SCI_INVALID_HANDLE) in scif_sas_smp_remote_device_decode_initial_discover_response()
550 if (attached_remote_device != SCI_INVALID_HANDLE) in scif_sas_smp_remote_device_decode_initial_discover_response()
788 ) != SCI_INVALID_HANDLE); in scif_sas_smp_remote_device_decode_target_reset_discover_response()
H A Dscic_sds_phy.c705 return SCI_INVALID_HANDLE; in scic_sds_phy_get_port()
1119 if (phy == SCI_INVALID_HANDLE) in scic_phy_get_properties()
1998 if (scic_sds_phy_get_port(this_phy) != SCI_INVALID_HANDLE) in scic_sds_phy_ready_state_event_handler()
H A Dscic_sds_remote_device.c1626 if ( (io_request == SCI_INVALID_HANDLE) in scic_sds_remote_device_general_frame_handler()