Searched refs:port_agent (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12-stable/sys/dev/isci/scil/ |
| D | scic_sds_port_configuration_agent.c | 212 SCIC_SDS_PORT_CONFIGURATION_AGENT_T * port_agent in scic_sds_port_configuration_agent_validate_ports() argument 223 controller, port_agent in scic_sds_port_configuration_agent_validate_ports() 229 (port_agent->phy_valid_port_range[0].max_index != 0) in scic_sds_port_configuration_agent_validate_ports() 230 || (port_agent->phy_valid_port_range[1].max_index != 1) in scic_sds_port_configuration_agent_validate_ports() 231 || (port_agent->phy_valid_port_range[2].max_index != 2) in scic_sds_port_configuration_agent_validate_ports() 232 || (port_agent->phy_valid_port_range[3].max_index != 3) in scic_sds_port_configuration_agent_validate_ports() 241 (port_agent->phy_valid_port_range[0].min_index == 0) in scic_sds_port_configuration_agent_validate_ports() 242 && (port_agent->phy_valid_port_range[1].min_index == 0) in scic_sds_port_configuration_agent_validate_ports() 243 && (port_agent->phy_valid_port_range[2].min_index == 0) in scic_sds_port_configuration_agent_validate_ports() 244 && (port_agent->phy_valid_port_range[3].min_index == 0) in scic_sds_port_configuration_agent_validate_ports() [all …]
|
| D | scic_sds_port_configuration_agent.h | 108 SCIC_SDS_PORT_CONFIGURATION_AGENT_T * port_agent 113 SCIC_SDS_PORT_CONFIGURATION_AGENT_T * port_agent 118 SCIC_SDS_PORT_CONFIGURATION_AGENT_T * port_agent 123 SCIC_SDS_PORT_CONFIGURATION_AGENT_T * port_agent
|
| D | scic_sds_controller.h | 210 SCIC_SDS_PORT_CONFIGURATION_AGENT_T port_agent; member 495 (&(controller)->port_agent)
|
| D | scic_sds_controller.c | 1634 this_controller->port_agent.phy_ready_mask in scic_sds_controller_is_start_complete() 1635 != this_controller->port_agent.phy_configured_mask in scic_sds_controller_is_start_complete() 3819 &this_controller->port_agent); in scic_sds_controller_release_resource() 5540 &this_controller->port_agent in scic_sds_controller_reset_state_initialize_handler() 5712 this_controller->port_agent.link_up_handler( in scic_sds_controller_starting_state_link_up_handler() 5713 this_controller, &this_controller->port_agent, port, phy in scic_sds_controller_starting_state_link_up_handler() 5739 this_controller->port_agent.link_down_handler( in scic_sds_controller_starting_state_link_down_handler() 5740 this_controller, &this_controller->port_agent, port, phy in scic_sds_controller_starting_state_link_down_handler() 6066 this_controller->port_agent.link_up_handler( in scic_sds_controller_ready_state_link_up_handler() 6067 this_controller, &this_controller->port_agent, port, phy in scic_sds_controller_ready_state_link_up_handler() [all …]
|