Searched refs:phy_table (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/sys/dev/isci/scil/ |
| H A D | scic_sds_port_configuration_agent.c | 260 scic_sds_phy_get_sas_address(&controller->phy_table[0], &first_address); in scic_sds_port_configuration_agent_validate_ports() 261 scic_sds_phy_get_sas_address(&controller->phy_table[3], &second_address); in scic_sds_port_configuration_agent_validate_ports() 276 scic_sds_phy_get_sas_address(&controller->phy_table[0], &first_address); in scic_sds_port_configuration_agent_validate_ports() 360 &controller->phy_table[phy_index], &sas_address in scic_sds_mpc_agent_validate_phy_configuration() 387 &controller->phy_table[phy_index], &phy_assigned_address in scic_sds_mpc_agent_validate_phy_configuration() 402 &controller->phy_table[phy_index] in scic_sds_mpc_agent_validate_phy_configuration() 453 scic_sds_phy_get_port(&controller->phy_table[index]), in scic_sds_mpc_agent_timeout_handler() 454 &controller->phy_table[index] in scic_sds_mpc_agent_timeout_handler() 604 &controller->phy_table[phy_index], &sas_address in scic_sds_apc_agent_validate_phy_configuration() 610 &controller->phy_table[phy_index], &phy_assigned_address in scic_sds_apc_agent_validate_phy_configuration() [all …]
|
| H A D | scic_sds_port.c | 141 if ( (this_port->phy_table[index] != NULL) in scic_sds_port_is_valid_phy_assignment() 190 if (this_port->phy_table[index] != NULL) in scic_sds_port_get_phys() 280 phy = this_port->phy_table[index]; in scic_sds_port_get_a_connected_phy() 325 port->phy_table[phy->phy_index] = phy; in scic_sds_port_set_phy() 446 if (this_port->phy_table[index] != NULL) in scic_sds_port_get_sas_address() 486 if (this_port->phy_table[index] != NULL) in scic_sds_port_get_protocols() 807 this_port->phy_table[index] = NULL; in scic_sds_port_construct() 1204 if (this_port->phy_table[index] != NULL) in scic_sds_port_is_wide() 1473 phy = this_port->phy_table[index]; in scic_sds_port_get_max_allowed_speed() 1524 phy = this_port->phy_table[index]; in scic_port_enable_broadcast_change_notification() [all …]
|
| H A D | scic_sds_controller.c | 1591 SCIC_SDS_PHY_T *the_phy = & this_controller->phy_table[index]; in scic_sds_controller_is_start_complete() 1758 this_controller->phy_table[index].phy_index, phy_status in scic_sds_controller_stop_phys() 1975 current_phy = &this_controller->phy_table[i]; in scic_sds_controller_power_control_queue_insert() 2207 phy = &this_controller->phy_table[index]; in scic_sds_controller_unsolicited_frame() 2224 phy = &this_controller->phy_table[index]; in scic_sds_controller_unsolicited_frame() 2361 phy = &this_controller->phy_table[index]; in scic_sds_controller_event_completion() 3827 phy = &this_controller->phy_table[index]; in scic_sds_controller_release_resource() 4375 if (phy_index < ARRAY_SIZE(this_controller->phy_table)) in scic_controller_get_phy_handle() 4377 *phy_handle = &this_controller->phy_table[phy_index]; in scic_controller_get_phy_handle() 5504 &this_controller->phy_table[index], in scic_sds_controller_reset_state_initialize_handler() [all …]
|
| H A D | scic_sds_port.h | 169 struct SCIC_SDS_PHY *phy_table[SCI_MAX_PHYS]; member
|
| H A D | scic_sds_controller.h | 221 struct SCIC_SDS_PHY phy_table[SCI_MAX_PHYS]; member
|