Searched refs:link_down_handler (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/sys/dev/isci/scil/
H A Dscic_sds_port_configuration_agent.h101 SCIC_SDS_PORT_CONFIGURATION_AGENT_PHY_HANDLER_T link_down_handler; member in struct:SCIC_SDS_PORT_CONFIGURATION_AGENT
H A Dscic_sds_port_configuration_agent.c996 port_agent->link_down_handler = NULL;
1043 port_agent->link_down_handler = scic_sds_mpc_agent_link_down;
1056 port_agent->link_down_handler = scic_sds_apc_agent_link_down;
H A Dscic_sds_port.h245 SCIC_SDS_PORT_LINK_HANDLER_T link_down_handler; member in struct:SCIC_SDS_PORT_STATE_HANDLER
H A Dscic_sds_controller.h449 SCIC_SDS_CONTROLLER_PHY_HANDLER_T link_down_handler; member in struct:SCIC_SDS_CONTROLLER_STATE_HANDLER
H A Dscic_sds_controller.c3263 if (this_controller->state_handlers->link_down_handler != NULL)
3265 this_controller->state_handlers->link_down_handler(
5739 this_controller->port_agent.link_down_handler(
6090 this_controller->port_agent.link_down_handler(
H A Dscic_sds_port.c1294 this_port->state_handlers->link_down_handler(this_port, the_phy);

Completed in 81 milliseconds