Searched refs:vpd_config (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic79xx.h897 struct vpd_config { struct
1345 struct vpd_config *vpd);
H A Daic79xx_pci.c493 struct vpd_config vpd;
H A Daic79xx_core.c263 static int ahd_verify_vpd_cksum(struct vpd_config *vpd);
7027 ahd_parse_vpddata(struct ahd_softc *ahd, struct vpd_config *vpd)
9270 ahd_verify_vpd_cksum(struct vpd_config *vpd)
9278 maxaddr = offsetof(struct vpd_config, vpd_checksum);
9280 for (i = offsetof(struct vpd_config, resource_type); i < maxaddr; i++)
9287 maxaddr = offsetof(struct vpd_config, checksum);
9288 for (i = offsetof(struct vpd_config, default_target_flags);

Completed in 118 milliseconds