Home
last modified time | relevance | path

Searched refs:owning_port (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/scsi/isci/
H A Dphy.c119 struct isci_host *ihost = iphy->owning_port->owning_controller; in sci_phy_link_layer_initialization()
322 struct isci_host *ihost = iphy->owning_port->owning_controller; in phy_sata_timeout()
356 struct isci_port *iport = iphy->owning_port; in phy_get_non_dummy_port()
361 return iphy->owning_port; in phy_get_non_dummy_port()
371 iphy->owning_port = iport; in sci_phy_set_port()
375 sci_port_broadcast_change_received(iphy->owning_port, iphy); in sci_phy_set_port()
937 sci_port_broadcast_change_received(iphy->owning_port, iphy); in sci_phy_event_handler()
969 struct isci_host *ihost = iphy->owning_port->owning_controller; in sci_phy_frame_handler()
1072 struct isci_host *ihost = iphy->owning_port->owning_controller; in sci_phy_starting_await_sas_power_substate_enter()
1080 struct isci_host *ihost = iphy->owning_port->owning_controller; in sci_phy_starting_await_sas_power_substate_exit()
[all …]
H A Dremote_node_context.c123 ihost = idev->owning_port->owning_controller; in sci_remote_node_context_construct_buffer()
131 rnc->ssp.logical_port_index = idev->owning_port->physical_port_index; in sci_remote_node_context_construct_buffer()
237 struct isci_host *ihost = idev->owning_port->owning_controller; in sci_remote_node_context_validate_context_buffer()
249 sci_port_setup_transports(idev->owning_port, in sci_remote_node_context_validate_context_buffer()
258 struct isci_host *ihost = idev->owning_port->owning_controller; in sci_remote_node_context_invalidate_context_buffer()
272 struct isci_host *ihost = idev->owning_port->owning_controller; in sci_remote_node_context_initial_state_enter()
318 sci_port_setup_transports(idev->owning_port, rnc->remote_node_index); in sci_remote_node_context_resuming_state_enter()
356 struct isci_host *ihost = idev->owning_port->owning_controller; in sci_remote_node_context_tx_rx_suspended_state_enter()
635 struct isci_host *ihost = idev->owning_port->owning_controller; in sci_remote_node_context_suspend()
H A Dphy.h89 struct isci_port *owning_port; member
H A Dremote_device.h99 struct isci_port *owning_port; member