Home
last modified time | relevance | path

Searched refs:phy_table (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/sys/dev/isci/scil/
H A Dscic_sds_port_configuration_agent.c262 scic_sds_phy_get_sas_address(&controller->phy_table[0], &first_address); in scic_sds_port_configuration_agent_validate_ports()
263 scic_sds_phy_get_sas_address(&controller->phy_table[3], &second_address); in scic_sds_port_configuration_agent_validate_ports()
278 scic_sds_phy_get_sas_address(&controller->phy_table[0], &first_address); in scic_sds_port_configuration_agent_validate_ports()
362 &controller->phy_table[phy_index], &sas_address in scic_sds_mpc_agent_validate_phy_configuration()
389 &controller->phy_table[phy_index], &phy_assigned_address in scic_sds_mpc_agent_validate_phy_configuration()
404 &controller->phy_table[phy_index] in scic_sds_mpc_agent_validate_phy_configuration()
455 scic_sds_phy_get_port(&controller->phy_table[index]), in scic_sds_mpc_agent_timeout_handler()
456 &controller->phy_table[index] in scic_sds_mpc_agent_timeout_handler()
606 &controller->phy_table[phy_index], &sas_address in scic_sds_apc_agent_validate_phy_configuration()
612 &controller->phy_table[phy_index], &phy_assigned_address in scic_sds_apc_agent_validate_phy_configuration()
[all …]
H A Dscic_sds_port.c143 if ( (this_port->phy_table[index] != NULL) in scic_sds_port_is_valid_phy_assignment()
192 if (this_port->phy_table[index] != NULL) in scic_sds_port_get_phys()
282 phy = this_port->phy_table[index]; in scic_sds_port_get_a_connected_phy()
327 port->phy_table[phy->phy_index] = phy; in scic_sds_port_set_phy()
448 if (this_port->phy_table[index] != NULL) in scic_sds_port_get_sas_address()
488 if (this_port->phy_table[index] != NULL) in scic_sds_port_get_protocols()
809 this_port->phy_table[index] = NULL; in scic_sds_port_construct()
1206 if (this_port->phy_table[index] != NULL) in scic_sds_port_is_wide()
1475 phy = this_port->phy_table[index]; in scic_sds_port_get_max_allowed_speed()
1526 phy = this_port->phy_table[index]; in scic_port_enable_broadcast_change_notification()
[all …]
H A Dscic_sds_controller.c1593 SCIC_SDS_PHY_T *the_phy = & this_controller->phy_table[index]; in scic_sds_controller_is_start_complete()
1760 this_controller->phy_table[index].phy_index, phy_status in scic_sds_controller_stop_phys()
1977 current_phy = &this_controller->phy_table[i]; in scic_sds_controller_power_control_queue_insert()
2209 phy = &this_controller->phy_table[index]; in scic_sds_controller_unsolicited_frame()
2226 phy = &this_controller->phy_table[index]; in scic_sds_controller_unsolicited_frame()
2363 phy = &this_controller->phy_table[index]; in scic_sds_controller_event_completion()
3829 phy = &this_controller->phy_table[index]; in scic_sds_controller_release_resource()
4377 if (phy_index < ARRAY_SIZE(this_controller->phy_table)) in scic_controller_get_phy_handle()
4379 *phy_handle = &this_controller->phy_table[phy_index]; in scic_controller_get_phy_handle()
5506 &this_controller->phy_table[index], in scic_sds_controller_reset_state_initialize_handler()
[all …]
H A Dscic_sds_port.h171 struct SCIC_SDS_PHY *phy_table[SCI_MAX_PHYS]; member
H A Dscic_sds_controller.h223 struct SCIC_SDS_PHY phy_table[SCI_MAX_PHYS]; member