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

/freebsd-12-stable/sys/dev/isci/scil/
H A Dscic_sds_stp_request.c1120 if (this_sds_stp_request->type.pio.pio_transfer_bytes > 0)
1122 if (this_sds_stp_request->type.pio.pio_transfer_bytes >= remaining_bytes_in_current_sgl )
1128 this_sds_stp_request->type.pio.pio_transfer_bytes -= remaining_bytes_in_current_sgl;
1132 else if (this_sds_stp_request->type.pio.pio_transfer_bytes < remaining_bytes_in_current_sgl )
1134 //recycle the TC and send the H2D Data FIS from (current sgl + sgl_offset) and length = type.pio.pio_transfer_bytes
1135 scic_sds_stp_request_pio_data_out_trasmit_data_frame (this_sds_request, this_sds_stp_request->type.pio.pio_transfer_bytes);
1140 sgl_offset += this_sds_stp_request->type.pio.pio_transfer_bytes;
1141 current_sgl->address_lower += this_sds_stp_request->type.pio.pio_transfer_bytes;
1142 this_sds_stp_request->type.pio.pio_transfer_bytes = 0;
1256 if (this_request->type.pio.pio_transfer_bytes < SCU_MAX_FRAME_BUFFER_SIZ
[all...]
H A Dscic_sds_stp_request.h106 U32 pio_transfer_bytes; member in struct:SCIC_SDS_STP_REQUEST::__anon13338::__anon13339

Completed in 175 milliseconds