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

/freebsd-12-stable/sys/dev/isci/scil/
H A Dscic_sds_stp_request.h92 * or received to elemenate the current_transfer_bytes field?
101 U32 current_transfer_bytes; member in struct:SCIC_SDS_STP_REQUEST::__anon13338::__anon13339
H A Dscic_sds_stp_request.c752 this_request->type.pio.current_transfer_bytes = 0;
1187 data_offset = this_request->type.pio.current_transfer_bytes;
1264 // technically need to update current_transfer_bytes here - just
1266 this_request->type.pio.current_transfer_bytes += this_request->type.pio.pio_transfer_bytes;
1279 this_request->type.pio.current_transfer_bytes += SCU_MAX_FRAME_BUFFER_SIZE;

Completed in 47 milliseconds