Home
last modified time | relevance | path

Searched refs:phy_index (Results 1 – 14 of 14) sorted by relevance

/freebsd/sys/dev/isci/scil/
H A Dscic_sds_port_configuration_agent.c328 U8 phy_index; in scic_sds_mpc_agent_validate_phy_configuration() local
355 for (phy_index = 0; phy_index < SCI_MAX_PHYS; phy_index++) in scic_sds_mpc_agent_validate_phy_configuration()
367 port_agent->phy_valid_port_range[phy_index].max_index = phy_index; in scic_sds_mpc_agent_validate_phy_configuration()
398 port_agent->phy_valid_port_range[phy_index].max_index = phy_index; in scic_sds_mpc_agent_validate_phy_configuration()
408 phy_index++; in scic_sds_mpc_agent_validate_phy_configuration()
584 U8 phy_index; in scic_sds_apc_agent_validate_phy_configuration() local
596 phy_index = 0; in scic_sds_apc_agent_validate_phy_configuration()
600 port_index = phy_index; in scic_sds_apc_agent_validate_phy_configuration()
617 port_agent->phy_valid_port_range[phy_index].max_index = phy_index; in scic_sds_apc_agent_validate_phy_configuration()
621 port_agent->phy_valid_port_range[phy_index].min_index = phy_index; in scic_sds_apc_agent_validate_phy_configuration()
[all …]
H A Dscic_sds_sgpio.c86 U8 phy_index; in scic_sgpio_write_SGODSR_register() local
88 for (phy_index = 0; phy_index < SCI_MAX_PHYS; phy_index++) in scic_sgpio_write_SGODSR_register()
90 if (phy_mask >> phy_index & 1) in scic_sgpio_write_SGODSR_register()
93 controller, output_data_select[phy_index], value in scic_sgpio_write_SGODSR_register()
H A Dscic_sds_port.c114 U32 phy_index in scic_sds_port_is_valid_phy_assignment() argument
133 && ((phy_index == 0) || (phy_index == 1)) in scic_sds_port_is_valid_phy_assignment()
142 && (index != phy_index) ) in scic_sds_port_is_valid_phy_assignment()
325 port->phy_table[phy->phy_index] = phy; in scic_sds_port_set_phy()
534 sas_address->low += phy->phy_index; in scic_sds_port_get_attached_sas_address()
1149 SCU_PCSPExCR_WRITE(this_port, the_phy->phy_index, the_phy->phy_index); in scic_sds_port_deactivate_phy()
1256 SCU_PCSPExCR_WRITE( destination_port, the_phy->phy_index, the_phy->phy_index); in scic_sds_port_link_detected()
3032 U32 phy_index; in scic_sds_port_ready_operational_substate_reset_handler() local
3039 phy_index = 0; in scic_sds_port_ready_operational_substate_reset_handler()
3040 (phy_index < SCI_MAX_PHYS) in scic_sds_port_ready_operational_substate_reset_handler()
[all …]
H A Dscic_sds_phy.c172 SCU_SAS_TIDNL_WRITE(this_phy, this_phy->phy_index); in scic_sds_phy_link_layer_initialization()
178 this_phy->phy_index].sas_address.sci_format.high in scic_sds_phy_link_layer_initialization()
183 this_phy->phy_index].sas_address.sci_format.low in scic_sds_phy_link_layer_initialization()
255 scu_afe_xcvr[this_phy->phy_index]. in scic_sds_phy_link_layer_initialization()
265 scu_afe_xcvr[this_phy->phy_index]. in scic_sds_phy_link_layer_initialization()
281 scu_afe_xcvr[this_phy->phy_index]. in scic_sds_phy_link_layer_initialization()
635 U8 phy_index in scic_sds_phy_construct() argument
648 this_phy->phy_index = phy_index; in scic_sds_phy_construct()
1129 phys[this_phy->phy_index].max_speed_generation; in scic_phy_get_properties()
1140 properties->index = this_phy->phy_index; in scic_phy_get_properties()
[all …]
H A Dscic_sds_port.h332 (phy)->phy_index, \
342 (phy)->phy_index \
346 (((port)->active_phy_mask & (1 << (phy)->phy_index)) != 0)
540 U32 phy_index
H A Dscic_sds_phy.h231 U8 phy_index; member
346 ((phy)->phy_index)
407 U8 phy_index
H A Dscic_sds_controller.h590 ((controller)->invalid_phy_mask |= (1 << (phy)->phy_index))
598 ((controller)->invalid_phy_mask &= ~(1 << (phy)->phy_index))
H A Dscic_controller.h607 U8 phy_index,
H A Dscic_sds_controller.c1758 this_controller->phy_table[index].phy_index, phy_status in scic_sds_controller_stop_phys()
1992 this_controller->power_control.requesters[the_phy->phy_index] = the_phy; in scic_sds_controller_power_control_queue_insert()
2012 if (this_controller->power_control.requesters[the_phy->phy_index] != NULL) in scic_sds_controller_power_control_queue_remove()
2017 this_controller->power_control.requesters[the_phy->phy_index] = NULL; in scic_sds_controller_power_control_queue_remove()
3241 the_phy->phy_index, in scic_sds_controller_link_up()
3272 the_phy->phy_index, in scic_sds_controller_link_down()
4361 U8 phy_index, in scic_controller_get_phy_handle() argument
4372 controller, phy_index, phy_handle in scic_controller_get_phy_handle()
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()
[all …]
/freebsd/sys/dev/isci/
H A Disci_sysctl.c150 uint32_t controller_index, phy_index; in isci_sysctl_stop_phy() local
154 phy_index = phy_to_be_stopped % SCI_MAX_PHYS; in isci_sysctl_stop_phy()
159 isci_sysctl_stop(&isci->controllers[controller_index], phy_index); in isci_sysctl_stop_phy()
182 uint32_t controller_index, phy_index; in isci_sysctl_start_phy() local
186 phy_index = phy_to_be_started % SCI_MAX_PHYS; in isci_sysctl_start_phy()
191 isci_sysctl_start(&isci->controllers[controller_index], phy_index); in isci_sysctl_start_phy()
H A Disci_remote_device.c221 uint8_t phy_index; in isci_remote_device_get_bitrate() local
232 phy_index = 0; in isci_remote_device_get_bitrate()
236 phy_index++; in isci_remote_device_get_bitrate()
243 phy_index, &phy_handle); in isci_remote_device_get_bitrate()
/freebsd/sys/dev/bxe/
H A Dbxe_elink.c2247 for (phy_index = ELINK_INT_PHY; phy_index < params->num_phys; in elink_set_mdio_emac_per_phy()
4016 for (phy_index = 0; phy_index < params->num_phys; phy_index++) { in elink_phy_read()
4033 for (phy_index = 0; phy_index < params->num_phys; phy_index++) { in elink_phy_write()
4249 for (phy_index = ELINK_INT_PHY; phy_index < params->num_phys; in set_phy_vars()
7691 for (phy_index = ELINK_INT_PHY; phy_index < params->num_phys; in elink_link_update()
7731 for (phy_index = ELINK_EXT_PHY1; phy_index < params->num_phys; in elink_link_update()
13422 for (phy_index = ELINK_INT_PHY; phy_index < ELINK_MAX_PHYS; in elink_phy_probe()
13790 phy_index < params->num_phys; phy_index++) in elink_init_xgxs_loopback()
14652 for (phy_index = ELINK_EXT_PHY1; phy_index < ELINK_MAX_PHYS; in elink_common_init_phy()
15014 for (phy_index = ELINK_EXT_PHY1; phy_index < ELINK_MAX_PHYS; in elink_fan_failure_det_req()
[all …]
/freebsd/contrib/wpa/src/ap/
H A Dbeacon.c1187 u16 cap_info, phy_index = 0; in hostapd_fils_discovery_cap() local
1196 phy_index = FD_CAP_PHY_INDEX_HE; in hostapd_fils_discovery_cap()
1235 phy_index = FD_CAP_PHY_INDEX_HE; in hostapd_fils_discovery_cap()
1238 if (!phy_index && in hostapd_fils_discovery_cap()
1240 phy_index = FD_CAP_PHY_INDEX_VHT; in hostapd_fils_discovery_cap()
1242 if (!phy_index && in hostapd_fils_discovery_cap()
1244 phy_index = FD_CAP_PHY_INDEX_HT; in hostapd_fils_discovery_cap()
1247 cap_info |= phy_index << FD_CAP_PHY_INDEX_SHIFT; in hostapd_fils_discovery_cap()
/freebsd/sys/dev/ice/
H A Dice_adminq_cmd.h1664 u8 phy_index; member