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

/freebsd-10.0-release/sys/dev/isci/scil/
H A Dsati_unmap.c388 unmap_process_state->current_dsm_descriptor = unmap_process_state->virtual_unmap_buffer;
410 ((PTRIM_PAIR)(unmap_process_state->current_dsm_descriptor))->sector_address =
412 ((PTRIM_PAIR)(unmap_process_state->current_dsm_descriptor))->sector_count =
433 unmap_process_state->current_dsm_descriptor =
434 (U8 *)(unmap_process_state->current_dsm_descriptor) + sizeof(TRIM_PAIR);
442 // The current_dsm_descriptor points to the next location in the buffer
446 dsm_remainder_bytes -= (U32)((POINTER_UINT)unmap_process_state->current_dsm_descriptor &
458 memset((U8 *)unmap_process_state->current_dsm_descriptor, 0, dsm_remainder_bytes);
H A Dsati_translator_sequence.h265 void * current_dsm_descriptor; member in struct:SATI_UNMAP_PROCESSING_STATE

Completed in 118 milliseconds