Searched refs:port_agent (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/isci/scil/ |
H A D | scic_sds_port_configuration_agent.c | 210 SCIC_SDS_PORT_CONFIGURATION_AGENT_T * port_agent in scic_sds_port_configuration_agent_validate_ports() argument 221 controller, port_agent in scic_sds_port_configuration_agent_validate_ports() 227 (port_agent->phy_valid_port_range[0].max_index != 0) in scic_sds_port_configuration_agent_validate_ports() 228 || (port_agent->phy_valid_port_range[1].max_index != 1) in scic_sds_port_configuration_agent_validate_ports() 229 || (port_agent->phy_valid_port_range[2].max_index != 2) in scic_sds_port_configuration_agent_validate_ports() 230 || (port_agent->phy_valid_port_range[3].max_index != 3) in scic_sds_port_configuration_agent_validate_ports() 239 (port_agent->phy_valid_port_range[0].min_index == 0) in scic_sds_port_configuration_agent_validate_ports() 240 && (port_agent->phy_valid_port_range[1].min_index == 0) in scic_sds_port_configuration_agent_validate_ports() 241 && (port_agent->phy_valid_port_range[2].min_index == 0) in scic_sds_port_configuration_agent_validate_ports() 242 && (port_agent->phy_valid_port_range[3].min_index == 0) in scic_sds_port_configuration_agent_validate_ports() [all …]
|
H A D | scic_sds_port_configuration_agent.h | 106 SCIC_SDS_PORT_CONFIGURATION_AGENT_T * port_agent 111 SCIC_SDS_PORT_CONFIGURATION_AGENT_T * port_agent 116 SCIC_SDS_PORT_CONFIGURATION_AGENT_T * port_agent 121 SCIC_SDS_PORT_CONFIGURATION_AGENT_T * port_agent
|
H A D | scic_sds_controller.h | 208 SCIC_SDS_PORT_CONFIGURATION_AGENT_T port_agent; member 493 (&(controller)->port_agent)
|
H A D | scic_sds_controller.c | 1632 this_controller->port_agent.phy_ready_mask in scic_sds_controller_is_start_complete() 1633 != this_controller->port_agent.phy_configured_mask in scic_sds_controller_is_start_complete() 3817 &this_controller->port_agent); in scic_sds_controller_release_resource() 5538 &this_controller->port_agent in scic_sds_controller_reset_state_initialize_handler() 5710 this_controller->port_agent.link_up_handler( in scic_sds_controller_starting_state_link_up_handler() 5711 this_controller, &this_controller->port_agent, port, phy in scic_sds_controller_starting_state_link_up_handler() 5737 this_controller->port_agent.link_down_handler( in scic_sds_controller_starting_state_link_down_handler() 5738 this_controller, &this_controller->port_agent, port, phy in scic_sds_controller_starting_state_link_down_handler() 6064 this_controller->port_agent.link_up_handler( in scic_sds_controller_ready_state_link_up_handler() 6065 this_controller, &this_controller->port_agent, port, phy in scic_sds_controller_ready_state_link_up_handler() [all …]
|