Searched refs:this_controller (Results 1 - 9 of 9) sorted by relevance

/freebsd-current/sys/dev/isci/scil/
H A Dscic_sds_pci.c72 * @param[in] this_controller The controller for which to read the base
76 SCIC_SDS_CONTROLLER_T* this_controller
86 this_controller->lex_registers =
88 this_controller, ARLINGTON_LEX_BAR) + LEX_REGISTER_OFFSET);
89 this_controller->smu_registers =
90 (SMU_REGISTERS_T *)scic_cb_pci_get_bar(this_controller, ARLINGTON_SMU_BAR);
91 this_controller->scu_registers =
92 (SCU_REGISTERS_T *)scic_cb_pci_get_bar(this_controller, ARLINGTON_SCU_BAR);
98 this_controller->smu_registers =
100 (char *)scic_cb_pci_get_bar(this_controller, PATSBURG_SMU_BA
200 SCIC_SDS_CONTROLLER_T * this_controller = (SCIC_SDS_CONTROLLER_T*)controller; local
232 SCIC_SDS_CONTROLLER_T * this_controller = (SCIC_SDS_CONTROLLER_T*)controller; local
[all...]
H A Dscic_sds_controller.c187 SCIC_SDS_CONTROLLER_T *this_controller; local
188 this_controller = (SCIC_SDS_CONTROLLER_T *)controller;
190 this_controller->phy_startup_timer_pending = FALSE;
196 status = scic_sds_controller_start_next_phy(this_controller);
203 * @param this_controller
207 SCIC_SDS_CONTROLLER_T *this_controller
210 this_controller->phy_startup_timer = scic_cb_timer_create(
211 this_controller,
213 this_controller
216 if (this_controller
1420 scic_sds_controller_transition_to_ready( SCIC_SDS_CONTROLLER_T *this_controller, SCI_STATUS status ) argument
1461 SCIC_SDS_CONTROLLER_T *this_controller; local
1874 SCIC_SDS_CONTROLLER_T *this_controller; local
1949 scic_sds_controller_power_control_queue_insert( SCIC_SDS_CONTROLLER_T *this_controller, SCIC_SDS_PHY_T *the_phy ) argument
2005 scic_sds_controller_power_control_queue_remove( SCIC_SDS_CONTROLLER_T *this_controller, SCIC_SDS_PHY_T *the_phy ) argument
2064 scic_sds_controller_task_completion( SCIC_SDS_CONTROLLER_T *this_controller, U32 completion_entry ) argument
2100 scic_sds_controller_sdma_completion( SCIC_SDS_CONTROLLER_T *this_controller, U32 completion_entry ) argument
2174 scic_sds_controller_unsolicited_frame( SCIC_SDS_CONTROLLER_T *this_controller, U32 completion_entry ) argument
2258 scic_sds_controller_event_completion( SCIC_SDS_CONTROLLER_T *this_controller, U32 completion_entry ) argument
2637 scic_sds_controller_standard_interrupt_handler( SCIC_SDS_CONTROLLER_T *this_controller, U32 interrupt_status ) argument
2692 SCIC_SDS_CONTROLLER_T *this_controller = (SCIC_SDS_CONTROLLER_T*)controller; local
2735 SCIC_SDS_CONTROLLER_T *this_controller = (SCIC_SDS_CONTROLLER_T *)controller; local
2798 SCIC_SDS_CONTROLLER_T *this_controller = (SCIC_SDS_CONTROLLER_T*)controller; local
2824 SCIC_SDS_CONTROLLER_T *this_controller = (SCIC_SDS_CONTROLLER_T *)controller; local
2882 SCIC_SDS_CONTROLLER_T *this_controller; local
2934 SCIC_SDS_CONTROLLER_T *this_controller; local
3014 SCIC_SDS_CONTROLLER_T *this_controller; local
3049 SCIC_SDS_CONTROLLER_T *this_controller; local
3089 SCIC_SDS_CONTROLLER_T *this_controller; local
3126 SCIC_SDS_CONTROLLER_T *this_controller; local
3224 scic_sds_controller_link_up( SCIC_SDS_CONTROLLER_T *this_controller, SCIC_SDS_PORT_T *the_port, SCIC_SDS_PHY_T *the_phy ) argument
3255 scic_sds_controller_link_down( SCIC_SDS_CONTROLLER_T *this_controller, SCIC_SDS_PORT_T *the_port, SCIC_SDS_PHY_T *the_phy ) argument
3286 scic_sds_controller_remote_device_started( SCIC_SDS_CONTROLLER_T * this_controller, SCIC_SDS_REMOTE_DEVICE_T * the_device ) argument
3347 scic_sds_controller_remote_device_stopped( SCIC_SDS_CONTROLLER_T * this_controller, SCIC_SDS_REMOTE_DEVICE_T * the_device ) argument
3379 scic_sds_controller_post_request( SCIC_SDS_CONTROLLER_T *this_controller, U32 request ) argument
3410 scic_sds_controller_copy_task_context( SCIC_SDS_CONTROLLER_T *this_controller, SCIC_SDS_REQUEST_T *this_request ) argument
3441 scic_sds_controller_get_task_context_buffer( SCIC_SDS_CONTROLLER_T * this_controller, U16 io_tag ) argument
3464 scic_sds_controller_get_io_sequence_from_tag( SCIC_SDS_CONTROLLER_T *this_controller, U16 io_tag ) argument
3481 scic_sds_controller_get_io_request_from_tag( SCIC_SDS_CONTROLLER_T *this_controller, U16 io_tag ) argument
3523 scic_sds_controller_allocate_remote_node_context( SCIC_SDS_CONTROLLER_T * this_controller, SCIC_SDS_REMOTE_DEVICE_T * the_device, U16 * node_id ) argument
3559 scic_sds_controller_free_remote_node_context( SCIC_SDS_CONTROLLER_T * this_controller, SCIC_SDS_REMOTE_DEVICE_T * the_device, U16 node_id ) argument
3586 scic_sds_controller_get_remote_node_context_buffer( SCIC_SDS_CONTROLLER_T *this_controller, U16 node_id ) argument
3644 scic_sds_controller_release_frame( SCIC_SDS_CONTROLLER_T *this_controller, U32 frame_index ) argument
3866 SCIC_SDS_CONTROLLER_T *this_controller; local
3915 SCIC_SDS_CONTROLLER_T *this_controller; local
3981 SCIC_SDS_CONTROLLER_T *this_controller; local
4019 SCIC_SDS_CONTROLLER_T *this_controller; local
4056 SCIC_SDS_CONTROLLER_T *this_controller; local
4169 SCIC_SDS_CONTROLLER_T *this_controller; local
4198 SCIC_SDS_CONTROLLER_T *this_controller; local
4226 SCIC_SDS_CONTROLLER_T *this_controller; local
4257 SCIC_SDS_CONTROLLER_T *this_controller; local
4297 SCIC_SDS_CONTROLLER_T *this_controller; local
4337 SCIC_SDS_CONTROLLER_T *this_controller; local
4365 SCIC_SDS_CONTROLLER_T *this_controller; local
4400 SCIC_SDS_CONTROLLER_T *this_controller; local
4432 SCIC_SDS_CONTROLLER_T *this_controller; local
4469 SCIC_SDS_CONTROLLER_T *this_controller; local
4483 SCIC_SDS_CONTROLLER_T *this_controller; local
4498 SCIC_SDS_CONTROLLER_T *this_controller = (SCIC_SDS_CONTROLLER_T*)controller; local
4590 SCIC_SDS_CONTROLLER_T * this_controller = (SCIC_SDS_CONTROLLER_T*)controller; local
4653 SCIC_SDS_CONTROLLER_T * this_controller = (SCIC_SDS_CONTROLLER_T*)controller; local
4665 SCIC_SDS_CONTROLLER_T * this_controller = (SCIC_SDS_CONTROLLER_T*)controller; local
4800 SCIC_SDS_CONTROLLER_T * this_controller = (SCIC_SDS_CONTROLLER_T*)controller; local
5030 SCIC_SDS_CONTROLLER_T * this_controller = (SCIC_SDS_CONTROLLER_T*)controller; local
5068 SCIC_SDS_CONTROLLER_T * this_controller = (SCIC_SDS_CONTROLLER_T*)controller; local
5110 SCIC_SDS_CONTROLLER_T * this_controller = (SCIC_SDS_CONTROLLER_T*)controller; local
5241 SCIC_SDS_CONTROLLER_T *this_controller; local
5277 SCIC_SDS_CONTROLLER_T *this_controller; local
5311 SCIC_SDS_CONTROLLER_T *this_controller; local
5359 SCIC_SDS_CONTROLLER_T *this_controller; local
5604 SCIC_SDS_CONTROLLER_T * this_controller; local
5702 scic_sds_controller_starting_state_link_up_handler( SCIC_SDS_CONTROLLER_T *this_controller, SCIC_SDS_PORT_T *port, SCIC_SDS_PHY_T *phy ) argument
5731 scic_sds_controller_starting_state_link_down_handler( SCIC_SDS_CONTROLLER_T *this_controller, SCIC_SDS_PORT_T *port, SCIC_SDS_PHY_T *phy ) argument
5767 SCIC_SDS_CONTROLLER_T *this_controller; local
5818 SCIC_SDS_CONTROLLER_T *this_controller; local
5870 SCIC_SDS_CONTROLLER_T *this_controller; local
5910 SCIC_SDS_CONTROLLER_T *this_controller; local
5961 SCIC_SDS_CONTROLLER_T *this_controller = (SCIC_SDS_CONTROLLER_T *) local
6022 SCIC_SDS_CONTROLLER_T *this_controller = (SCIC_SDS_CONTROLLER_T *) local
6058 scic_sds_controller_ready_state_link_up_handler( SCIC_SDS_CONTROLLER_T *this_controller, SCIC_SDS_PORT_T *port, SCIC_SDS_PHY_T *phy ) argument
6082 scic_sds_controller_ready_state_link_down_handler( SCIC_SDS_CONTROLLER_T *this_controller, SCIC_SDS_PORT_T *port, SCIC_SDS_PHY_T *phy ) argument
6119 SCIC_SDS_CONTROLLER_T *this_controller; local
6185 SCIC_SDS_CONTROLLER_T *this_controller; local
6215 SCIC_SDS_CONTROLLER_T *this_controller; local
6495 SCIC_SDS_CONTROLLER_T *this_controller; local
6521 SCIC_SDS_CONTROLLER_T *this_controller; local
6580 SCIC_SDS_CONTROLLER_T *this_controller; local
6602 SCIC_SDS_CONTROLLER_T *this_controller; local
6624 SCIC_SDS_CONTROLLER_T *this_controller; local
6647 SCIC_SDS_CONTROLLER_T *this_controller; local
6678 SCIC_SDS_CONTROLLER_T *this_controller; local
6717 SCIC_SDS_CONTROLLER_T *this_controller; local
6754 SCIC_SDS_CONTROLLER_T *this_controller; local
6789 SCIC_SDS_CONTROLLER_T *this_controller; local
6810 SCIC_SDS_CONTROLLER_T *this_controller; local
6851 SCIC_SDS_CONTROLLER_T *this_controller; local
6922 scic_sds_terminate_reqests( SCIC_SDS_CONTROLLER_T *this_controller, SCIC_SDS_REMOTE_DEVICE_T *this_remote_device, SCIC_SDS_PORT_T *this_port ) argument
6970 SCIC_SDS_CONTROLLER_T *this_controller; local
[all...]
H A Dsci_base_controller.c75 SCI_BASE_CONTROLLER_T * this_controller = (SCI_BASE_CONTROLLER_T*)controller; local
76 return (SCI_MEMORY_DESCRIPTOR_LIST_HANDLE_T) &this_controller->mdl;
84 SCI_BASE_CONTROLLER_T * this_controller,
92 sci_base_object_construct((SCI_BASE_OBJECT_T *)this_controller, logger);
95 &this_controller->state_machine,
96 &this_controller->parent,
101 sci_base_mdl_construct(&this_controller->mdl, mdes, mde_count, next_mdl);
103 sci_base_state_machine_start(&this_controller->state_machine);
83 sci_base_controller_construct( SCI_BASE_CONTROLLER_T * this_controller, SCI_BASE_LOGGER_T * logger, SCI_BASE_STATE_T * state_table, SCI_PHYSICAL_MEMORY_DESCRIPTOR_T * mdes, U32 mde_count, SCI_MEMORY_DESCRIPTOR_LIST_HANDLE_T next_mdl ) argument
H A Dscic_sds_controller.h478 #define scic_sds_controller_set_state_handlers(this_controller, handlers) \
479 ((this_controller)->state_handlers = (handlers))
486 (&(this_controller)->parent.state_machine)
499 #define scic_sds_controller_set_base_state_handlers(this_controller, state_id) \
501 this_controller, &scic_sds_controller_state_handler_table[(state_id)])
612 SCIC_SDS_CONTROLLER_T *this_controller,
619 SCIC_SDS_CONTROLLER_T *this_controller,
632 SCIC_SDS_CONTROLLER_T *this_controller,
638 SCIC_SDS_CONTROLLER_T *this_controller,
644 SCIC_SDS_CONTROLLER_T *this_controller,
[all...]
H A Dscif_sas_controller.h264 SCIF_SAS_CONTROLLER_T * this_controller
292 SCIF_SAS_CONTROLLER_T *this_controller
296 SCIF_SAS_CONTROLLER_T *this_controller
H A Dscic_sds_pci.h93 struct SCIC_SDS_CONTROLLER * this_controller
H A Dscic_sds_unsolicited_frame_control.h271 struct SCIC_SDS_CONTROLLER *this_controller
H A Dsci_base_controller.h316 * @param[in] this_controller This parameter specifies the base controller
335 SCI_BASE_CONTROLLER_T * this_controller,
H A Dscif_sas_controller.c1160 SCIF_SAS_CONTROLLER_T * this_controller
1163 SCIF_USER_PARAMETERS_T * scif_parms = &(this_controller->user_parameters);

Completed in 117 milliseconds