Home
last modified time | relevance | path

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

/src/sys/dev/isci/scil/
H A Dscic_sds_port_configuration_agent.c155 SCIC_LOG_OBJECT_CONTROLLER | SCIC_LOG_OBJECT_PORT | SCIC_LOG_OBJECT_PHY, in scic_sds_port_configuration_agent_find_port()
219 SCIC_LOG_OBJECT_CONTROLLER | SCIC_LOG_OBJECT_PORT, in scic_sds_port_configuration_agent_validate_ports()
336 SCIC_LOG_OBJECT_CONTROLLER | SCIC_LOG_OBJECT_PORT, in scic_sds_mpc_agent_validate_phy_configuration()
436 SCIC_LOG_OBJECT_CONTROLLER | SCIC_LOG_OBJECT_PORT, in scic_sds_mpc_agent_timeout_handler()
485 SCIC_LOG_OBJECT_CONTROLLER | SCIC_LOG_OBJECT_PORT | SCIC_LOG_OBJECT_PHY, in scic_sds_mpc_agent_link_up()
534 SCIC_LOG_OBJECT_CONTROLLER | SCIC_LOG_OBJECT_PORT | SCIC_LOG_OBJECT_PHY, in scic_sds_mpc_agent_link_down()
591 SCIC_LOG_OBJECT_CONTROLLER | SCIC_LOG_OBJECT_PORT, in scic_sds_apc_agent_validate_phy_configuration()
655 SCIC_LOG_OBJECT_CONTROLLER | SCIC_LOG_OBJECT_PORT | SCIC_LOG_OBJECT_PHY, in scic_sds_apc_agent_start_timer()
695 SCIC_LOG_OBJECT_CONTROLLER | SCIC_LOG_OBJECT_PORT | SCIC_LOG_OBJECT_PHY, in scic_sds_apc_agent_configure_ports()
833 SCIC_LOG_OBJECT_CONTROLLER | SCIC_LOG_OBJECT_PORT | SCIC_LOG_OBJECT_PHY, in scic_sds_apc_agent_link_up()
[all …]
H A Dscic_sds_controller.c585 SCIC_LOG_OBJECT_CONTROLLER, in scic_sds_controller_lex_status_read_fence()
1427 SCIC_LOG_OBJECT_CONTROLLER, in scic_sds_controller_transition_to_ready()
1488 SCIC_LOG_OBJECT_CONTROLLER, in scic_sds_controller_timeout_handler()
1524 SCIC_LOG_OBJECT_CONTROLLER | SCIC_LOG_OBJECT_PORT, in scic_sds_controller_stop_ports()
1712 SCIC_LOG_OBJECT_CONTROLLER | SCIC_LOG_OBJECT_PHY, in scic_sds_controller_start_next_phy()
1756 SCIC_LOG_OBJECT_CONTROLLER | SCIC_LOG_OBJECT_PHY, in scic_sds_controller_stop_phys()
1797 SCIC_LOG_OBJECT_CONTROLLER | SCIC_LOG_OBJECT_SSP_REMOTE_TARGET, in scic_sds_controller_stop_devices()
2118 SCIC_LOG_OBJECT_CONTROLLER in scic_sds_controller_sdma_completion()
2135 SCIC_LOG_OBJECT_CONTROLLER in scic_sds_controller_sdma_completion()
2149 SCIC_LOG_OBJECT_CONTROLLER, in scic_sds_controller_sdma_completion()
[all …]
H A Dscic_logger.h78 #define SCIC_LOG_OBJECT_CONTROLLER 0x00000002 macro
/src/sys/dev/isci/
H A Disci.c309 scic_log_object_mask &= ~SCIC_LOG_OBJECT_CONTROLLER; in isci_initialize()