Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/isci/
Dphy.c354 struct isci_port *phy_get_non_dummy_port(struct isci_phy *iphy) in phy_get_non_dummy_port() function
936 if (phy_get_non_dummy_port(iphy) != NULL) in sci_phy_event_handler()
1266 sci_controller_link_down(ihost, phy_get_non_dummy_port(iphy), iphy); in sci_phy_stopped_state_enter()
1283 sci_controller_link_down(ihost, phy_get_non_dummy_port(iphy), iphy); in sci_phy_starting_state_enter()
1294 sci_controller_link_up(ihost, phy_get_non_dummy_port(iphy), iphy); in sci_phy_ready_state_enter()
Dphy.h404 struct isci_port *phy_get_non_dummy_port(struct isci_phy *iphy);
Dport_config.c348 phy_get_non_dummy_port(iphy), in mpc_agent_timeout()
Dport.c470 !phy_get_non_dummy_port(iphy) && in sci_port_set_phy()
489 phy_get_non_dummy_port(iphy) == iport) { in sci_port_clear_phy()
Dhost.c873 else if (!phy_get_non_dummy_port(iphy)) in is_controller_start_complete()
921 if (phy_get_non_dummy_port(iphy) == NULL) { in sci_controller_start_next_phy()