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

/freebsd-11.0-release/sys/dev/isci/scil/
H A Dscic_sds_stp_request.c1049 SCIC_SDS_STP_REQUEST_T * this_sds_stp_request = (SCIC_SDS_STP_REQUEST_T *)this_request; local
1058 if (this_sds_stp_request->type.pio.request_current.sgl_set == SCU_SGL_ELEMENT_PAIR_A)
1060 current_sgl = &(this_sds_stp_request->type.pio.request_current.sgl_pair->A);
1064 current_sgl = &(this_sds_stp_request->type.pio.request_current.sgl_pair->B);
1102 SCIC_SDS_STP_REQUEST_T * this_sds_stp_request = (SCIC_SDS_STP_REQUEST_T *)this_sds_request; local
1104 sgl_offset = this_sds_stp_request->type.pio.request_current.sgl_offset;
1106 if (this_sds_stp_request->type.pio.request_current.sgl_set == SCU_SGL_ELEMENT_PAIR_A)
1108 current_sgl = &(this_sds_stp_request->type.pio.request_current.sgl_pair->A);
1109 remaining_bytes_in_current_sgl = this_sds_stp_request->type.pio.request_current.sgl_pair->A.length - sgl_offset;
1113 current_sgl = &(this_sds_stp_request
[all...]

Completed in 102 milliseconds