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

/freebsd-13-stable/sys/dev/isci/scil/
H A Dsati_unmap.c390 unmap_process_state->current_dsm_descriptor = unmap_process_state->virtual_unmap_buffer;
412 ((PTRIM_PAIR)(unmap_process_state->current_dsm_descriptor))->sector_address =
414 ((PTRIM_PAIR)(unmap_process_state->current_dsm_descriptor))->sector_count =
435 unmap_process_state->current_dsm_descriptor =
436 (U8 *)(unmap_process_state->current_dsm_descriptor) + sizeof(TRIM_PAIR);
444 // The current_dsm_descriptor points to the next location in the buffer
448 dsm_remainder_bytes -= (U32)((POINTER_UINT)unmap_process_state->current_dsm_descriptor &
460 memset((U8 *)unmap_process_state->current_dsm_descriptor, 0, dsm_remainder_bytes);
H A Dsati_translator_sequence.h267 void * current_dsm_descriptor; member in struct:SATI_UNMAP_PROCESSING_STATE

Completed in 128 milliseconds