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

/freebsd-11-stable/sys/dev/isci/scil/
H A Dsati_write_buffer.c92 U32 allocation_blocks; local
104 allocation_blocks = allocation_length / DOWNLOAD_MICROCODE_BLOCK_SIZE;
152 (allocation_blocks <= sequence->device->max_blocks_per_microcode_command) &&
153 ((allocation_blocks >= sequence->device->min_blocks_per_microcode_command) ||
H A Dsati_util.c1979 U32 allocation_blocks = allocation_length >> 9; local
1992 sati_set_ata_sector_count(register_fis, (U8) (allocation_blocks & 0xff));
1993 sati_set_ata_lba_low(register_fis, (U8) ((allocation_blocks >> 8) & 0xff));

Completed in 137 milliseconds