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

/freebsd-12-stable/sys/dev/isci/scil/
H A Dsati_unmap.c232 U16 unmap_length; local
261 unmap_length = (sati_get_cdb_byte(cdb, 7) << 8) | sati_get_cdb_byte(cdb, 8);
264 if (unmap_length == 0)
269 if (unmap_length < SATI_UNMAP_SIZEOF_SCSI_UNMAP_PARAMETER_LIST)
283 sequence->allocation_length = unmap_length;
299 if ((U32)(unmap_length - SATI_UNMAP_SIZEOF_SCSI_UNMAP_PARAMETER_LIST) < descriptor_length)

Completed in 108 milliseconds