Home
last modified time | relevance | path

Searched refs:common_callbacks (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/isci/scil/
H A Dscic_io_request.h175 SCIC_PASSTHRU_REQUEST_CALLBACKS_T common_callbacks; member
203 SCIC_PASSTHRU_REQUEST_CALLBACKS_T common_callbacks; member
252 SCIC_PASSTHRU_REQUEST_CALLBACKS_T common_callbacks; member
H A Dscic_sds_request.c1298 ssp_passthru_cb->common_callbacks.scic_cb_passthru_get_data_direction (this_request), in scic_io_request_construct_ssp_pass_through()
1299 ssp_passthru_cb->common_callbacks.scic_cb_passthru_get_transfer_length(this_request) in scic_io_request_construct_ssp_pass_through()
1426 …transfer_length = passthru_cb->common_callbacks.scic_cb_passthru_get_transfer_length(this_request); in scic_io_request_construct_sata_pass_through()
1427 … data_direction = passthru_cb->common_callbacks.scic_cb_passthru_get_data_direction(this_request); in scic_io_request_construct_sata_pass_through()