Home
last modified time | relevance | path

Searched refs:iphy (Results 1 – 9 of 9) sorted by relevance

/linux-6.3-rc2/drivers/scsi/isci/
A Dphy.c82 struct isci_phy *table = iphy - iphy->phy_index; in phy_to_host()
334 iphy); in phy_sata_timeout()
375 sci_port_broadcast_change_received(iphy->owning_port, iphy); in sci_phy_set_port()
660 phy_to_host(iphy)->id, iphy->phy_index, \
665 phy_to_host(iphy)->id, iphy->phy_index, \
1133 if (sci_port_link_detected(iphy->owning_port, iphy)) { in sci_phy_starting_await_sig_fis_uf_substate_enter()
1312 sci_port_deactivate_phy(iphy->owning_port, iphy, false); in sci_phy_resetting_state_enter()
1402 iphy->sas_phy.sas_addr = &iphy->sas_addr[0]; in isci_phy_init()
1403 iphy->sas_phy.frame_rcvd = (u8 *)&iphy->frame_rcvd; in isci_phy_init()
1405 iphy->sas_phy.lldd_phy = iphy; in isci_phy_init()
[all …]
A Dport.c96 if (!iphy) in sci_port_get_protocols()
151 if (!iphy) in sci_port_bcn_enable()
165 __func__, iphy, &iphy->sas_phy); in isci_port_bc_change_received()
456 if (iphy && sci_port_active_phy(iport, iphy)) in sci_port_get_a_connected_phy()
457 return iphy; in sci_port_get_a_connected_phy()
476 iport->phy_table[iphy->phy_index] = iphy; in sci_port_set_phy()
488 if (iport->phy_table[iphy->phy_index] == iphy && in sci_port_clear_phy()
521 if (iphy) { in sci_port_get_attached_sas_address()
859 if (iphy && sci_port_active_phy(iport, iphy) && in sci_port_get_max_allowed_speed()
1166 if (iphy && !sci_port_active_phy(iport, iphy)) { in sci_port_hard_reset()
[all …]
A Dphy.h108 struct isci_phy *iphy = container_of(sas_phy, typeof(*iphy), sas_phy); in to_iphy() local
110 return iphy; in to_iphy()
400 struct isci_phy *iphy,
407 struct isci_phy *iphy,
411 struct isci_phy *iphy,
428 struct isci_phy *iphy,
432 struct isci_phy *iphy,
436 struct isci_phy *iphy,
443 struct isci_phy *iphy,
447 struct isci_phy *iphy,
[all …]
A Dport_config.c117 struct isci_phy *iphy) in sci_port_configuration_agent_find_port() argument
349 iphy); in mpc_agent_timeout()
360 struct isci_phy *iphy) in sci_mpc_agent_link_up() argument
370 sci_port_link_up(iport, iphy); in sci_mpc_agent_link_up()
397 struct isci_phy *iphy) in sci_mpc_agent_link_down() argument
425 sci_port_link_down(iport, iphy); in sci_mpc_agent_link_down()
484 struct isci_phy *iphy, in sci_apc_agent_configure_ports() argument
608 struct isci_phy *iphy) in sci_apc_agent_link_up() argument
610 u8 phy_index = iphy->phy_index; in sci_apc_agent_link_up()
620 sci_port_link_up(iport, iphy); in sci_apc_agent_link_up()
[all …]
A Dport.h212 struct isci_phy *iphy);
216 struct isci_phy *iphy);
226 struct isci_phy *iphy,
231 struct isci_phy *iphy);
238 struct isci_phy *iphy);
240 struct isci_phy *iphy);
259 struct isci_phy *iphy);
281 struct isci_phy *iphy);
A Dhost.c311 struct isci_phy *iphy; in sci_controller_unsolicited_frame() local
370 struct isci_phy *iphy; in sci_controller_event_completion() local
884 (iphy->is_in_link_training == true && is_phy_starting(iphy)) || in is_controller_start_complete()
903 struct isci_phy *iphy; in sci_controller_start_next_phy() local
1764 if (iphy == NULL) in power_control_timeout()
1815 BUG_ON(iphy == NULL); in sci_controller_power_control_queue_insert()
1858 ihost->power_control.requesters[iphy->phy_index] = iphy; in sci_controller_power_control_queue_insert()
1867 BUG_ON(iphy == NULL); in sci_controller_power_control_queue_remove()
2387 iport, iphy); in sci_controller_link_up()
2392 iport, iphy); in sci_controller_link_up()
[all …]
A Dhost.h462 struct isci_phy *iphy);
464 struct isci_phy *iphy);
466 struct isci_phy *iphy);
468 struct isci_phy *iphy);
A Dtask.c741 struct isci_phy *iphy = &ihost->phys[phy->number]; in isci_reset_device() local
744 iphy); in isci_reset_device()
/linux-6.3-rc2/drivers/phy/intel/
A Dphy-intel-lgm-combo.c147 ret = phy_cfg(iphy); in intel_cbphy_iphy_cfg()
287 COMBO_PHY_ID(iphy), PHY_ID(iphy)); in intel_cbphy_iphy_power_on()
310 COMBO_PHY_ID(iphy), PHY_ID(iphy)); in intel_cbphy_iphy_power_off()
386 id = PHY_ID(iphy); in intel_cbphy_calibrate()
543 iphy = &cbphy->iphy[i]; in intel_cbphy_create()
544 iphy->parent = cbphy; in intel_cbphy_create()
545 iphy->id = i; in intel_cbphy_create()
552 if (IS_ERR(iphy->phy)) { in intel_cbphy_create()
554 COMBO_PHY_ID(iphy), PHY_ID(iphy)); in intel_cbphy_create()
556 return PTR_ERR(iphy->phy); in intel_cbphy_create()
[all …]

Completed in 28 milliseconds