Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/aic7xxx/
Daic79xx.h900 struct vpd_config { struct
1359 struct vpd_config *vpd);
Daic79xx_pci.c516 struct vpd_config vpd; in ahd_check_extport()
Daic79xx_core.c263 static int ahd_verify_vpd_cksum(struct vpd_config *vpd);
7833 ahd_parse_vpddata(struct ahd_softc *ahd, struct vpd_config *vpd) in ahd_parse_vpddata()
10126 ahd_verify_vpd_cksum(struct vpd_config *vpd) in ahd_verify_vpd_cksum()
10134 maxaddr = offsetof(struct vpd_config, vpd_checksum); in ahd_verify_vpd_cksum()
10136 for (i = offsetof(struct vpd_config, resource_type); i < maxaddr; i++) in ahd_verify_vpd_cksum()
10143 maxaddr = offsetof(struct vpd_config, checksum); in ahd_verify_vpd_cksum()
10144 for (i = offsetof(struct vpd_config, default_target_flags); in ahd_verify_vpd_cksum()