Searched refs:phy_table (Results 1 – 5 of 5) sorted by relevance
/freebsd/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() 277 scic_sds_phy_get_sas_address(&controller->phy_table[2], &second_address); in scic_sds_port_configuration_agent_validate_ports() 293 scic_sds_phy_get_sas_address(&controller->phy_table[1], &first_address); in scic_sds_port_configuration_agent_validate_ports() 294 scic_sds_phy_get_sas_address(&controller->phy_table[3], &second_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() [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() 317 (port->phy_table[phy->phy_index] == SCI_INVALID_HANDLE) in scic_sds_port_set_phy() 325 port->phy_table[phy->phy_index] = phy; in scic_sds_port_set_phy() 352 (port->phy_table[phy->phy_index] == phy) in scic_sds_port_clear_phy() 362 port->phy_table[phy->phy_index] = SCI_INVALID_HANDLE; in scic_sds_port_clear_phy() 446 if (this_port->phy_table[index] != NULL) in scic_sds_port_get_sas_address() 448 scic_sds_phy_get_sas_address(this_port->phy_table[index], sas_address); in scic_sds_port_get_sas_address() 486 if (this_port->phy_table[index] != NULL) in scic_sds_port_get_protocols() [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() 1682 the_phy = &this_controller->phy_table[this_controller->next_phy_to_start]; in scic_sds_controller_start_next_phy() 1714 this_controller->phy_table[this_controller->next_phy_to_start].phy_index, in scic_sds_controller_start_next_phy() 1745 phy_status = scic_phy_stop(&this_controller->phy_table[index]); in scic_sds_controller_stop_phys() 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() [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
|