Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/isci/
H A Dphy.c353 struct isci_port *phy_get_non_dummy_port(struct isci_phy *iphy) in phy_get_non_dummy_port() function
940 if (phy_get_non_dummy_port(iphy) != NULL) in sci_phy_event_handler()
1270 sci_controller_link_down(ihost, phy_get_non_dummy_port(iphy), iphy); in sci_phy_stopped_state_enter()
1287 sci_controller_link_down(ihost, phy_get_non_dummy_port(iphy), iphy); in sci_phy_starting_state_enter()
1298 sci_controller_link_up(ihost, phy_get_non_dummy_port(iphy), iphy); in sci_phy_ready_state_enter()
H A Dphy.h404 struct isci_port *phy_get_non_dummy_port(struct isci_phy *iphy);
H A Dport_config.c348 phy_get_non_dummy_port(iphy), in mpc_agent_timeout()
H A Dport.c469 !phy_get_non_dummy_port(iphy) && in sci_port_set_phy()
488 phy_get_non_dummy_port(iphy) == iport) { in sci_port_clear_phy()
H A Dhost.c875 else if (!phy_get_non_dummy_port(iphy)) in is_controller_start_complete()
923 if (phy_get_non_dummy_port(iphy) == NULL) { in sci_controller_start_next_phy()