Lines Matching refs:ver
620 struct st_drvver ver; in stex_queuecommand_lck() local
621 size_t cp_len = sizeof(ver); in stex_queuecommand_lck()
623 ver.major = ST_VER_MAJOR; in stex_queuecommand_lck()
624 ver.minor = ST_VER_MINOR; in stex_queuecommand_lck()
625 ver.oem = ST_OEM; in stex_queuecommand_lck()
626 ver.build = ST_BUILD_VER; in stex_queuecommand_lck()
627 ver.signature[0] = PASSTHRU_SIGNATURE; in stex_queuecommand_lck()
628 ver.console_id = host->max_id - 1; in stex_queuecommand_lck()
629 ver.host_no = hba->host->host_no; in stex_queuecommand_lck()
630 cp_len = scsi_sg_copy_from_buffer(cmd, &ver, cp_len); in stex_queuecommand_lck()
631 cmd->result = sizeof(ver) == cp_len ? in stex_queuecommand_lck()