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

/freebsd-9.3-release/sys/dev/isci/scil/
H A Dscic_sds_port_configuration_agent.h98 SCIC_SDS_PORT_CONFIGURATION_AGENT_PHY_HANDLER_T link_up_handler; member in struct:SCIC_SDS_PORT_CONFIGURATION_AGENT
H A Dscic_sds_port_configuration_agent.c450 port_agent->link_up_handler(
993 port_agent->link_up_handler = NULL;
1040 port_agent->link_up_handler = scic_sds_mpc_agent_link_up;
1053 port_agent->link_up_handler = scic_sds_apc_agent_link_up;
H A Dscic_sds_port.h242 SCIC_SDS_PORT_LINK_HANDLER_T link_up_handler; member in struct:SCIC_SDS_PORT_STATE_HANDLER
H A Dscic_sds_controller.h446 SCIC_SDS_CONTROLLER_PHY_HANDLER_T link_up_handler; member in struct:SCIC_SDS_CONTROLLER_STATE_HANDLER
H A Dscic_sds_controller.c3230 if (this_controller->state_handlers->link_up_handler != NULL)
3232 this_controller->state_handlers->link_up_handler(
5710 this_controller->port_agent.link_up_handler(
6064 this_controller->port_agent.link_up_handler(
H A Dscic_sds_port.c1277 this_port->state_handlers->link_up_handler(this_port, the_phy);

Completed in 91 milliseconds