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

/freebsd-10.0-release/sys/dev/isci/scil/
H A Dsati_unmap.c171 unmap_process_state->current_lba_count = (unmap_block_descriptor[8] << 24) |
393 (unmap_process_state->current_lba_count > 0)) {
395 if (unmap_process_state->current_lba_count > SATI_DSM_MAX_SECTOR_COUNT) {
400 unmap_process_state->current_lba_count -= SATI_DSM_MAX_SECTOR_COUNT;
405 dsm_descriptor_lba_count = unmap_process_state->current_lba_count;
406 unmap_process_state->current_lba_count = 0;
416 if (unmap_process_state->current_lba_count == 0) {
476 if (unmap_process_state->current_lba_count == 0)
H A Dsati_translator_sequence.h261 U32 current_lba_count; member in struct:SATI_UNMAP_PROCESSING_STATE

Completed in 113 milliseconds