Lines Matching defs:iphy

65 enum sas_linkrate sci_phy_linkrate(struct isci_phy *iphy)  in sci_phy_linkrate()
71 sci_phy_transport_layer_initialization(struct isci_phy *iphy, in sci_phy_transport_layer_initialization()
93 sci_phy_link_layer_initialization(struct isci_phy *iphy, in sci_phy_link_layer_initialization()
298 struct isci_phy *iphy = container_of(tmr, typeof(*iphy), sata_timer); in phy_sata_timeout() local
330 struct isci_port *phy_get_non_dummy_port(struct isci_phy *iphy) in phy_get_non_dummy_port()
348 struct isci_phy *iphy, in sci_phy_set_port()
359 enum sci_status sci_phy_initialize(struct isci_phy *iphy, in sci_phy_initialize()
386 void sci_phy_setup_transport(struct isci_phy *iphy, u32 device_id) in sci_phy_setup_transport()
401 static void sci_phy_suspend(struct isci_phy *iphy) in sci_phy_suspend()
414 void sci_phy_resume(struct isci_phy *iphy) in sci_phy_resume()
425 void sci_phy_get_sas_address(struct isci_phy *iphy, struct sci_sas_address *sas) in sci_phy_get_sas_address()
431 void sci_phy_get_attached_sas_address(struct isci_phy *iphy, struct sci_sas_address *sas) in sci_phy_get_attached_sas_address()
439 void sci_phy_get_protocols(struct isci_phy *iphy, struct sci_phy_proto *proto) in sci_phy_get_protocols()
444 enum sci_status sci_phy_start(struct isci_phy *iphy) in sci_phy_start()
458 enum sci_status sci_phy_stop(struct isci_phy *iphy) in sci_phy_stop()
484 enum sci_status sci_phy_reset(struct isci_phy *iphy) in sci_phy_reset()
498 enum sci_status sci_phy_consume_power_handler(struct isci_phy *iphy) in sci_phy_consume_power_handler()
545 static void sci_phy_start_sas_link_training(struct isci_phy *iphy) in sci_phy_start_sas_link_training()
563 static void sci_phy_start_sata_link_training(struct isci_phy *iphy) in sci_phy_start_sata_link_training()
585 static void sci_phy_complete_link_training(struct isci_phy *iphy, in sci_phy_complete_link_training()
594 enum sci_status sci_phy_event_handler(struct isci_phy *iphy, u32 event_code) in sci_phy_event_handler()
871 enum sci_status sci_phy_frame_handler(struct isci_phy *iphy, u32 frame_index) in sci_phy_frame_handler()
968 struct isci_phy *iphy = container_of(sm, typeof(*iphy), sm); in sci_phy_starting_initial_substate_enter() local
976 struct isci_phy *iphy = container_of(sm, typeof(*iphy), sm); in sci_phy_starting_await_sas_power_substate_enter() local
984 struct isci_phy *iphy = container_of(sm, typeof(*iphy), sm); in sci_phy_starting_await_sas_power_substate_exit() local
992 struct isci_phy *iphy = container_of(sm, typeof(*iphy), sm); in sci_phy_starting_await_sata_power_substate_enter() local
1000 struct isci_phy *iphy = container_of(sm, typeof(*iphy), sm); in sci_phy_starting_await_sata_power_substate_exit() local
1008 struct isci_phy *iphy = container_of(sm, typeof(*iphy), sm); in sci_phy_starting_await_sata_phy_substate_enter() local
1015 struct isci_phy *iphy = container_of(sm, typeof(*iphy), sm); in sci_phy_starting_await_sata_phy_substate_exit() local
1022 struct isci_phy *iphy = container_of(sm, typeof(*iphy), sm); in sci_phy_starting_await_sata_speed_substate_enter() local
1029 struct isci_phy *iphy = container_of(sm, typeof(*iphy), sm); in sci_phy_starting_await_sata_speed_substate_exit() local
1036 struct isci_phy *iphy = container_of(sm, typeof(*iphy), sm); in sci_phy_starting_await_sig_fis_uf_substate_enter() local
1056 struct isci_phy *iphy = container_of(sm, typeof(*iphy), sm); in sci_phy_starting_await_sig_fis_uf_substate_exit() local
1063 struct isci_phy *iphy = container_of(sm, typeof(*iphy), sm); in sci_phy_starting_final_substate_enter() local
1080 struct isci_phy *iphy) in scu_link_layer_stop_protocol_engine()
1101 static void scu_link_layer_start_oob(struct isci_phy *iphy) in scu_link_layer_start_oob()
1131 struct isci_phy *iphy) in scu_link_layer_tx_hard_reset()
1155 struct isci_phy *iphy = container_of(sm, typeof(*iphy), sm); in sci_phy_stopped_state_enter() local
1173 struct isci_phy *iphy = container_of(sm, typeof(*iphy), sm); in sci_phy_starting_state_enter() local
1192 struct isci_phy *iphy = container_of(sm, typeof(*iphy), sm); in sci_phy_ready_state_enter() local
1201 struct isci_phy *iphy = container_of(sm, typeof(*iphy), sm); in sci_phy_ready_state_exit() local
1208 struct isci_phy *iphy = container_of(sm, typeof(*iphy), sm); in sci_phy_resetting_state_enter() local
1273 void sci_phy_construct(struct isci_phy *iphy, in sci_phy_construct()
1290 void isci_phy_init(struct isci_phy *iphy, struct isci_host *ihost, int index) in isci_phy_init()
1335 struct isci_phy *iphy = sas_phy->lldd_phy; in isci_phy_control() local