Home
last modified time | relevance | path

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

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