Searched refs:bc_struct (Results 1 – 1 of 1) sorted by relevance
/drivers/scsi/aic94xx/ |
D | aic94xx_sds.c | 218 struct asd_bios_chim_struct *bc_struct; in asd_get_bios_chim() local 227 bc_struct = kmalloc(sizeof(*bc_struct), GFP_KERNEL); in asd_get_bios_chim() 228 if (!bc_struct) { in asd_get_bios_chim() 232 err = asd_read_ocm_seg(asd_ha, (void *)bc_struct, offs, in asd_get_bios_chim() 233 sizeof(*bc_struct)); in asd_get_bios_chim() 238 if (strncmp(bc_struct->sig, "SOIB", 4) in asd_get_bios_chim() 239 && strncmp(bc_struct->sig, "IPSA", 4)) { in asd_get_bios_chim() 241 bc_struct->sig[0], bc_struct->sig[1], in asd_get_bios_chim() 242 bc_struct->sig[2], bc_struct->sig[3]); in asd_get_bios_chim() 246 if (bc_struct->major != 1) { in asd_get_bios_chim() [all …]
|