Home
last modified time | relevance | path

Searched refs:passthru_cb (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/isci/scil/
H A Dscic_sds_smp_request.c290 SCIC_SMP_PASSTHRU_REQUEST_CALLBACKS_T *passthru_cb in scic_io_request_construct_smp_pass_through() argument
309 request_buffer_length_in_bytes = passthru_cb->scic_cb_smp_passthru_get_request ( in scic_io_request_construct_smp_pass_through()
325 …smp_request.header.smp_frame_type = passthru_cb->scic_cb_smp_passthru_get_frame_type ((void *)this… in scic_io_request_construct_smp_pass_through()
326 …smp_request.header.function = passthru_cb->scic_cb_smp_passthru_get_function ((void *)this_request… in scic_io_request_construct_smp_pass_through()
327 …smp_request.header.allocated_response_length = passthru_cb->scic_cb_smp_passthru_get_allocated_res… in scic_io_request_construct_smp_pass_through()
H A Dscic_io_request.h524 SCIC_STP_PASSTHRU_REQUEST_CALLBACKS_T *passthru_cb
579 SCIC_SMP_PASSTHRU_REQUEST_CALLBACKS_T *passthru_cb
H A Dscic_sds_stp_request.h238 SCIC_STP_PASSTHRU_REQUEST_CALLBACKS_T *passthru_cb
H A Dscic_sds_request.c1393 SCIC_STP_PASSTHRU_REQUEST_CALLBACKS_T *passthru_cb in scic_io_request_construct_sata_pass_through() argument
1412 passthru_cb->scic_cb_stp_passthru_get_register_fis(this_request, &reg_fis); in scic_io_request_construct_sata_pass_through()
1425 sat_protocol = passthru_cb->scic_cb_stp_passthru_get_protocol(this_request); in scic_io_request_construct_sata_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()