Searched refs:this_port (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/sys/dev/isci/scil/
H A Dscic_sds_port.c103 * @param[in] this_port This is the port object to which the phy is being
113 SCIC_SDS_PORT_T *this_port,
121 if ((this_port->physical_port_index == 1) && (phy_index != 1))
126 if (this_port->physical_port_index == 3 && phy_index != 3)
132 (this_port->physical_port_index == 2)
141 if ( (this_port->phy_table[index] != NULL)
152 && (this_port->owning_controller->user_parameters.sds1.phys[
154 this_port->owning_controller->user_parameters.sds1.phys[
166 * @param[in] this_port a handle corresponding to the SAS port for which
173 SCIC_SDS_PORT_T * this_port
112 scic_sds_port_is_valid_phy_assignment( SCIC_SDS_PORT_T *this_port, U32 phy_index ) argument
218 scic_sds_port_is_phy_mask_valid( SCIC_SDS_PORT_T *this_port, U32 phy_mask ) argument
383 scic_sds_port_add_phy( SCIC_SDS_PORT_T * this_port, SCIC_SDS_PHY_T * the_phy ) argument
406 scic_sds_port_remove_phy( SCIC_SDS_PORT_T * this_port, SCIC_SDS_PHY_T * the_phy ) argument
427 scic_sds_port_get_sas_address( SCIC_SDS_PORT_T * this_port, SCI_SAS_ADDRESS_T * sas_address ) argument
468 scic_sds_port_get_protocols( SCIC_SDS_PORT_T * this_port, SCI_SAS_IDENTIFY_ADDRESS_FRAME_PROTOCOLS_T * protocols ) argument
505 scic_sds_port_get_attached_sas_address( SCIC_SDS_PORT_T * this_port, SCI_SAS_ADDRESS_T * sas_address ) argument
563 scic_sds_port_get_attached_protocols( SCIC_SDS_PORT_T * this_port, SCI_SAS_IDENTIFY_ADDRESS_FRAME_PROTOCOLS_T * protocols ) argument
656 scic_sds_port_construct_dummy_rnc( SCIC_SDS_PORT_T *this_port, U16 rni ) argument
694 scic_sds_port_construct_dummy_task( SCIC_SDS_PORT_T *this_port, U16 tci ) argument
766 scic_sds_port_construct( SCIC_SDS_PORT_T *this_port, U8 port_index, SCIC_SDS_CONTROLLER_T *owning_controller ) argument
827 scic_sds_port_initialize( SCIC_SDS_PORT_T *this_port, void *port_task_scheduler_registers, void *port_configuration_regsiter, void *viit_registers ) argument
861 scic_sds_port_general_link_up_handler( SCIC_SDS_PORT_T * this_port, SCIC_SDS_PHY_T * the_phy, BOOL do_notify_user, BOOL do_resume_phy ) argument
910 SCIC_SDS_PORT_T *this_port = (SCIC_SDS_PORT_T *)handle; local
939 SCIC_SDS_PORT_T *this_port = (SCIC_SDS_PORT_T *)handle; local
966 SCIC_SDS_PORT_T *this_port = (SCIC_SDS_PORT_T *)port; local
1000 SCIC_SDS_PORT_T * this_port = (SCIC_SDS_PORT_T *)handle; local
1023 scic_sds_port_setup_transports( SCIC_SDS_PORT_T * this_port, U32 device_id ) argument
1049 scic_sds_port_resume_phy( SCIC_SDS_PORT_T * this_port, SCIC_SDS_PHY_T * the_phy ) argument
1076 scic_sds_port_activate_phy( SCIC_SDS_PORT_T * this_port, SCIC_SDS_PHY_T * the_phy, BOOL do_notify_user, BOOL do_resume_phy ) argument
1126 scic_sds_port_deactivate_phy( SCIC_SDS_PORT_T * this_port, SCIC_SDS_PHY_T * the_phy, BOOL do_notify_user ) argument
1165 scic_sds_port_invalid_link_up( SCIC_SDS_PORT_T * this_port, SCIC_SDS_PHY_T * the_phy ) argument
1230 scic_sds_port_link_detected( SCIC_SDS_PORT_T *this_port, SCIC_SDS_PHY_T *the_phy ) argument
1270 scic_sds_port_link_up( SCIC_SDS_PORT_T *this_port, SCIC_SDS_PHY_T *the_phy ) argument
1287 scic_sds_port_link_down( SCIC_SDS_PORT_T *this_port, SCIC_SDS_PHY_T *the_phy ) argument
1304 scic_sds_port_start_io( SCIC_SDS_PORT_T *this_port, SCIC_SDS_REMOTE_DEVICE_T *the_device, SCIC_SDS_REQUEST_T *the_io_request ) argument
1323 scic_sds_port_complete_io( SCIC_SDS_PORT_T *this_port, SCIC_SDS_REMOTE_DEVICE_T *the_device, SCIC_SDS_REQUEST_T *the_io_request ) argument
1345 SCIC_SDS_PORT_T * this_port; local
1493 scic_sds_port_broadcast_change_received( SCIC_SDS_PORT_T * this_port, SCIC_SDS_PHY_T * this_phy ) argument
1516 SCIC_SDS_PORT_T * this_port = (SCIC_SDS_PORT_T *)port; local
1751 SCIC_SDS_PORT_T *this_port = (SCIC_SDS_PORT_T *)port; local
1806 scic_sds_port_default_link_up_handler( SCIC_SDS_PORT_T *this_port, SCIC_SDS_PHY_T *phy ) argument
1831 scic_sds_port_default_link_down_handler( SCIC_SDS_PORT_T *this_port, SCIC_SDS_PHY_T *phy ) argument
1856 scic_sds_port_default_start_io_handler( SCIC_SDS_PORT_T *this_port, SCIC_SDS_REMOTE_DEVICE_T *device, SCIC_SDS_REQUEST_T *io_request ) argument
1884 scic_sds_port_default_complete_io_handler( SCIC_SDS_PORT_T *this_port, SCIC_SDS_REMOTE_DEVICE_T *device, SCIC_SDS_REQUEST_T *io_request ) argument
1928 SCIC_SDS_PORT_T *this_port = (SCIC_SDS_PORT_T *)port; local
1984 SCIC_SDS_PORT_T *this_port = (SCIC_SDS_PORT_T *)port; local
2109 SCIC_SDS_PORT_T *this_port = (SCIC_SDS_PORT_T *)port; local
2137 SCIC_SDS_PORT_T * this_port = (SCIC_SDS_PORT_T *)port; local
2186 SCIC_SDS_PORT_T *this_port = (SCIC_SDS_PORT_T *)port; local
2228 SCIC_SDS_PORT_T *this_port = (SCIC_SDS_PORT_T *)port; local
2261 SCIC_SDS_PORT_T *this_port = (SCIC_SDS_PORT_T *)port; local
2283 scic_sds_port_reset_state_link_up_handler( SCIC_SDS_PORT_T *this_port, SCIC_SDS_PHY_T *phy ) argument
2313 scic_sds_port_reset_state_link_down_handler( SCIC_SDS_PORT_T *this_port, SCIC_SDS_PHY_T *phy ) argument
2550 SCIC_SDS_PORT_T *this_port; local
2584 SCIC_SDS_PORT_T *this_port; local
2607 SCIC_SDS_PORT_T *this_port; local
2622 this_port, local
2631 this_port, local
2660 SCIC_SDS_PORT_T *this_port; local
2684 SCIC_SDS_PORT_T *this_port; local
2706 SCIC_SDS_PORT_T *this_port; local
2730 SCIC_SDS_PORT_T *this_port; local
2760 SCIC_SDS_PORT_T *this_port; local
2792 SCIC_SDS_PORT_T *this_port; local
2802 this_port, local
2862 SCIC_SDS_PORT_T *this_port = (SCIC_SDS_PORT_T *)port; local
2894 SCIC_SDS_PORT_T *this_port = (SCIC_SDS_PORT_T *)port; local
2907 SCIC_SDS_PORT_T * this_port = (SCIC_SDS_PORT_T *)port; local
2934 SCIC_SDS_PORT_T * this_port = (SCIC_SDS_PORT_T *)port; local
2971 scic_sds_port_ready_waiting_substate_link_up_handler( SCIC_SDS_PORT_T *this_port, SCIC_SDS_PHY_T *the_phy ) argument
3033 SCIC_SDS_PORT_T * this_port = (SCIC_SDS_PORT_T *)port; local
3094 scic_sds_port_ready_operational_substate_link_up_handler( SCIC_SDS_PORT_T *this_port, SCIC_SDS_PHY_T *the_phy ) argument
3115 scic_sds_port_ready_operational_substate_link_down_handler( SCIC_SDS_PORT_T *this_port, SCIC_SDS_PHY_T *the_phy ) argument
3156 SCIC_SDS_PORT_T *this_port = (SCIC_SDS_PORT_T *)port; local
3183 SCIC_SDS_PORT_T * this_port = (SCIC_SDS_PORT_T *)port; local
3220 SCIC_SDS_PORT_T * this_port = (SCIC_SDS_PORT_T *)port; local
3470 SCIC_SDS_PORT_T *this_port = (SCIC_SDS_PORT_T *)object; local
3506 SCIC_SDS_PORT_T *this_port = (SCIC_SDS_PORT_T *)object; local
3527 SCIC_SDS_PORT_T *this_port = (SCIC_SDS_PORT_T *)object; local
3534 scic_sds_port_get_controller(this_port), this_port local
3579 SCIC_SDS_PORT_T *this_port = (SCIC_SDS_PORT_T *)object; local
3588 this_port, local
3612 SCIC_SDS_PORT_T *this_port = (SCIC_SDS_PORT_T *)object; local
3622 this_port, local
[all...]
H A Dsci_base_port.c70 SCI_BASE_PORT_T *this_port,
75 sci_base_object_construct(&this_port->parent, logger);
78 &this_port->state_machine,
79 &this_port->parent,
85 &this_port->state_machine
69 sci_base_port_construct( SCI_BASE_PORT_T *this_port, SCI_BASE_LOGGER_T *logger, SCI_BASE_STATE_T *state_table ) argument
H A Dscic_sds_port.h259 #define scic_sds_port_get_controller(this_port) \
260 ((this_port)->owning_controller)
265 #define scic_sds_port_get_base_state_machine(this_port) \
266 (&(this_port)->parent.state_machine)
272 #define scic_sds_port_set_base_state_handlers(this_port, state_id) \
274 (this_port), &scic_sds_port_state_handler_table[(state_id)])
279 #define scic_sds_port_get_ready_substate_machine(this_port) \
280 (&(this_port)->ready_substate_machine)
285 #define scic_sds_port_set_state_handlers(this_port, handlers) \
286 ((this_port)
[all...]
H A Dsci_base_port.h214 * @param[in] this_port This parameter specifies the base port to be
224 SCI_BASE_PORT_T * this_port,
H A Dscic_sds_controller.h670 struct SCIC_SDS_PORT *this_port
H A Dscic_sds_controller.c6925 SCIC_SDS_PORT_T *this_port
6932 abort_status = scic_sds_abort_reqests(this_controller, this_remote_device, this_port);
6939 abort_status = scic_sds_abort_reqests(this_controller, this_remote_device, this_port);

Completed in 73 milliseconds