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

/freebsd-10.3-release/sys/dev/isci/scil/
H A Dscic_io_request.h175 SCIC_PASSTHRU_REQUEST_CALLBACKS_T common_callbacks; member in struct:SCIC_SSP_PASSTHRU_REQUEST_CALLBACKS
203 SCIC_PASSTHRU_REQUEST_CALLBACKS_T common_callbacks; member in struct:SCIC_STP_PASSTHRU_REQUEST_CALLBACKS
252 SCIC_PASSTHRU_REQUEST_CALLBACKS_T common_callbacks; member in struct:SCIC_SMP_PASSTHRU_REQUEST_CALLBACKS
H A Dscic_sds_request.c1298 ssp_passthru_cb->common_callbacks.scic_cb_passthru_get_data_direction (this_request),
1299 ssp_passthru_cb->common_callbacks.scic_cb_passthru_get_transfer_length(this_request)
1426 transfer_length = passthru_cb->common_callbacks.scic_cb_passthru_get_transfer_length(this_request);
1427 data_direction = passthru_cb->common_callbacks.scic_cb_passthru_get_data_direction(this_request);

Completed in 51 milliseconds