Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/isci/scil/
H A Dscic_sds_port_configuration_agent.c452 port_agent->link_up_handler( in scic_sds_mpc_agent_timeout_handler()
995 port_agent->link_up_handler = NULL; in scic_sds_port_configuration_agent_construct()
1042 port_agent->link_up_handler = scic_sds_mpc_agent_link_up; in scic_sds_port_configuration_agent_initialize()
1055 port_agent->link_up_handler = scic_sds_apc_agent_link_up; in scic_sds_port_configuration_agent_initialize()
H A Dscic_sds_port_configuration_agent.h100 SCIC_SDS_PORT_CONFIGURATION_AGENT_PHY_HANDLER_T link_up_handler; member
H A Dscic_sds_port.h244 SCIC_SDS_PORT_LINK_HANDLER_T link_up_handler; member
H A Dscic_sds_controller.h448 SCIC_SDS_CONTROLLER_PHY_HANDLER_T link_up_handler; member
H A Dscic_sds_controller.c3232 if (this_controller->state_handlers->link_up_handler != NULL) in scic_sds_controller_link_up()
3234 this_controller->state_handlers->link_up_handler( in scic_sds_controller_link_up()
5712 this_controller->port_agent.link_up_handler( in scic_sds_controller_starting_state_link_up_handler()
6066 this_controller->port_agent.link_up_handler( in scic_sds_controller_ready_state_link_up_handler()
H A Dscic_sds_port.c1279 this_port->state_handlers->link_up_handler(this_port, the_phy); in scic_sds_port_link_up()