Home
last modified time | relevance | path

Searched refs:current_unmap_block_descriptor_index (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/sys/dev/isci/scil/
H A Dsati_unmap.c159 for(index = unmap_process_state->current_unmap_block_descriptor_index; in sati_unmap_load_next_descriptor()
160 index < unmap_process_state->current_unmap_block_descriptor_index + in sati_unmap_load_next_descriptor()
167 &unmap_block_descriptor[index-unmap_process_state->current_unmap_block_descriptor_index]); in sati_unmap_load_next_descriptor()
186 …unmap_process_state->current_unmap_block_descriptor_index += SATI_UNMAP_SIZEOF_SCSI_UNMAP_BLOCK_DE… in sati_unmap_load_next_descriptor()
354 unmap_process_state->current_unmap_block_descriptor_index = in sati_unmap_initial_processing()
H A Dsati_translator_sequence.h260 U32 current_unmap_block_descriptor_index; member