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

/freebsd-12-stable/sys/dev/aic7xxx/
H A Daic79xx.h924 struct vpd_config { struct
992 int ahd_verify_vpd_cksum(struct vpd_config *vpd);
1417 struct vpd_config *vpd);
H A Daic79xx_pci.c556 struct vpd_config vpd;
H A Daic79xx.c7075 ahd_parse_vpddata(struct ahd_softc *ahd, struct vpd_config *vpd)
9717 ahd_verify_vpd_cksum(struct vpd_config *vpd)
9725 maxaddr = offsetof(struct vpd_config, vpd_checksum);
9727 for (i = offsetof(struct vpd_config, resource_type); i < maxaddr; i++)
9734 maxaddr = offsetof(struct vpd_config, checksum);
9735 for (i = offsetof(struct vpd_config, default_target_flags);

Completed in 199 milliseconds