Lines Matching refs:ihost

105 static union scu_remote_node_context *sci_rnc_by_id(struct isci_host *ihost, u16 id)  in sci_rnc_by_id()  argument
107 if (id < ihost->remote_node_entries && in sci_rnc_by_id()
108 ihost->device_table[id]) in sci_rnc_by_id()
109 return &ihost->remote_node_context_table[id]; in sci_rnc_by_id()
120 struct isci_host *ihost; in sci_remote_node_context_construct_buffer() local
123 ihost = idev->owning_port->owning_controller; in sci_remote_node_context_construct_buffer()
124 rnc = sci_rnc_by_id(ihost, rni); in sci_remote_node_context_construct_buffer()
148 ihost->user_parameters.stp_max_occupancy_timeout; in sci_remote_node_context_construct_buffer()
150 ihost->user_parameters.stp_inactivity_timeout; in sci_remote_node_context_construct_buffer()
153 ihost->user_parameters.ssp_max_occupancy_timeout; in sci_remote_node_context_construct_buffer()
155 ihost->user_parameters.ssp_inactivity_timeout; in sci_remote_node_context_construct_buffer()
191 struct isci_host *ihost = idev_to_ihost(rnc_to_dev(sci_rnc)); in sci_remote_node_context_setup_to_destroy() local
197 wake_up(&ihost->eventq); in sci_remote_node_context_setup_to_destroy()
237 struct isci_host *ihost = idev->owning_port->owning_controller; in sci_remote_node_context_validate_context_buffer() local
239 rnc_buffer = sci_rnc_by_id(ihost, sci_rnc->remote_node_index); 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() local
260 rnc_buffer = sci_rnc_by_id(ihost, sci_rnc->remote_node_index); 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() local
282 wake_up(&ihost->eventq); in sci_remote_node_context_initial_state_enter()
356 struct isci_host *ihost = idev->owning_port->owning_controller; in sci_remote_node_context_tx_rx_suspended_state_enter() local
368 wake_up(&ihost->eventq); 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() local
637 wake_up_all(&ihost->eventq); /* Let observers look. */ in sci_remote_node_context_suspend()