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

/freebsd-13-stable/sys/dev/isci/scil/
H A Dsati_unmap.c173 unmap_process_state->current_lba_count = (unmap_block_descriptor[8] << 24) |
395 (unmap_process_state->current_lba_count > 0)) {
397 if (unmap_process_state->current_lba_count > SATI_DSM_MAX_SECTOR_COUNT) {
402 unmap_process_state->current_lba_count -= SATI_DSM_MAX_SECTOR_COUNT;
407 dsm_descriptor_lba_count = unmap_process_state->current_lba_count;
408 unmap_process_state->current_lba_count = 0;
418 if (unmap_process_state->current_lba_count == 0) {
478 if (unmap_process_state->current_lba_count == 0)
H A Dsati_translator_sequence.h263 U32 current_lba_count; member in struct:SATI_UNMAP_PROCESSING_STATE

Completed in 82 milliseconds