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

/freebsd-11-stable/sys/dev/isci/scil/
H A Dscic_sds_stp_request.h90 * or received to elemenate the current_transfer_bytes field?
99 U32 current_transfer_bytes; member in struct:SCIC_SDS_STP_REQUEST::__anon10352::__anon10353
H A Dscic_sds_stp_request.c750 this_request->type.pio.current_transfer_bytes = 0;
1185 data_offset = this_request->type.pio.current_transfer_bytes;
1262 // technically need to update current_transfer_bytes here - just
1264 this_request->type.pio.current_transfer_bytes += this_request->type.pio.pio_transfer_bytes;
1277 this_request->type.pio.current_transfer_bytes += SCU_MAX_FRAME_BUFFER_SIZE;

Completed in 54 milliseconds