Home
last modified time | relevance | path

Searched refs:scic_sds_port_get_controller (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/isci/scil/
H A Dscic_sds_port_registers.h74 scic_sds_port_get_controller(port), \
84 scic_sds_port_get_controller(port), \
91 scic_sds_port_get_controller(port), \
121 scic_sds_port_get_controller(port), \
131 scic_sds_port_get_controller(port), \
H A Dscic_sds_port.c359 &scic_sds_port_get_controller(port)->port_table[SCI_MAX_PORTS] in scic_sds_port_clear_phy()
1093 controller = scic_sds_port_get_controller(this_port); in scic_sds_port_activate_phy()
1170 SCIC_SDS_CONTROLLER_T * controller = scic_sds_port_get_controller(this_port); in scic_sds_port_invalid_link_up()
1375 scic_sds_port_get_controller(this_port), in scic_sds_port_timeout_handler()
1763 scic_sds_port_get_controller(this_port), frame_index in scic_sds_port_default_frame_handler()
1995 scic_sds_port_get_controller(this_port), in scic_sds_port_stopped_state_start_handler()
2621 scic_sds_port_get_controller(this_port), in scic_sds_port_ready_state_enter()
2630 scic_sds_port_get_controller(this_port), in scic_sds_port_ready_state_enter()
2710 scic_sds_port_get_controller(this_port), in scic_sds_port_resetting_state_exit()
2764 scic_sds_port_get_controller(this_port), in scic_sds_port_stopping_state_exit()
[all …]
H A Dscic_sds_remote_device.h391 scic_sds_port_get_controller(scic_sds_remote_device_get_port(this_device))
433 scic_sds_port_get_controller( \
H A Dscic_sds_phy.h352 (scic_sds_port_get_controller((phy)->owning_port))
H A Dscic_sds_port.h259 #define scic_sds_port_get_controller(this_port) \ macro
H A Dscic_sds_remote_device.c269 the_controller = scic_sds_port_get_controller(this_device->owning_port); in scic_remote_device_ea_construct()