Searched refs:allocation_length (Results 1 – 1 of 1) sorted by relevance
92 uint8_t allocation_length; in SCSI_CMD_STRUCT() local151 uint16_t allocation_length; in SCSI_CMD_STRUCT() local181 uint8_t allocation_length; in SCSI_CMD_STRUCT() local247 uint16_t allocation_length; in SCSI_CMD_STRUCT() local312 uint16_t allocation_length; in SCSI_CMD_STRUCT() local443 length = MIN(cmd->allocation_length, sizeof(r)); in SCSI_CMD_HANDLER()550 ret = MIN(sys_be16_to_cpu(cmd->allocation_length), in SCSI_CMD_HANDLER()557 ret = MIN(sys_be16_to_cpu(cmd->allocation_length), in SCSI_CMD_HANDLER()585 length = MIN(cmd->allocation_length, sizeof(r)); in SCSI_CMD_HANDLER()661 length = MIN(sys_be16_to_cpu(cmd->allocation_length), sizeof(r)); in SCSI_CMD_HANDLER()[all …]