Home
last modified time | relevance | path

Searched refs:started_request_count (Results 1 – 5 of 5) sorted by relevance

/src/sys/dev/isci/scil/
H A Dscic_sds_port.h152 U32 started_request_count; member
298 ((this_port)->started_request_count++)
318 (this_port)->started_request_count = ( \
319 ((this_port)->started_request_count == 0) ? \
320 (this_port)->started_request_count : \
321 ((this_port)->started_request_count - 1) \
H A Dscic_sds_remote_device.h262 U32 started_request_count; member
364 ((this_device)->started_request_count++)
371 ((this_device)->started_request_count > 0 ? \
372 (this_device)->started_request_count-- : 0)
378 ((this_device)->started_request_count)
H A Dscic_sds_port.c795 this_port->started_request_count = 0; in scic_sds_port_construct()
1400 if (this_port->started_request_count == 0) in scic_sds_port_decrement_request_count()
1410 this_port->started_request_count--; in scic_sds_port_decrement_request_count()
2232 if (this_port->started_request_count == 0) in scic_sds_port_stopping_state_complete_io_handler()
2737 if (this_port->started_request_count == 0) in scic_sds_port_stopping_state_enter()
3260 if (port->started_request_count == 0) in scic_sds_port_ready_configuring_substate_complete_io_handler()
H A Dscic_sds_remote_device.c117 this_device->started_request_count = 0; in scic_remote_device_construct()
957 ASSERT(this_device->started_request_count == 0); in scic_sds_cb_remote_device_rnc_destruct_complete()
1787 ASSERT(this_device->started_request_count == 0); in scic_sds_remote_device_starting_state_stop_handler()
1844 if (this_device->started_request_count == 0) in scic_sds_remote_device_ready_state_stop_handler()
H A Dscic_sds_controller.c5127 if (this_controller->port_table[index].started_request_count != 0) in scic_controller_transition()
6886 request_count = remote_device->started_request_count; in scic_sds_abort_reqests()
6888 request_count = port->started_request_count; in scic_sds_abort_reqests()