Lines Matching refs:ver
627 struct st_drvver ver; in stex_queuecommand_lck() local
628 size_t cp_len = sizeof(ver); in stex_queuecommand_lck()
630 ver.major = ST_VER_MAJOR; in stex_queuecommand_lck()
631 ver.minor = ST_VER_MINOR; in stex_queuecommand_lck()
632 ver.oem = ST_OEM; in stex_queuecommand_lck()
633 ver.build = ST_BUILD_VER; in stex_queuecommand_lck()
634 ver.signature[0] = PASSTHRU_SIGNATURE; in stex_queuecommand_lck()
635 ver.console_id = host->max_id - 1; in stex_queuecommand_lck()
636 ver.host_no = hba->host->host_no; in stex_queuecommand_lck()
637 cp_len = scsi_sg_copy_from_buffer(cmd, &ver, cp_len); in stex_queuecommand_lck()
638 cmd->result = sizeof(ver) == cp_len ? in stex_queuecommand_lck()