What's the exact HBA model name? "QLE220" may be the chip name by qlogic but not the real model name of a dell branded HBA, which might is listed on the HCL after all.
However in the process I seem to have hit an obtacle in that when trying to run the
tar -xvf scsi-qla.tgz (i.e. scsi_qla.v00)
I get a :
tar: invalid tar magic
error message.
If it's a .tgz file (gzipped tar archive) then you need to specify that with the 'z' switch of the 'tar' command.
I.e. run:
tar -zxvf scsi-qla.tgz
(You can also use tools like 7zip to extract gzip/tar archives)