Searched refs:contrl_id (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic94xx/
H A Daic94xx_sds.h103 struct controller_id contrl_id; /*PCI id to identify the controller */ member in struct:bios_file_header
H A Daic94xx_init.c410 if ((hdr_ptr->contrl_id.vendor != asd_ha->pcidev->vendor ||
411 hdr_ptr->contrl_id.device != asd_ha->pcidev->device) &&
412 (hdr_ptr->contrl_id.sub_vendor != asd_ha->pcidev->vendor ||
413 hdr_ptr->contrl_id.sub_device != asd_ha->pcidev->device)) {
418 hdr_ptr->contrl_id.vendor,
419 hdr_ptr->contrl_id.device,
420 hdr_ptr->contrl_id.sub_vendor,
421 hdr_ptr->contrl_id.sub_device,

Completed in 104 milliseconds