Lines Matching refs:ihost
102 static union scu_remote_node_context *sci_rnc_by_id(struct isci_host *ihost, u16 id) in sci_rnc_by_id() argument
104 if (id < ihost->remote_node_entries && in sci_rnc_by_id()
105 ihost->device_table[id]) in sci_rnc_by_id()
106 return &ihost->remote_node_context_table[id]; in sci_rnc_by_id()
117 struct isci_host *ihost; in sci_remote_node_context_construct_buffer() local
120 ihost = idev->owning_port->owning_controller; in sci_remote_node_context_construct_buffer()
121 rnc = sci_rnc_by_id(ihost, rni); in sci_remote_node_context_construct_buffer()
145 ihost->user_parameters.stp_max_occupancy_timeout; in sci_remote_node_context_construct_buffer()
147 ihost->user_parameters.stp_inactivity_timeout; in sci_remote_node_context_construct_buffer()
150 ihost->user_parameters.ssp_max_occupancy_timeout; in sci_remote_node_context_construct_buffer()
152 ihost->user_parameters.ssp_inactivity_timeout; in sci_remote_node_context_construct_buffer()
193 struct isci_host *ihost = idev_to_ihost(rnc_to_dev(sci_rnc)); in sci_remote_node_context_setup_to_destroy() local
199 wake_up(&ihost->eventq); in sci_remote_node_context_setup_to_destroy()
241 struct isci_host *ihost = idev->owning_port->owning_controller; in sci_remote_node_context_validate_context_buffer() local
243 rnc_buffer = sci_rnc_by_id(ihost, sci_rnc->remote_node_index); in sci_remote_node_context_validate_context_buffer()
262 struct isci_host *ihost = idev->owning_port->owning_controller; in sci_remote_node_context_invalidate_context_buffer() local
264 rnc_buffer = sci_rnc_by_id(ihost, sci_rnc->remote_node_index); in sci_remote_node_context_invalidate_context_buffer()
276 struct isci_host *ihost = idev->owning_port->owning_controller; in sci_remote_node_context_initial_state_enter() local
286 wake_up(&ihost->eventq); in sci_remote_node_context_initial_state_enter()
360 struct isci_host *ihost = idev->owning_port->owning_controller; in sci_remote_node_context_tx_rx_suspended_state_enter() local
372 wake_up(&ihost->eventq); in sci_remote_node_context_tx_rx_suspended_state_enter()
639 struct isci_host *ihost = idev->owning_port->owning_controller; in sci_remote_node_context_suspend() local
641 wake_up_all(&ihost->eventq); /* Let observers look. */ in sci_remote_node_context_suspend()