Searched refs:phy_get_non_dummy_port (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/isci/ |
H A D | phy.c | 353 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 D | phy.h | 404 struct isci_port *phy_get_non_dummy_port(struct isci_phy *iphy);
|
H A D | port_config.c | 348 phy_get_non_dummy_port(iphy), in mpc_agent_timeout()
|
H A D | port.c | 469 !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 D | host.c | 875 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()
|
/kernel/linux/linux-6.6/drivers/scsi/isci/ |
H A D | phy.c | 342 * phy_get_non_dummy_port() - This method returns the port currently containing 354 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()
|
H A D | phy.h | 404 struct isci_port *phy_get_non_dummy_port(struct isci_phy *iphy);
|
H A D | port_config.c | 348 phy_get_non_dummy_port(iphy), in mpc_agent_timeout()
|
H A D | port.c | 470 !phy_get_non_dummy_port(iphy) && in sci_port_set_phy() 489 phy_get_non_dummy_port(iphy) == iport) { in sci_port_clear_phy()
|
H A D | host.c | 873 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()
|
Completed in 18 milliseconds